paper-with-me

Papers

Continuous Diffusion Model for Language Modeling

2025-02-17 · Jaehyeong Jo, Sung Ju Hwang

Diffusion models have emerged as a promising alternative to autoregressive models in modeling discrete categorical data. Yet diffusion models that directly work on discrete data space do not fully exploit the power of iterative refinement, as the signals are lost during the transition between discrete states. Existing continuous diffusion models for discrete data have limited performance compared to discrete approaches, and the unclear link between them restricts the development of diffusion models for discrete data. In this work, we propose a continuous diffusion model for language modeling that incorporates the geometry of the underlying categorical distribution. We establish a connection between the discrete diffusion and continuous flow on the statistical manifold, and building on the analogy, we introduce a simple design for the diffusion process that generalizes previous discrete diffusion models. We further propose a simulation-free training framework based on radial symmetry and a simple technique to address the high dimensionality of the manifold. Comprehensive experiments on language modeling benchmarks and other modalities show that our method outperforms existing discrete diffusion models and approaches the performance of autoregressive models. Codes available at \href{https://github.com/harryjo97/RDLM}{https://github.com/harryjo97/RDLM}.

📄 PDF Abstract BibTeX arXiv:2502.11564

Code (1)

harryjo97/rdlm 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingmodel

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

LangFlow: Continuous Diffusion Rivals Discrete in Language Modeling

2026-04-13 · Yuxin Chen, Chumeng Liang, Hangke Sui, Ruihan Guo 외 arxiv

Continuous diffusion has been the foundation of high-fidelity, controllable, and few-step generation of many data modalities such as images. However, in language modeling, prior continuous diffusion language models (DLMs…

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

AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling

2026-08-03 · Jiajun Liang, Yucheng Liao, Yukang Cao, Jiazhe Wei 외 hf

Language remains an outlier in generative modeling: while images, video, and audio are increasingly modeled in continuous latent spaces, text generation still relies predominantly on discrete tokens. Existing continuous …

Text Generation

Self-conditioned Embedding Diffusion for Text Generation

2022-11-08 · Robin Strudel, Corentin Tallec, Florent Altché, Yilun Du 외

Can continuous diffusion models bring the same performance breakthrough on natural language they did for image generation? To circumvent the discrete nature of text data, we can simply project tokens in a continuous spac…

Image GenerationLanguage ModelingLanguage ModellingText Generation

Latent Diffusion for Language Generation

2022-12-19 · NeurIPS 2023 11 · Justin Lovelace, Varsha Kishore, Chao Wan, Eliot Shekhtman 외

Diffusion models have achieved great success in modeling continuous data modalities such as images, audio, and video, but have seen limited use in discrete domains such as language. Recent attempts to adapt diffusion to …

DecoderText Generation