paper-with-me

Papers

Continuous Diffusion Scales Competitively with Discrete Diffusion for Language

2026-05-18 · Zhihan Yang, Wei Guo, Shuibai Zhang, Subham Sekhar Sahoo, Yongxin Chen, Arash Vahdat, Morteza Mardani, John Thickstun arxiv

While diffusion has drawn considerable recent attention from the language modeling community, continuous diffusion has appeared less scalable than discrete approaches. To challenge this belief we revisit Plaid, a likelihood-based continuous diffusion language model (DLM), and construct RePlaid by aligning the architecture of Plaid with modern discrete DLMs. In this unified setting, we establish the first scaling law for continuous DLMs that rivals discrete DLMs: RePlaid exhibits a compute gap of only $20\times$ compared to autoregressive models, outperforms Duo while using fewer parameters, and outperforms MDLM in the over-trained regime. We benchmark RePlaid against recent continuous DLMs: on OpenWebText, RePlaid achieves a new state-of-the-art PPL bound of $22.1$ among continuous DLMs and superior generation quality. These results suggest that continuous diffusion, when trained via likelihood, is a highly competitive and scalable alternative to discrete DLMs. Moreover, we offer theoretical insights to understand the advantage of likelihood-based training. We show that optimizing the noise schedule to minimize the ELBO's variance naturally yields linear cross-entropy (information loss) over time. This evenly distributes denoising difficulty without any case-specific time reparameterization. In addition, we find that optimizing embeddings via likelihood creates structured geometries and drives the most significant likelihood gain.

📄 PDF Abstract BibTeX arXiv:2605.18530

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Offline Reinforcement Learning with Discrete Diffusion Skills

2025-03-26 · Ruixi Qiao, Jie Cheng, Xingyuan Dai, Yonglin Tian 외

Skills have been introduced to offline reinforcement learning (RL) as temporal abstractions to tackle complex, long-horizon tasks, promoting consistent behavior and enabling meaningful exploration. While skills in offlin…

DecoderOffline RLreinforcement-learningReinforcement Learning+1

Discrete Modeling via Boundary Conditional Diffusion Processes

2024-10-29 · Yuxuan Gu, Xiaocheng Feng, Lei Huang, Yingsheng Wu 외

We present an novel framework for efficiently and effectively extending the powerful continuous diffusion processes to discrete modeling. Previous approaches have suffered from the discrepancy between discrete data and c…

Image GenerationLanguage ModelingLanguage Modelling

DINOISER: Diffused Conditional Sequence Learning by Manipulating Noises

2023-02-20 · Jiasheng Ye, Zaixiang Zheng, Yu Bao, Lihua Qian 외

While diffusion models have achieved great success in generating continuous signals such as images and audio, it remains elusive for diffusion models in learning discrete sequence data like natural languages. Although re…

Coevolutionary Continuous Discrete Diffusion: Make Your Diffusion Language Model a Latent Reasoner

2025-10-03 · Cai Zhou, Chenxiao Yang, Yi Hu, Chenyu Wang 외 arxiv

Diffusion language models, especially masked discrete diffusion models, have achieved great success recently. While there are some theoretical and primary empirical results showing the advantages of latent reasoning with…

Leveraging Pretrained Language Models as Energy Functions for Glauber Dynamics Text Diffusion

2026-05-05 · Tarun Kathuria, Sachin Kumar arxiv

We present a discrete diffusion-based language model using Glauber dynamics from statistical physics. Our main insight is that instead of trying to train a discrete state space diffusion model using Glauber dynamics with…

Common Sense Reasoning