CLOct 5, 2025

Self Speculative Decoding for Diffusion Large Language Models

arXiv:2510.04147v121 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses a practical bottleneck for deploying dLLMs by accelerating inference without auxiliary models, though it is incremental as it builds on speculative decoding techniques.

The paper tackles the performance degradation in diffusion-based large language models (dLLMs) due to deviations in parallel decoding, proposing Self Speculative Decoding (SSD) as a lossless inference acceleration method that achieves up to 3.46× speedup while maintaining output identical to stepwise decoding.

Diffusion-based Large Language Models (dLLMs) have emerged as a competitive alternative to autoregressive models, offering unique advantages through bidirectional attention and parallel generation paradigms. However, the generation results of current parallel decoding methods deviate from stepwise decoding, introducing potential performance degradation, which limits their practical deployment. To address this problem, we propose \textbf{S}elf \textbf{S}peculative \textbf{D}ecoding (SSD), a lossless inference acceleration method that leverages the dLLM itself as both speculative decoding drafter and verifier without auxiliary modules. SSD introduces a self-drafting mechanism where the model generates predictions for multiple positions, then verifies them through hierarchical verification trees in a single forward pass. Unlike traditional speculative decoding that requires separate draft models, SSD eliminates model redundancy and memory overhead by exploiting the dLLM's inherent parallel prediction capability for multiple positions. This self-speculative approach allows the model to progressively verify and accept multiple tokens in a single forward pass. Our experiments demonstrate that SSD achieves up to 3.46$\times$ speedup while keeping the output identical to stepwise decoding on open source models such as LLaDA and Dream. Code will be made publicly available on GitHub.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes