Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Saber: An Efficient Sampling with Adaptive Acceleration and Backtracking Enhanced Remasking for Diffusion Language Model

About

Diffusion language models (DLMs) are emerging as a compelling alternative to the dominant autoregressive paradigm, offering inherent advantages in parallel generation and bidirectional context modeling. However, for the tasks with strict structural constraints such as code generation, DLMs face a critical trade-off between inference speed and output quality, where accelerating generation by reducing sampling steps often leads to catastrophic performance collapse. We find that the fundamental reasons are: 1) the generation difficulty is non-uniform in the structured sequence decoding steps, making DLM's static acceleration strategy suboptimal; 2) the context of tokens generated by DLM evolves continuously, causing early high-confidence predictions to turn into irreversible errors. In this paper, we introduce efficient Sampling with Adaptive acceleration and Backtracking Enhanced Remasking (i.e., Saber), a novel training-free sampling algorithm for DLMs that first achieves both better inference speed and output quality in code generation. Saber dynamically adjusts the number of tokens unmasked per step based on the model's evolving confidence, and utilizes a backtracking mechanism to revert tokens whose confidence drops as new context emerges, with its effectiveness supported by theoretical analysis. Extensive experiments on multiple mainstream code generation benchmarks show that Saber boosts Pass@1 accuracy by an average of 1.9\% over mainstream DLM sampling methods, while achieving an average 251.4\% inference speedup. By leveraging the inherent advantages of DLMs, our work significantly narrows the performance gap with autoregressive models in code generation.

Yihong Dong, Zhaoyu Ma, Xue Jiang, Zhiyuan Fan, Jiaru Qian, Yongmin Li, Jianha Xiao, Zhi Jin, Rongyu Cao, Binhua Li, Fei Huang, Yongbin Li, Ge Li• 2025

Related benchmarks

TaskDatasetResultRank
ReasoningBBH--
726
Code GenerationHumanEval
Accuracy (%)54.88
77
ReasoningBBH
Score52.8
36
Multi-task KnowledgeMMLU-Pro
MMLU-Pro Score36.1
33
Mathematical ReasoningMATH500
Accuracy45
32
Code GenerationMBPP
Accuracy57
32
Mathematical ReasoningGSM8K
Accuracy81.43
32
TruthfulnessTruthfulQA
Truthfulness Score40.88
16
Mathematical ReasoningMATH
Score34.26
12
Mathematical ReasoningASDIV
Score75.84
12
Showing 10 of 19 rows

Other info

Follow for update