English

Calibrated Speculative Decoding: Frequency-Guided Candidate Selection for Efficient Inference

Computation and Language 2026-04-16 v1 Machine Learning

Abstract

Speculative decoding accelerates autoregressive generation by letting draft tokens bypass full verification, but conventional frameworks suffer from frequent false rejections, particularly when draft models produce semantically correct but lexically divergent outputs. In this paper, we present Calibrated Speculative Decoding (CSD), a training-free framework that recovers valid tokens discarded by standard verification. Guided by the principle of "Frequency-Guided Candidate Selection and Probability-Guarded Acceptance," CSD incorporates two lightweight modules: Online Correction Memory, which aggregates historical rejections to propose recurring divergence patterns as rescue candidates, and Semantic Consistency Gating, which verifies candidate admissibility using probability ratios instead of exact token matching. Our evaluation across diverse large language models demonstrates that CSD outperforms existing methods, achieving a peak throughput speedup of 2.33x. CSD preserves model accuracy across all tasks while further boosting performance on complex reasoning datasets. These results establish CSD as a highly effective, lightweight solution for practical LLM deployments.

Keywords

Cite

@article{arxiv.2604.13634,
  title  = {Calibrated Speculative Decoding: Frequency-Guided Candidate Selection for Efficient Inference},
  author = {Xuwen Zhou and Fangxin Liu and Chao Wang and Xiao Zheng and Hao Zheng and Min He and Li Jiang and Haibing Guan},
  journal= {arXiv preprint arXiv:2604.13634},
  year   = {2026}
}

Comments

ACL 2026 Main Conference

R2 v1 2026-07-01T12:10:23.091Z