paper-with-me

Papers

A Cheaper and Better Diffusion Language Model with Soft-Masked Noise

2023-04-10 · Jiaao Chen, Aston Zhang, Mu Li, Alex Smola, Diyi Yang

Diffusion models that are based on iterative denoising have been recently proposed and leveraged in various generation tasks like image generation. Whereas, as a way inherently built for continuous data, existing diffusion models still have some limitations in modeling discrete data, e.g., languages. For example, the generally used Gaussian noise can not handle the discrete corruption well, and the objectives in continuous spaces fail to be stable for textual data in the diffusion process especially when the dimension is high. To alleviate these issues, we introduce a novel diffusion model for language modeling, Masked-Diffuse LM, with lower training cost and better performances, inspired by linguistic features in languages. Specifically, we design a linguistic-informed forward process which adds corruptions to the text through strategically soft-masking to better noise the textual data. Also, we directly predict the categorical distribution with cross-entropy loss function in every diffusion step to connect the continuous space and discrete space in a more efficient and straightforward way. Through experiments on 5 controlled generation tasks, we demonstrate that our Masked-Diffuse LM can achieve better generation quality than the state-of-the-art diffusion models with better efficiency.

📄 PDF Abstract BibTeX arXiv:2304.04746

Code (1)

amazon-science/masked-diffusion-lm 공식 구현 jax

Tasks

DenoisingImage GenerationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

fail 설명 없음
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 제목 키워드 기반

Soft-Masked Diffusion Language Models

2025-10-20 · Michael Hersche, Samuel Moor-Smith, Thomas Hofmann, Abbas Rahimi arxiv

Diffusion models have demonstrated strong potential in language modeling, offering various advantages over traditional autoregressive approaches. Their ability to generate and revise entire responses in parallel enables …

Improving Text Style Transfer using Masked Diffusion Language Models with Inference-time Scaling

2025-08-14 · Tejomay Kishor Padole, Suyash P Awate, Pushpak Bhattacharyya arxiv

Masked diffusion language models (MDMs) have recently gained traction as a viable generative framework for natural language. This can be attributed to its scalability and ease of training compared to other diffusion mode…

Text Style Transfer

Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

2026-06-09 · Yusuf Sahin, Ahmed Rockey Saikia, Volkan Cevher, Paolo Favaro arxiv

Masked diffusion language models can reduce inference steps by revealing multiple tokens per denoising iteration, but this parallelism is fragile: positions that are individually confident may be unsafe to commit togethe…

Fixed-Point Masked Generative Modeling

2026-05-29 · Andrea Miele, Yiming Qin, Alba Carballo-Castro, Justin Deschenaux 외 arxiv

Masked Generative Models (MGMs) enable parallel decoding and achieve strong performance across modalities, but require full-sequence bidirectional transformers at every step, making training costly and degrading quality …

Simplified and Generalized Masked Diffusion for Discrete Data

2024-06-06 · Jiaxin Shi, Kehang Han, Zhe Wang, Arnaud Doucet 외

Masked (or absorbing) diffusion is actively explored as an alternative to autoregressive models for generative modeling of discrete data. However, existing work in this area has been hindered by unnecessarily complex mod…

Language ModelingLanguage Modelling