paper-with-me

홈 › Papers

DUEL: Exact Likelihood for Masked Diffusion via Deterministic Unmasking

2026-03-02 · Gilad Turok, Chris De Sa, Volodymyr Kuleshov arxiv

Masked diffusion models (MDMs) generate text by iteratively selecting positions to unmask and then predicting tokens at those positions. Yet MDMs lack proper likelihood evaluation: the evidence lower bound (ELBO) is not only a loose bound on log-likelihood, but, as we show, is also computed under the training distribution rather than the test-time distribution. We resolve this within our DUEL framework, which unifies leading MDM sampling strategies that employ $\textit{deterministic}$ position selection. We prove that DUEL samplers admit $\textbf{exact likelihood computation under the test-time distribution}$ -- giving MDMs $\textit{proper}$ likelihood, and hence proper perplexity, for the first time. This proper perplexity is the natural analogue of autoregressive perplexity and lets us revisit key questions about MDMs. $\textbf{MDMs are substantially better than previously thought}$: the MDM-autoregressive perplexity gap shrinks by up to $32\%$ on in-domain data and $82\%$ on zero-shot benchmarks. DUEL enables the first principled comparison of fast,parallel samplers across compute budgets -- an analysis impossible with the ELBO and unreliable with generative perplexity -- identifying a strong default method. Finally, oracle search over position orderings reveals MDMs can far surpass autoregressive models -- achieving $36.47$ vs. $52.11$ perplexity on AG News -- demonstrating the ceiling of MDM performance has not yet been reached.

📄 PDF Abstract BibTeX arXiv:2603.01367

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TUBE: Tangent Upper Bound on Evidence for Discrete Diffusion Language Models

2026-05-22 · Arseny Ivanov, Sergei Kholkin, Vladislav Gromadskii, Grigoriy Ksenofontov 외 arxiv

Log-likelihood is a standard metric for evaluating generative models. Unfortunately, in contrast to autoregressive models (ARMs), discrete diffusion models generally do not admit exact computation of this quantity. Exist…

d2: Improving Reasoning in Diffusion Language Models via Trajectory Likelihood Estimation

2025-09-25 · Guanghan Wang, Gilad Turok, Yair Schiff, Marianne Arriola 외 arxiv

While diffusion language models (DLMs) have achieved competitive performance in text generation, improving their reasoning ability with reinforcement learning remains an active research area. Here, we introduce d2, a rea…

Reinforcement LearningLogical ReasoningText Generation

Conditional Total Correlation and the Serial Depth of Adaptive Parallel Sampling

2026-08-26 · Chuling Wen, Weijie Liang, Jian Lu arxiv

Motivated by parallel decoding in masked diffusion models, we study adaptive parallel sampling of discrete vectors: in each round, a deterministic policy selects unrevealed coordinates on the basis of the values observed…

Latent Shadows: The Gaussian-Discrete Duality in Masked Diffusion

2026-01-31 · Guinan Chen, Xunpeng Huang, Ying Sun, Shijin Wang 외 arxiv

Masked discrete diffusion is a dominant paradigm for high-quality language modeling where tokens are iteratively corrupted to a mask state, yet its inference efficiency is bottlenecked by the lack of deterministic sampli…

Improved Techniques for Maximum Likelihood Estimation for Diffusion ODEs

2023-05-06 · Kaiwen Zheng, Cheng Lu, Jianfei Chen, Jun Zhu

Diffusion models have exhibited excellent performance in various domains. The probability flow ordinary differential equation (ODE) of diffusion models (i.e., diffusion ODEs) is a particular case of continuous normalizin…

Density EstimationImage Generation