paper-with-me

Papers

Multi-Mask Diffusion Language Models for Few-Step Generation

2026-07-22 · Sijin Chen, Yinuo Ren, Heyang Zhao, Ziheng Cheng, Quanquan Gu, Lexing Ying arxiv

Masked diffusion models (MDMs) are a promising family of language generators, but achieving high-quality few-step generation remains challenging. In MDMs, all forward trajectories collapse to a single fully masked state, leaving no terminal entropy for consistency-style few-step generation. While recent few-step alternatives based on uniform-state diffusion avoid this degeneracy, it becomes harder to distinguish clean tokens from noise than MDMs, which usually harms modeling quality and training efficiency. In this work, we propose a multi-mask diffusion model (MultiMDM) that preserves the masking structure towards few-step generation. In the forward process, each clean token is first pushed towards a designated mask and then gradually mixes over the mask set. As a result, the backward process has a drafting capability by predicting a designated mask before refining to a clean token. We derive a closed-form ELBO training objective for MultiMDM that supports continual training from pretrained MDMs. In addition, we formulate a purely discrete-state consistency distillation scheme, with a shared-Gumbel coupling to reduce pathwise entropy. Experiments on pretraining and distillation show that MultiMDM provides an effective foundation for principled few-step generation.

📄 PDF Abstract BibTeX arXiv:2607.19686

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DualDiffusion: A Speculative Decoding Strategy for Masked Diffusion Models

2026-04-06 · Satyam Goyal, Kushal Patel, Tanush Mittal, Arjun Laxman arxiv

Masked Diffusion Models (MDMs) offer a promising alternative to autoregressive language models by enabling parallel token generation and bidirectional context modeling. However, their inference speed is significantly lim…

Don't Settle Too Early: Self-Reflective Remasking for Diffusion Language Models

2025-09-28 · Zemin Huang, Yuhang Wang, Zhiyang Chen, Guo-Jun Qi arxiv

Mask-based Diffusion Language Models (DLMs) struggle to revise incorrect tokens: once a token is generated, it typically remains fixed. The key challenge is to identify potential errors in the inputs. In this paper, we p…

Reinforcement LearningText Generation

Towards GUI Agents: Vision-Language Diffusion Models for GUI Grounding

2026-03-27 · Shrinidhi Kumbhar, Haofu Liao, Srikar Appalaraju, Kunwar Yashraj Singh arxiv

Autoregressive (AR) vision-language models (VLMs) have long dominated multimodal understanding, reasoning, and graphical user interface (GUI) grounding. Recently, discrete diffusion vision-language models (DVLMs) have sh…

Multimodal ReasoningText Generation

Diffusion-State Policy Optimization for Masked Diffusion Language Models

2026-02-06 · Daisuke Oba, Hiroki Furuta, Naoaki Okazaki arxiv

Masked diffusion language models generate text through iterative masked-token filling, but terminal-only rewards on final completions provide coarse credit assignment for the intermediate filling decisions that shape the…

Masked Language Flow Models

2026-06-26 · Iskander Azangulov, Kianoosh Ashouritaklimi, Leo Zhang, Simon Vary 외 arxiv

Masked Diffusion Models (MDMs) promise fast, parallel language generation, but their reverse transition factorises across token positions -- an approximation that breaks down in the few-step sampling regime where paralle…