paper-with-me

Papers

Cactus: Accelerating Auto-Regressive Decoding with Constrained Acceptance Speculative Sampling

2026-04-05 · Yongchang Hao, Lili Mou arxiv

Speculative sampling (SpS) has been successful in accelerating the decoding throughput of auto-regressive large language models by leveraging smaller draft models. SpS strictly enforces the generated distribution to match that of the verifier LLM. This is unnecessarily restrictive as slight variations of the verifier's distribution, such as sampling with top-$k$ or temperature, would also be acceptable. Typical acceptance sampling (TAS) alleviates this issue by accepting more tokens using entropy-based heuristics. However, this approach distorts the verifier distribution, potentially degrading output quality when the verifier encodes critical information. In this work, we formalize the speculative sampling algorithm through the lens of constrained optimization. Based on this formulation, we propose Cactus (constrained acceptance speculative sampling), a method that guarantees controlled divergence from the verifier distribution and increasing acceptance rates. Empirical results across a wide range of benchmarks confirm the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2604.04987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating Autoregressive Speech Synthesis Inference With Speech Speculative Decoding

2025-05-21 · Zijian Lin, Yang Zhang, Yougen Yuan, Yuming Yan 외

Modern autoregressive speech synthesis models leveraging language models have demonstrated remarkable performance. However, the sequential nature of next token prediction in these models leads to significant latency, hin…

Speech Synthesis

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

Accelerating Auto-regressive Text-to-Image Generation with Training-free Speculative Jacobi Decoding

2024-10-02 · Yao Teng, Han Shi, Xian Liu, Xuefei Ning 외

The current large auto-regressive models can generate high-quality, high-resolution images, but these models require hundreds or even thousands of steps of next-token prediction during inference, resulting in substantial…

Image GenerationText to Image GenerationText-to-Image Generation

SpecDiff-2: Scaling Diffusion Drafter Alignment For Faster Speculative Decoding

2025-11-01 · Jameson Sandler, Jacob K. Christopher, Thomas Hartvigsen, Ferdinando Fioretto arxiv

Speculative decoding has become the standard approach for accelerating Large Language Model (LLM) inference. It exploits a lossless draft-then-verify procedure to circumvent the latency of autoregressive decoding, achiev…

Accelerating Diffusion LLMs via Adaptive Parallel Decoding

2025-05-31 · Daniel Israel, Guy Van Den Broeck, Aditya Grover

The generation speed of LLMs are bottlenecked by autoregressive decoding, where tokens are predicted sequentially one by one. Alternatively, diffusion large language models (dLLMs) theoretically allow for parallel token …