Dependency-Aware Revocable Decoding for Efficient Diffusion Large Language Model Inference

📅 2026-08-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决并行解码中错误传播问题,提出依赖感知可撤销解码(DARD),通过区分标记状态和选择性上下文验证提高生成质量与速度。
📝 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.71$\times$ speedup and a 4.35-point CIDEr score gain over Saber on Flickr30K.
Problem

Research questions and friction points this paper is trying to address.

Dependency-Aware
Revocable Decoding
Diffusion Large Language Models
Decoding Parallelism
Generation Quality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dependency-Aware Revocable Decoding
diffusion large language models
parallel decoding
generation quality
adaptive regulation