paper-with-me

Papers

FastEagle: Cascaded Drafting for Accelerating Speculative Decoding

2025-09-24 · Haiduo Huang, Jiangcheng Song, Wenzhe Zhao, Pengju Ren arxiv

Speculative decoding accelerates generation by drafting candidates and verifying them in parallel, yet state-of-the-art drafters (e.g., EAGLE) still require N sequential passes to propose N tokens. We present FastEagle, a non-autoregressive cascaded drafter that emits an entire draft in a single forward pass. FastEagle replaces temporal steps with a lightweight layer cascade and trains with layer-wise supervision to mitigate error accumulation. Coupled with a constrained draft tree that preserves lossless verification cost, FastEagle delivers substantial wall-clock speedups over strong autoregressive drafters while maintaining competitive acceptance behavior. Across multiple LLMs (Vicuna-13B, LLaMA-Instruct 3.x, and DeepSeek-R1-Distill-LLaMA) and tasks (MT-Bench, HumanEval, GSM8K, CNN/DM, Alpaca), FastEagle consistently outperforms EAGLE-3 in speedup under both greedy and stochastic decoding, with comparable average acceptance lengths. These results indicate that removing sequential dependencies in drafting is a practical path toward lossless LLM inference acceleration.

📄 PDF Abstract BibTeX arXiv:2509.20416

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Speculative Decoding: Exploiting Speculative Execution for Accelerating Seq2seq Generation

2022-03-30 · Heming Xia, Tao Ge, Peiyi Wang, Si-Qing Chen 외

We propose Speculative Decoding (SpecDec), for the first time ever, to formally study exploiting the idea of speculative execution to accelerate autoregressive (AR) decoding. Speculative Decoding has two innovations: Spe…

Abstractive Text SummarizationMachine TranslationTranslation

CARD: A Cache-Assisted Parallel Speculative Decoding Framework via Query-and-Correct Paradigm for Accelerating LLM Inference

2025-08-06 · Enyu Zhou, Kai Sheng, Hao Chen, Xin He arxiv

Speculative decoding (SD), where a draft model provides multiple candidate tokens for the target model to verify in parallel, has demonstrated significant potential for accelerating LLM inference. Yet, existing SD approa…

Lossless Acceleration of Large Language Models with Hierarchical Drafting based on Temporal Locality in Speculative Decoding

2025-02-08 · Sukmin Cho, Sangjin Choi, Taeho Hwang, Jeongyeon Seo 외

Accelerating inference in Large Language Models (LLMs) is critical for real-time interactions, as they have been widely incorporated into real-world services. Speculative decoding, a fully algorithmic solution, has gaine…

Confidence-Modulated Speculative Decoding for Large Language Models

2025-08-21 · Jaydip Sen, Subhasis Dasgupta, Hetvi Waghela arxiv

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 draftin…

Machine Translation