Research
Dependency-Aware Revocable Decoding for Efficient Diffusion Large Language Model Inference
arXiv:2608.26574v1 Announce Type: new Abstract: Diffusion large language models (dLLMs) offer a promising alternative to autoregressive generation by decoding multiple tokens in parallel through itera
arXiv:2608.26574v1 Announce Type: new Abstract: Diffusion large language models (dLLMs) offer a promising alternative to autoregressive generation by decoding multiple tokens in parallel through iterative denoising. However, increasing decoding parallelism often degrades generation quality, as early errors can contaminate later contexts. Revocable decoding mitigates this issue by re-evaluating decoded tokens and remasking unreliable ones, but existing methods overlook that unreliable tokens may also corrupt the verification context itself. We identify this failure mode and propose Dependency-Aware Revocable Decoding (DARD), a training-free framework that separates tokens into masked, candidate, and unmasked states. DARD verifies candidate tokens using a selective context that excludes less reliable tokens and adaptively regulates their influence on subsequent decoding. Experiments across 12 textual and multimodal benchmarks on 3 open-source dLLMs show that DARD consistently improves the speed-quality Pareto frontier over recent revocable decoding methods, achieving a 2.71imes speedup and a 4.35-point CIDEr score gain over Saber on Flickr30K.
Related
- SAID: Accelerating Diffusion-Based Language Models via Scaffold-Aware Iterative Decoding
- Don't Commit Alone: Joint Token Commitment in Diffusion Large Language Models
- Efficient Diffusion LLMs via Temporal-Spatial Parallel Decoding and Confidence Extrapolation
- Dynamic-dLLM: Dynamic Cache-Budget and Adaptive Parallel Decoding for Training-Free Acceleration of Diffusion LLM
- Ripple-Pivot Search: Active Parallel Decoding for Diffusion Large Language Models
Source: arXiv cs.CL | 2026-08-28