paper-with-me

Papers

Dynamic Depth Decoding: Faster Speculative Decoding for LLMs

2024-08-30 · Oscar Brown, Zhengjie Wang, Andrea Do, Nikhil Mathew, Cheng Yu

The acceleration of Large Language Models (LLMs) with speculative decoding provides a significant runtime improvement without any loss of accuracy. Currently, EAGLE-2 is the state-of-the-art speculative decoding method, improving on EAGLE with a dynamic draft tree. We introduce Dynamic Depth Decoding (DDD), which optimises EAGLE-2's tree drafting method using a dynamic depth. This extends the average speedup that EAGLE-2 achieves over EAGLE by $44\%$, giving DDD an average speedup of $3.16$x.

📄 PDF Abstract BibTeX arXiv:2409.00142

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Speculative Speculative Decoding

2026-03-03 · Tanishq Kumar, Tri Dao, Avner May arxiv

Autoregressive decoding is bottlenecked by its sequential nature. Speculative decoding has become a standard way to accelerate inference by using a fast draft model to predict upcoming tokens from a slower target model, …

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

SAGE: Accelerating Vision-Language Models via Entropy-Guided Adaptive Speculative Decoding

2026-01-31 · Yujia Tong, Tian Zhang, Yunyang Wan, Kaiwei Lin 외 arxiv

Speculative decoding has emerged as a promising approach to accelerate inference in vision-language models (VLMs) by enabling parallel verification of multiple draft tokens. However, existing methods rely on static tree …

Unlocking Efficiency in Large Language Model Inference: A Comprehensive Survey of Speculative Decoding

2024-01-15 · Heming Xia, Zhe Yang, Qingxiu Dong, Peiyi Wang 외

To mitigate the high inference latency stemming from autoregressive decoding in Large Language Models (LLMs), Speculative Decoding has emerged as a novel decoding paradigm for LLM inference. In each decoding step, this m…

Language ModelingLanguage ModellingLarge Language Model

Spec-LLaVA: Accelerating Vision-Language Models with Dynamic Tree-Based Speculative Decoding

2025-09-15 · Mingxiao Huo, Jiayi Zhang, Hewei Wang, Jinfeng Xu 외 arxiv

Vision-Language Models (VLMs) enable powerful multimodal reasoning but suffer from slow autoregressive inference, limiting their deployment in real-time applications. We introduce Spec-LLaVA, a system that applies specul…

Multimodal Reasoning