Bridging Diffusion LLMs and Speculative Decoding

A novel SimSD speculative decoding method enables diffusion LLMs to achieve up to 7.46x higher throughput without sacrificing generation quality.

Diagram illustrating the SimSD speculative decoding process for diffusion language models.
The SimSD framework enables speculative decoding for diffusion LLMs.
Visual TL;DR
dLLMs vs AR ModelsContext
From the article 8 mentionsDiffusion large language models (dLLMs) offer a compelling alternative to autoregressive (AR) models with potential for faster inference.
Speculative Decoding BarrierDriver
dLLMs' masked modeling prevents standard token-level speculative verification
From the article 3 mentionsHowever, their masked language modeling paradigm has historically precluded them from benefiting from speculative decoding, a critical acceleration technique for AR models.
SimSD MethodCore
plug-and-play masking strategy with reference tokens and attention mask
From the article 4 mentionsThe SimSD speculative decoding algorithm is training-free and integrates seamlessly with other acceleration methods like KV caching and blockwise decoding.
Temporally Valid ContextsContext
From the article 2 mentionsUnlike AR models where causal masking ensures temporally valid contexts for token verification, dLLMs' context shifts across denoising steps.
Throughput GainsEffect
From the articleThe researchers observed up to 7.46x higher decoding throughput.
Quality PreservationOutcome
without sacrificing generation quality
From the article 2 mentionsCritically, this acceleration was achieved while maintaining, and in some cases even improving, the average generation quality.

Diffusion large language models (dLLMs) offer a compelling alternative to autoregressive (AR) models with potential for faster inference. However, their masked language modeling paradigm has historically precluded them from benefiting from speculative decoding, a critical acceleration technique for AR models. This paper introduces a solution to this disconnect.

Unlocking Speculative Decoding for dLLMs

The core challenge lies in the dLLM's masked language modeling formulation, which relies on bidirectional attention and mask tokens. Unlike AR models where causal masking ensures temporally valid contexts for token verification, dLLMs' context shifts across denoising steps. This prevents standard token-level speculative verification. The proposed solution, SimSD, introduces a plug-and-play masking strategy. By incorporating reference tokens from a draft model and carefully designing an attention mask, SimSD equips dLLMs with temporally valid contexts. This enables them to compute valid logits for multiple drafted tokens in a single forward pass, effectively restoring the verification capability crucial for speculative decoding while retaining dLLMs' parallel decoding advantages.

Significant Throughput Gains with Quality Preservation

The SimSD speculative decoding algorithm is training-free and integrates seamlessly with other acceleration methods like KV caching and blockwise decoding. Experiments on the SDAR-family dLLMs across four benchmarks demonstrate substantial performance improvements. The researchers observed up to 7.46x higher decoding throughput. Critically, this acceleration was achieved while maintaining, and in some cases even improving, the average generation quality. This suggests that SimSD offers a robust path to significantly enhance the efficiency of dLLM inference without compromising output quality.

© 2026 StartupHub.ai. All rights reserved. You may not republish this article in full without a license. Search engines and AI research tools may crawl and summarize for reference. Bulk reproduction or model training requires a license. See our terms.
Daniel Singer

Written by

Daniel Singer

Editor, StartupHub.ai

Daniel Singer is the editor of StartupHub.ai, a technology expert and thought leader on AI and its applications across sectors, from fintech and healthcare to developer tooling and consumer software. He writes and tests the tools covered here thoroughly and regularly, and built StartupHub.ai to give founders, operators and buyers a clearer read on what they are actually being sold.