Continuous Diffusion Scales Competitively with Discrete Diffusion for Language
Arash Vahdat, Yongxin Chen, Subham Sekhar Sahoo, John Thickstun, Zhihan Yang, Wei Guo, Shuibai Zhang, Morteza Mardani
dlm-study
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-05-18
- Processed
- 8/30/2026, 11:59:09 AM
- Analysis model
- Not available
- Analysis status
- partial
- Local PDF artifact
- papers/pdf/2026/continuous-diffusion-scales-competitively-with-discrete-diffusion-for-language.pdf
Abstract
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.
Summary
이 논문은 “연속 확산 언어모델은 이산 확산보다 스케일링이 나쁘다”는 기존 인식을 다시 검증한다. 저자들은 Plaid를 최신 이산 확산 모델과 같은 Transformer 조건으로 맞춘 RePlaid를 만들고, 같은 학습 예산과 같은 실험 프로토콜에서 비교하면 연속 확산도 이산 확산과 경쟁적이며, OpenWebText에서 RePlaid가 연속 확산 모델 중 최고 PPL bound 22.1을 낸다고 주장한다.