paper-with-me

홈 › Papers

Not-a-Bandit: Provably No-Regret Drafter Selection in Speculative Decoding for LLMs

2025-10-22 · Hongyi Liu, Jiaji Huang, Zhen Jia, Youngsuk Park, Yu-Xiang Wang arxiv

Speculative decoding is widely used in accelerating large language model (LLM) inference. In this work, we focus on the online draft model selection problem in speculative decoding. We design an algorithm that provably competes with the best draft model in hindsight for each query in terms of either the token acceptance probability or expected acceptance length. In particular, we show that we can accurately evaluate all draft models, instead of only the chosen model without incurring additional queries to the target model, which allows us to improve exponentially over the existing bandit-based approach as the number of draft models increases. Our approach is generically applicable with any speculative decoding methods (single draft, multi-drafts and draft-trees). Moreover, we design system-efficient versions of online learners and demonstrate that the overhead in computation and latency can be substantially reduced. We conduct extensive experiments on open-source LLMs and diverse datasets, demonstrating that our methods substantially outperform the state-of-the-art EAGLE3 and the BanditSpec baseline in a variety of domains where specialized domain-expert drafters are available, especially when long reasoning chains are required.

📄 PDF Abstract BibTeX arXiv:2510.20064

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Drafter Speculative Decoding with Alignment Feedback

2026-04-07 · Taehyeon Kim, Hojung Jung, Se-Young Yun arxiv

Speculative decoding (SD) accelerates large language model (LLM) inference by using a smaller model to draft future tokens, which are then verified by the target LLM. This preserves generation quality by accepting only a…

Distributed Speculative Inference (DSI): Speculation Parallelism for Provably Faster Lossless Language Model Inference

2024-05-23 · Nadav Timor, Jonathan Mamou, Daniel Korat, Moshe Berchansky 외

This paper introduces distributed speculative inference (DSI), a novel inference algorithm that is provably faster than speculative inference (SI) [leviathan2023, chen2023, miao2024, sun2025, timor2025] and standard auto…

Language ModelingLanguage Modelling

BanditSpec: Adaptive Speculative Decoding via Bandit Algorithms

2025-05-21 · Yunlong Hou, Fengzhuo Zhang, Cunxiao Du, Xuan Zhang 외

Speculative decoding has emerged as a popular method to accelerate the inference of Large Language Models (LLMs) while retaining their superior text generation performance. Previous methods either adopt a fixed speculati…

Text Generation

Accelerating Speculative Diffusions via Block Verification

2026-06-11 · Alexander Soen, Hisham Husain, Valentin De Bortoli, Arnaud Doucet arxiv

Speculative decoding speeds up LLM inference by using a draft model to generate tokens, with an acceptance-rejection scheme that ensures that the output matches the target distribution. Adapting this to continuous diffus…

SpecBlock: Block-Iterative Speculative Decoding with Dynamic Tree Drafting

2026-05-08 · Weijie Shi, Qiang Xu, Fan Deng, Yaguang Wu 외 arxiv

Speculative decoding accelerates LLM inference by drafting a tree of candidate continuations and verifying it in one target forward. Existing drafters fall into two camps with opposite weaknesses. Autoregressive drafters…