paper-with-me

Papers

Accelerating Speculative Diffusions via Block Verification

2026-06-11 · Alexander Soen, Hisham Husain, Valentin De Bortoli, Arnaud Doucet arxiv

Speculative decoding speeds up LLM inference by using a draft model to generate tokens, with an acceptance-rejection scheme that ensures that the output matches the target distribution. Adapting this to continuous diffusions is difficult because speculative sampling requires drawing from a residual distribution. While straightforward in discrete spaces, efficiently sampling this residual in continuous space is non-trivial. Consequently, existing diffusion adaptations either use computationally inefficient sampling techniques or rely on an alternative scheme. In this work, we introduce a novel scheme that efficiently implements the original speculative sampling mechanism for diffusion models. Our approach offers a critical advantage over current methods: it enables us to adapt block verification from LLMs to diffusions -- which provably improves the acceptance rate of drafts. Furthermore, we formalize and analyze the Free Drafter, a heuristic self-speculative drafter for diffusions that requires no training. By enabling block verification, our Free Drafter yields up to a 6.3% speedup over existing speculative methods with no additional training and negligible overhead beyond the existing parallel verification pass.

📄 PDF Abstract BibTeX arXiv:2606.13426

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PACER: Blockwise Pre-verification for Speculative Decoding with Adaptive Length

2026-02-01 · Situo Zhang, Yifan Zhang, Zichen Zhu, Hankun Wang 외 arxiv

Speculative decoding (SD) is a powerful technique for accelerating the inference process of large language models (LLMs) without sacrificing accuracy. Typically, SD employs a small draft model to generate a fixed number …

SpecTr-GBV: Multi-Draft Block Verification Accelerating Speculative Decoding

2026-04-01 · Yijun Lin, Jinhao Sheng, Qingyue Cai, Feng Zhou arxiv

Autoregressive language models suffer from high inference latency due to their sequential decoding nature. Speculative decoding (SD) mitigates this by employing a lightweight draft model to propose candidate tokens, whic…

D^2SD: Accelerating Speculative Decoding with Dual Diffusion Draft Models

2026-06-03 · Liyuan Zhang, Jiarui Zhang, Jinwei Yao, Ran Yan 외 arxiv

Speculative decoding accelerates autoregressive large language model inference by drafting multiple tokens and verifying them in a single target-model forward pass. Recent diffusion-based drafters generate an entire bloc…

Block Verification Accelerates Speculative Decoding

2024-03-15 · Ziteng Sun, Uri Mendlovic, Yaniv Leviathan, Asaf Aharoni 외

Speculative decoding is an effective method for lossless acceleration of large language models during inference. It uses a fast model to draft a block of tokens which are then verified in parallel by the target model, an…

Greedy Multi-Path Block Verification for Faster Decoding in Speculative Sampling

2026-02-18 · Rahul Thomas, Arka Pal arxiv

The goal of $L$-step speculative decoding is to accelerate autoregressive decoding of a target model by using a cheaper draft model to generate a candidate path of $L$ tokens. Based on a verification algorithm involving …