LGCLApr 6

DualDiffusion: A Speculative Decoding Strategy for Masked Diffusion Models

arXiv:2604.0525041.3h-index: 2
Predicted impact top 61% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses inference efficiency for masked diffusion language models, offering a practical improvement for applications requiring faster text generation, though it is incremental as it builds on existing speculative decoding ideas.

The paper tackled the slow inference speed of Masked Diffusion Models (MDMs) due to bidirectional attention, and proposed DualDiffusion, a speculative decoding framework that uses fast drafter models and accurate verifiers to reduce generation steps while maintaining high accuracy on benchmarks like MMLU and GSM8K.

Masked Diffusion Models (MDMs) offer a promising alternative to autoregressive language models by enabling parallel token generation and bidirectional context modeling. However, their inference speed is significantly limited by the inability to cache key-value pairs due to bidirectional attention, requiring $O(N^2)$ computations at each generation step. While recent methods like FastDLLM and DkvCache improve inference speed through attention approximations and caching strategies, they achieve speedups at the cost of generation quality. We propose DualDiffusion, a speculative decoding framework for MDMs that combines fast drafter models (using efficient approximations) with slower, more accurate verifier models. By running multiple steps of a lightweight drafter followed by a single verification step, DualDiffusion achieves a superior Pareto frontier between generation steps and accuracy compared to existing approaches. We evaluate our method on MMLU and GSM8K, demonstrating that DualDiffusion maintains high accuracy while reducing the number of generation steps required, effectively pushing the quality-efficiency trade-off curve for masked diffusion language models.

Foundations

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

Your Notes