🤖 AI Summary
Autoregressive decoding’s sequential nature severely limits LLM inference efficiency, while existing speculative decoding methods overlook the inherent complex heterogeneity of linguistic contexts, leading to suboptimal resource allocation. To address this, we propose a heterogeneity-aware speculative decoding framework: (1) we introduce a novel cumulative meta-path-based Top-K entropy metric to precisely quantify contextual predictability; (2) we design a data-driven entropy partitioning strategy enabling difficulty-aware dynamic speculation expansion and pruning; and (3) we adopt a lightweight ensemble architecture requiring no model retraining. Evaluated across five benchmarks and four major LLM families, our method achieves an average 4.26× speedup—significantly outperforming EAGLE-3—while improving key metrics including acceptance rate and verification overhead. It incurs zero training cost and exhibits strong compatibility with diverse LLMs.
📝 Abstract
Autoregressive decoding, the standard approach for Large Language Model (LLM) inference, remains a significant bottleneck due to its sequential nature. While speculative decoding algorithms mitigate this inefficiency through parallel verification, they fail to exploit the inherent heterogeneity in linguistic complexity, a key factor leading to suboptimal resource allocation. We address this by proposing HeteroSpec, a heterogeneity-adaptive speculative decoding framework that dynamically optimizes computational resource allocation based on linguistic context complexity. HeteroSpec introduces two key mechanisms: (1) A novel cumulative meta-path Top-$K$ entropy metric for efficiently identifying predictable contexts. (2) A dynamic resource allocation strategy based on data-driven entropy partitioning, enabling adaptive speculative expansion and pruning tailored to local context difficulty. Evaluated on five public benchmarks and four models, HeteroSpec achieves an average speedup of 4.26$ imes$. It consistently outperforms state-of-the-art EAGLE-3 across speedup rates, average acceptance length, and verification cost. Notably, HeteroSpec requires no draft model retraining, incurs minimal overhead, and is orthogonal to other acceleration techniques. It demonstrates enhanced acceleration with stronger draft models, establishing a new paradigm for context-aware LLM inference acceleration.