paper-with-me

Papers

Factorization-Error-Free Discrete Diffusion Language Model via Speculative Decoding

2026-05-14 · Xun Fang, Yunchen Li, Hang Yuan, Zhou Yu arxiv

Discrete diffusion language models improve generation efficiency through parallel token prediction, but standard $X_0$ prediction methods introduce factorization errors by approximating the clean token posterior with independent token-wise distributions. This paper proposes Factorization-Error-Free Discrete Diffusion Language Modeling (FeF-DLLM), which replaces independent clean-token prediction with an exact prefix-conditioned factorization of the clean posterior to better preserve token dependencies. To reduce the sequential cost introduced by prefix conditioning, FeF-DLLM further incorporates speculative decoding within diffusion denoising, accelerating inference while maintaining the parallel prediction and re-masking properties of DLLMs. Theoretically, we prove that FeF-DLLM generates from the true joint distribution and derive its expected acceleration ratio. Experiments on GSM8K, MATH, HumanEval, and MBPP demonstrate that our method improves accuracy by an average of 5.04 percentage points while achieving an average inference speedup of $3.86\times$.

📄 PDF Abstract BibTeX arXiv:2605.14305

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discrete Denoising Diffusion Approach to Integer Factorization

2023-09-11 · Karlis Freivalds, Emils Ozolins, Guntis Barzdins

Integer factorization is a famous computational problem unknown whether being solvable in the polynomial time. With the rise of deep neural networks, it is interesting whether they can facilitate faster factorization. We…

Denoising

Test-Time Anchoring for Discrete Diffusion Posterior Sampling

2025-10-02 · Litu Rout, Andreas Lugmayr, Yasamin Jafarian, Srivatsan Varadharajan 외 arxiv

While continuous diffusion models have achieved remarkable success, discrete diffusion offers a unified framework for jointly modeling text and images. Beyond unification, discrete diffusion provides faster inference, fi…

Question Answering

Overcoming Dimensional Factorization Limits in Discrete Diffusion Models through Quantum Joint Distribution Learning

2025-05-08 · Chuangtao Chen, Qinglin Zhao, Mengchu Zhou, Zhimin He 외

This study explores quantum-enhanced discrete diffusion models to overcome classical limitations in learning high-dimensional distributions. We rigorously prove that classical discrete diffusion models, which calculate p…

Denoising

Discrete Diffusion Trajectory Alignment via Stepwise Decomposition

2025-07-07 · Jiaqi Han, Austin Wang, Minkai Xu, Wenda Chu 외 arxiv

Discrete diffusion models have demonstrated great promise in modeling various sequence data, ranging from human language to biological sequences. Inspired by the success of RL in language models, there is growing interes…

Breaking the Factorization Barrier in Diffusion Language Models

2026-02-09 · Ian Li, Zilei Shao, Benjie Wang, Rose Yu 외 arxiv

Diffusion language models theoretically allow for efficient parallel generation but are practically hindered by the "factorization barrier": the assumption that simultaneously predicted tokens are independent. This limit…

Reinforcement Learning