paper-with-me

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 aligned tokens. However, individual drafters, often trained for specific tasks or domains, exhibit limited effectiveness across diverse applications. To address this, we introduce \textsc{MetaSD}, a unified framework that integrates multiple drafters into the SD process. MetaSD dynamically allocates computational resources to heterogeneous drafters by leveraging alignment feedback and framing drafter selection as a multi-armed bandit problem. Extensive experiments show MetaSD consistently outperforms single-drafter approaches.

📄 PDF Abstract BibTeX arXiv:2604.05417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpecDiff-2: Scaling Diffusion Drafter Alignment For Faster Speculative Decoding

2025-11-01 · Jameson Sandler, Jacob K. Christopher, Thomas Hartvigsen, Ferdinando Fioretto arxiv

Speculative decoding has become the standard approach for accelerating Large Language Model (LLM) inference. It exploits a lossless draft-then-verify procedure to circumvent the latency of autoregressive decoding, achiev…

ParallelSpec: Parallel Drafter for Efficient Speculative Decoding

2024-10-08 · Zilin Xiao, Hongming Zhang, Tao Ge, Siru Ouyang 외

Speculative decoding has proven to be an efficient solution to large language model (LLM) inference, where the small drafter predicts future tokens at a low cost, and the target model is leveraged to verify them in paral…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Steering Pretrained Drafters during Speculative Decoding

2025-11-13 · Frédéric Berdoz, Peer Rheinboldt, Roger Wattenhofer arxiv

Speculative decoding accelerates language model inference by separating generation into fast drafting and parallel verification. Its main limitation is drafter-verifier misalignment, which limits token acceptance and red…

Decoupled Contrastive Decoding via Expert-Aligned Drafting

2026-08-13 · Zhixuan Liu, Zhichen Dong, Yuanfu Wang, Chao Yang arxiv

Contrastive Decoding (CD) improves generation quality, but its amateur-model pass makes decoding expensive. Accelerating CD with speculative decoding raises a proposal-alignment question: should the contrastive signal sh…

Accelerating Speculative Decoding with Block Diffusion Draft Trees

2026-04-14 · Liran Ringel, Yaniv Romano arxiv

Speculative decoding accelerates autoregressive language models by using a lightweight drafter to propose multiple future tokens, which the target model then verifies in parallel. DFlash shows that a block diffusion draf…