paper-with-me

Papers

Progressive Refinement Regulation for Accelerating Diffusion Language Model Decoding

2026-03-04 · Lipeng Wan, Jianhui Gu, Junjie Ma, Jianguo Huang, Shiguang Sun, Siyuan Li, Xuguang Lan arxiv

Diffusion language models generate text through iterative denoising under a uniform refinement rule applied to all tokens. However, tokens stabilize at different rates in practice, leading to substantial redundant refinement and motivating refinement control over the denoising process. Existing approaches typically assess refinement necessity from instantaneous, step-level signals under a fixed decoding process. In contrast, whether a token has converged is defined by how its prediction changes along its future refinement trajectory. Moreover, changing the refinement rule reshapes future refinement trajectories, which in turn determine how refinement rules should be formulated, making refinement control inherently dynamic. We propose \emph{Progressive Refinement Regulation} (PRR), a progressive, trajectory-grounded refinement control framework that derives a token-level notion of empirical convergence progress from full decoding rollouts. Based on this signal, PRR learns a lightweight token-wise controller to regulate refinement via temperature-based distribution shaping under a progressive self-evolving training scheme. Experiments show that PRR substantially accelerates diffusion language model decoding while preserving generation quality.

📄 PDF Abstract BibTeX arXiv:2603.04514

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VocalNet-MDM: Accelerating Streaming Speech LLM via Self-Distilled Masked Diffusion Modeling

2026-02-09 · Ziyang Cheng, Yuhao Wang, Heyang Liu, Ronghua Wu 외 arxiv

Recent Speech Large Language Models~(LLMs) have achieved impressive capabilities in end-to-end speech interaction. However, the prevailing autoregressive paradigm imposes strict serial constraints, limiting generation ef…

Forward-Free Diffusion Language Models with BPTT-Free Looped Refinement

2026-06-06 · Haotian Sun, Rushi Qiang, Yuqian Zheng, Bo Dai arxiv

Diffusion language models generate text through iterative denoising, offering a powerful alternative to autoregressive generation. However, discrete language spaces lack a natural neighborhood structure for defining effe…

Accelerating Diffusion-based Combinatorial Optimization Solvers by Progressive Distillation

2023-08-12 · Junwei Huang, Zhiqing Sun, Yiming Yang

Graph-based diffusion models have shown promising results in terms of generating high-quality solutions to NP-complete (NPC) combinatorial optimization (CO) problems. However, those models are often inefficient in infere…

Combinatorial OptimizationDenoising

Beyond Hard Masks: Progressive Token Evolution for Diffusion Language Models

2026-01-12 · Linhao Zhong, Linyu Wu, Bozhen Fang, Tianjian Feng 외 arxiv

Diffusion Language Models (DLMs) offer a promising alternative for language modeling by enabling parallel decoding through iterative refinement. However, most DLMs rely on hard binary masking and discrete token assignmen…

Advancing Block Diffusion Language Models for Test-Time Scaling

2026-02-10 · Yi Lu, Deyang Kong, Jianing Wang, Linsen Guo 외 arxiv

Recent advances in block diffusion language models have demonstrated competitive performance and strong scalability on reasoning tasks. However, existing BDLMs have limited exploration under the test-time scaling setting…