paper-with-me

홈 › Papers

DIVERSED: Relaxed Speculative Decoding via Dynamic Ensemble Verification

2026-04-08 · Ziyi Wang, Siva Rajesh Kasa, Ankith M S, Santhosh Kumar Kasa, Jiaru Zou, Sumit Negi, Ruqi Zhang, Nan Jiang, Qifan Song arxiv

Speculative decoding is an effective technique for accelerating large language model inference by drafting multiple tokens in parallel. In practice, its speedup is often bottlenecked by a rigid verification step that strictly enforces the accepted token distribution to exactly match the target model. This constraint leads to the rejection of many plausible tokens, lowering the acceptance rate and limiting overall time speedup. To overcome this limitation, we propose Dynamic Verification Relaxed Speculative Decoding (DIVERSED), a relaxed verification framework that improves time efficiency while preserving generation quality. DIVERSED learns an ensemble-based verifier that blends the draft and target model distributions with a task-dependent and context-dependent weight. We provide theoretical justification for our approach and demonstrate empirically that DIVERSED achieves substantially higher inference efficiency compared to standard speculative decoding methods. Code is available at: https://github.com/comeusr/diversed.

📄 PDF Abstract BibTeX arXiv:2604.07622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Annealed Relaxation of Speculative Decoding for Faster Autoregressive Image Generation

2026-01-14 · Xingyao Li, Fengzhuo Zhang, Cunxiao Du, Hui Ji arxiv

Despite significant progress in autoregressive image generation, inference remains slow due to the sequential nature of AR models and the ambiguity of image tokens, even when using speculative decoding. Recent works atte…

Image Generation

A Practical Investigation of Training-free Relaxed Speculative Decoding

2026-07-09 · Guoxuan Xia, Luka Ribar, Paul Balanca arxiv

Speculative decoding accelerates sampling from an autoregressive LLM by using a faster auxiliary model to draft tokens which are then verified in parallel by the LLM. Standard speculative decoding is lossless: its reject…

LANTERN++: Enhancing Relaxed Speculative Decoding with Static Tree Drafting for Visual Auto-regressive Models

2025-02-10 · Sihwan Park, Doohyuk Jang, Sungyub Kim, Souvik Kundu 외

Speculative decoding has been widely used to accelerate auto-regressive (AR) text generation. However, its effectiveness for visual AR models remains limited due to token selection ambiguity, where multiple tokens share …

Text Generation

When Is a Draft Accepted? A Theory of Acceptance in Speculative Decoding

2026-06-29 · Aaryam Sharma arxiv

Speculative decoding accelerates language model inference by using a fast drafter to propose candidate tokens that are then verified by a larger target model. Existing theory largely studies the stochastic, distribution-…

LANTERN: Accelerating Visual Autoregressive Models with Relaxed Speculative Decoding

2024-10-04 · Doohyuk Jang, Sihwan Park, June Yong Yang, Yeonsung Jung 외

Auto-Regressive (AR) models have recently gained prominence in image generation, often matching or even surpassing the performance of diffusion models. However, one major limitation of AR models is their sequential natur…

Image Generation