LibraSpec dynamically selects the speculative decoding length by extending the draft only while the marginal acceptance gain per verification cost exceeds the current average, and reports consistent 0.5x to 1.5x speedup gains over existing dynamic strategies.
SSSD: Simply-Scalable Speculative Decoding
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Speculative Decoding has emerged as a popular technique for accelerating inference in Large Language Models. However, most existing approaches yield only modest improvements in production serving systems. Methods that achieve substantial speedups typically rely on an additional trained draft model or auxiliary model components, increasing deployment and maintenance complexity. This added complexity reduces flexibility, particularly when serving workloads shift to tasks, domains, or languages that are not well represented in the draft model's training data. We introduce Simply-Scalable Speculative Decoding (SSSD), a training-free method that combines lightweight n-gram matching with hardware-aware speculation. Relative to standard autoregressive decoding, SSSD reduces latency by up to 2.9x. It achieves performance on par with leading training-based approaches across a broad range of benchmarks, while requiring substantially lower adoption effort--no data preparation, training or tuning are needed--and exhibiting superior robustness under language and domain shift, as well as in long-context settings.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2026 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
LibraSpec: Dynamic Diffusion-Based Speculative Decoding via Marginal-Gain-Driven Optimization
LibraSpec dynamically selects the speculative decoding length by extending the draft only while the marginal acceptance gain per verification cost exceeds the current average, and reports consistent 0.5x to 1.5x speedup gains over existing dynamic strategies.