paper-with-me

Papers

Tutorial Proposal: Speculative Decoding for Efficient LLM Inference

2025-03-01 · Heming Xia, Cunxiao Du, Yongqi Li, Qian Liu, Wenjie Li

This tutorial presents a comprehensive introduction to Speculative Decoding (SD), an advanced technique for LLM inference acceleration that has garnered significant research interest in recent years. SD is introduced as an innovative decoding paradigm to mitigate the high inference latency stemming from autoregressive decoding in LLMs. At each decoding step, SD efficiently drafts several future tokens and then verifies them in parallel. This approach, unlike traditional autoregressive decoding, facilitates the simultaneous decoding of multiple tokens per step, thereby achieving promising 2x-4x speedups in LLM inference while maintaining original distributions. This tutorial delves into the latest techniques in SD, including draft model architectures and verification strategies. Additionally, it explores the acceleration potential and future research directions in this promising field. We aim for this tutorial to elucidate the current research landscape and offer insights for researchers interested in Speculative Decoding, ultimately contributing to more efficient LLM inference.

📄 PDF Abstract BibTeX arXiv:2503.00491

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Variational Speculative Decoding: Rethinking Draft Training from Token Likelihood to Sequence Acceptance

2026-02-05 · Xiandong Zou, Jianshu Li, Jing Huang, Pan Zhou arxiv

Speculative decoding accelerates inference for (M)LLMs, yet a training-decoding discrepancy persists: while existing methods optimize single greedy trajectories, decoding involves verifying and ranking multiple sampled d…

Faster LLM Inference via Sequential Monte Carlo

2026-04-17 · Yahya Emara, Mauricio Barba da Costa, Chi-Chih Chang, Cameron Freer 외 arxiv

Speculative decoding (SD) accelerates language model inference by drafting tokens from a cheap proposal model and verifying them against an expensive target model via rejection sampling. Because rejection truncates the d…

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

Decoding Speculative Decoding

2024-02-02 · Minghao Yan, Saurabh Agarwal, Shivaram Venkataraman

Speculative Decoding is a widely used technique to speed up inference for Large Language Models (LLMs) without sacrificing quality. When performing inference, speculative decoding uses a smaller draft model to generate s…

Language ModelingLanguage Modelling

TAPS: Task Aware Proposal Distributions for Speculative Sampling

2026-03-27 · Mohamad Zbib, Mohamad Bazzi, Ammar Mohanna, Hasan Abed Al Kader Hammoud 외 arxiv

Speculative decoding accelerates autoregressive generation by letting a lightweight draft model propose future tokens that a larger target model then verifies in parallel. In practice, however, draft models are usually t…