English

Confidence-Modulated Speculative Decoding for Large Language Models

Computation and Language 2026-05-29 v1 Artificial Intelligence Machine Learning

Abstract

Speculative decoding has emerged as an effective approach for accelerating autoregressive inference by parallelizing token generation through a draft-then-verify paradigm. However, existing methods rely on static drafting lengths and rigid verification criteria, limiting their adaptability across varying model uncertainties and input complexities. This paper proposes an information-theoretic framework for speculative decoding based on confidence-modulated drafting. By leveraging entropy and margin-based uncertainty measures over the drafter's output distribution, the proposed method dynamically adjusts the number of speculatively generated tokens at each iteration. This adaptive mechanism reduces rollback frequency, improves resource utilization, and maintains output fidelity. Additionally, the verification process is modulated using the same confidence signals, enabling more flexible acceptance of drafted tokens without sacrificing generation quality. Experiments on machine translation and summarization tasks demonstrate significant speedups over standard speculative decoding while preserving or improving BLEU and ROUGE scores. The proposed approach offers a principled, plug-in method for efficient and robust decoding in large language models under varying conditions of uncertainty.

Keywords

Cite

@article{arxiv.2508.15371,
  title  = {Confidence-Modulated Speculative Decoding for Large Language Models},
  author = {Jaydip Sen and Subhasis Dasgupta and Hetvi Waghela},
  journal= {arXiv preprint arXiv:2508.15371},
  year   = {2026}
}

Comments

This is the preprint of the paper, which has been accepted for oral presentation and publication in the proceedings of IEEE INDISCON 2025. The conference will be organized at the National Institute of Technology, Rourkela, India, from August 21 to 23, 2025. The paper is 10 pages long, and it contains 2 figures and 5 tables

R2 v1 2026-07-01T04:59:42.861Z