Conformal Sparsification for Bandwidth-Efficient Edge-Cloud Speculative Decoding
Payel Bhattacharjee, Fengwei Tian, Meiyu Zhong, Guangyi Zhang, Osvaldo Simeone, Ravi Tandon
TL;DR
Edge-cloud LLM inference is hampered by limited uplink bandwidth, motivating distribution-aware compression of draft-token probabilities. The authors propose Sparse QS (SQS) speculative decoding, combining sparsification with lattice-based quantization to compress distributions while preserving the SD guarantee. They derive an information-theoretic bound on token rejection that decomposes into a mismatch term between $q_n^t$ and $p_n^t$ and a sparsification/quantization distortion term, and they propose two implementations: K-SQS with fixed top-$K$ and C-SQS with online conformal adaptation. Theoretical guarantees accompany practical algorithms, including a bound on sparsification distortion and a conformal-threshold update, and experiments on LM1B with bandwidth constraints demonstrate significant latency and bandwidth reductions, with K-SQS favored in low-uncertainty regimes and C-SQS in higher-uncertainty settings.
Abstract
Edge-cloud speculative decoding (SD) accelerates inference by having a cloud-based large language model (LLM) that verifies draft tokens generated by a resource-constrained small language model (SLM) at the edge. A central bottleneck is the limited bandwidth of the edge-cloud link, which necessitates efficient compression of draft token distributions. We first derive an information-theoretic bound that decomposes the token rejection rate into contributions from SLM-LLM distribution mismatch and from quantization distortion. Guided by this analysis, we propose the Sparse Quantize-and-Sample SD (SQS-SD) framework, which exploits distributional sparsity through structured sparsification and lattice-based quantization. Within this framework, K-SQS applies fixed top-K truncation, while C-SQS adaptively adjusts the retained token set via online conformal prediction to ensure bounded deviation from the dense distribution. Empirical results confirm that both approaches improve end-to-end latency and rejection rates in complimentary operating regimes.
