CLDec 2, 2025

Fast-Decoding Diffusion Language Models via Progress-Aware Confidence Schedules

arXiv:2512.02892v13 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency of diffusion language models for practical applications, offering a significant speedup without retraining, though it is incremental as it builds on existing early-exit methods.

The paper tackles the slow sampling problem in diffusion large language models by introducing SchED, a training-free early-exit algorithm that accelerates decoding while maintaining performance, achieving up to 4.0x speedups with 99.8-100% score retention on instruction-tuned models.

Diffusion large language models (dLLMs) offer a promising alternative to autoregressive models, but their practical utility is severely hampered by slow, iterative sampling. We present SchED, a training-free, model-agnostic early-exit algorithm that aggregates full-span logit margins and halts decoding once a smooth, progress-dependent confidence threshold is met. We evaluated SchED on two dLLM families (Dream and LLaDA), in base and instruction-tuned variants across ten benchmarks spanning downstream tasks including multiple-choice question answering (MCQ), math, long-form QA/summarization, and translation. SchED delivers large, stable accelerations: on instruction-tuned models, it achieves $3.8$-$4.0\times$ speedups while retaining $99.8$-$100\%$ of the baseline score on average. On base models, SchED yields consistent speedup gains with $99.1$-$100\%$ performance retention, with up to $2.34\times$ under more aggressive settings. Using a conservative speed metric that heavily penalizes quality loss (QPS, $γ{=}4$), we show that SchED is robust and clearly outperforms prior confidence-based early-exit methods, which break down on long-form generation. An entropy analysis of the model's token predictions reveals that instruction tuning speeds up the decay of predictive entropy. By turning genuine confidence stabilization into computational savings, SchED makes dLLM decoding substantially more efficient.

Foundations

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

Your Notes