paper-with-me

Papers

Accelerate Speculative Decoding with Sparse Computation in Verification

2025-12-26 · Jikai Wang, Jianchao Tan, Yuxuan Hu, Jiayu Qin, Yerui Sun, Yuchen Xie, Xunliang Cai, Juntao Li, Min Zhang arxiv

Speculative decoding accelerates autoregressive language model inference by verifying multiple draft tokens in parallel. However, the verification stage often becomes the dominant computational bottleneck, especially for long-context inputs and mixture-of-experts (MoE) models. Existing sparsification methods are designed primarily for standard token-by-token autoregressive decoding to remove substantial computational redundancy in LLMs. This work systematically adopts different sparse methods on the verification stage of the speculative decoding and identifies structured redundancy across multiple dimensions. Based on these observations, we propose a sparse verification framework that jointly sparsifies attention, FFN, and MoE components during the verification stage to reduce the dominant computation cost. The framework further incorporates an inter-draft token and inter-layer retrieval reuse strategy to further reduce redundant computation without introducing additional training. Extensive experiments across summarization, question answering, and mathematical reasoning datasets demonstrate that the proposed methods achieve favorable efficiency-accuracy trade-offs, while maintaining stable acceptance length.

📄 PDF Abstract BibTeX arXiv:2512.21911

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningQuestion Answering

Similar Papers 제목 키워드 기반

Dustin: Draft-Augmented Sparse Verification for Efficient Long-Context Generation with Speculative Decoding

2026-06-23 · WenHung Lee, Jian-Jia Chen, Xiaolin Lin, Pei-Shuo Wang 외 arxiv

While speculative decoding improves inference throughput for multi-batch long-context Large Language Models (LLMs), its efficiency is often limited by a verification bottleneck where Key-Value (KV) cache loading dominate…

Making Every Verified Token Count: Adaptive Verification for MoE Speculative Decoding

2026-05-01 · Lehan Pan, Ziyang Tao, Ruoyu Pang, Xiao Wang 외 arxiv

Tree-based speculative decoding accelerates autoregressive generation by verifying multiple draft candidates in parallel, but this advantage weakens for sparse Mixture-of-Experts (MoE) models. As the draft tree grows, di…

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

ECHO: Elastic Speculative Decoding with Sparse Gating for High-Concurrency Scenarios

2026-03-10 · Xinyi Hu, Yuhao Shen, Baolin Zhang, Hengxin Zhang 외 arxiv

Speculative Decoding promises to accelerate the inference of Large Language Models, yet its efficacy often degrades in production-grade serving. Existing evaluations typically overlook the compute-bound nature of high-co…

Vegas: Self-Speculative Decoding with Verification-Guided Sparse Attention

2026-02-06 · Yikang Yue, Yuqi Xue, Jian Huang arxiv

Long-context large language model (LLM) inference has become the norm for today's AI applications. However, it is severely bottlenecked by the increasing memory demands of its KV cache. Previous works have shown that sel…