paper-with-me

Papers

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, achieving impressive speed-ups. Yet, current speculative decoding approaches remain limited by two fundamental bottlenecks: (1) the autoregressive dependency during drafting which limits parallelism, and (2) frequent rejections of draft tokens caused by misalignment between the draft and verify models. This paper proposes SpecDiff-2, a novel framework to jointly address these two bottlenecks. It leverages discrete diffusion as a non-autoregressive drafter to address bottleneck (1) and develops novel techniques to calibrate discrete diffusion drafters with autoregressive verifiers, addressing bottleneck (2). Experimental results across a comprehensive benchmark suite show that SpecDiff-2 achieves a new state-of-the-art across reasoning, coding, and mathematical benchmarks, improving tokens-per-second by up to an average of +55% over previous baselines and obtaining up to 5.5x average speed-up over standard decoding, without any loss of accuracy.

📄 PDF Abstract BibTeX arXiv:2511.00606

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diffusion-driven lensless fiber endomicroscopic quantitative phase imaging towards digital pathology

2024-07-26 · Zhaoqing Chen, Jiawei Sun, Xibin Yang, Xinyi Ye 외

Lensless fiber endomicroscope is an emerging tool for in-vivo microscopic imaging, where quantitative phase imaging (QPI) can be utilized as a label-free method to enhance image contrast. However, existing single-shot ph…

AttributeCell SegmentationDenoising

SpecDiff: Accelerating Diffusion Model Inference with Self-Speculation

2025-09-17 · Jiayi Pan, Jiaming Xu, Yongkang Zhou, Guohao Dai arxiv

Feature caching has recently emerged as a promising method for diffusion model acceleration. It effectively alleviates the inefficiency problem caused by high computational requirements by caching similar features in the…

Feature Importance

Mamba Drafters for Speculative Decoding

2025-06-01 · Daewon Choi, Seunghyuk Oh, Saket Dingliwal, Jihoon Tack 외

Speculative decoding has emerged as a promising approach to accelerating large language model (LLM) generation using a fast drafter while maintaining alignment with the target model's distribution. However, existing appr…

Large Language ModelMamba

SpecDiff-GAN: A Spectrally-Shaped Noise Diffusion GAN for Speech and Music Synthesis

2024-01-30 · Teysir Baoueb, Haocheng Liu, Mathieu Fontaine, Jonathan Le Roux 외

Generative adversarial network (GAN) models can synthesize highquality audio signals while ensuring fast sample generation. However, they are difficult to train and are prone to several issues including mode collapse and…

Generative Adversarial NetworkSpeech Synthesis

Multi-Drafter Speculative Decoding with Alignment Feedback

2026-04-07 · Taehyeon Kim, Hojung Jung, Se-Young Yun arxiv

Speculative decoding (SD) accelerates large language model (LLM) inference by using a smaller model to draft future tokens, which are then verified by the target LLM. This preserves generation quality by accepting only a…