paper-with-me

Papers

Improving Sampling for Masked Diffusion Models via Information Gain

2026-02-20 · Kaisen Yang, Jayden Teoh, Kaicheng Yang, Yitong Zhang, Alex Lamb arxiv

Masked Diffusion Models (MDMs) enable flexible decoding orders, yet existing samplers remain largely greedy, selecting locally certain tokens without accounting for their downstream effects. We show that this myopia can increase cumulative uncertainty and lead to suboptimal generation. To address this, we propose the Info-Gain Sampler, a training-free decoding method that uses the bidirectional structure of MDMs to balance immediate uncertainty with the information gained over remaining masked positions. Across reasoning, coding, creative writing, and image generation tasks, Info-Gain Sampler consistently outperforms existing MDM samplers, improving average reasoning accuracy by 2.9--11.6 percentage points and achieving a 62.8% average win rate in creative writing. The code is available at https://github.com/yks23/Information-Gain-Sampler.

📄 PDF Abstract BibTeX arXiv:2602.18176

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Error Bounds and Optimal Schedules for Masked Diffusions with Factorized Approximations

2025-10-29 · Hugo Lavenant, Giacomo Zanella arxiv

Recently proposed generative models for discrete data, such as Masked Diffusion Models (MDMs), exploit conditional independence approximations to reduce the computational cost of popular Auto-Regressive Models (ARMs), at…

Continuously Augmented Discrete Diffusion model for Categorical Generative Modeling

2025-10-01 · Huangjie Zheng, Shansan Gong, Ruixiang Zhang, Tianrong Chen 외 arxiv

Standard discrete diffusion models treat all unobserved states identically by mapping them to an absorbing [MASK] token. This creates an 'information void' where semantic information that could be inferred from unmasked …

Text Generation

The Cosine Schedule is Fisher-Rao-Optimal for Masked Discrete Diffusion Models

2025-08-06 · Leo Zhang, Saifuddin Syed arxiv

In this work, we study the problem of choosing the discretisation schedule for sampling from masked discrete diffusion models in terms of the information geometry of the induced probability path. Specifically, we show th…

Enabling Approximate Joint Sampling in Diffusion LMs

2025-09-25 · Parikshit Bansal, Sujay Sanghavi arxiv

In autoregressive language models, each token is sampled by conditioning on all the past tokens; the overall string has thus been sampled from the correct underlying joint distribution represented by the model. In contra…

Masked Diffusion Models are Secretly Time-Agnostic Masked Models and Exploit Inaccurate Categorical Sampling

2024-09-04 · Kaiwen Zheng, Yongxin Chen, Hanzi Mao, Ming-Yu Liu 외

Masked diffusion models (MDMs) have emerged as a popular research topic for generative modeling of discrete data, thanks to their superior performance over other discrete diffusion models, and are rivaling the auto-regre…

Language ModelingLanguage ModellingText Generation