English

Stop Training for the Worst: Progressive Unmasking Accelerates Masked Diffusion Training

Machine Learning 2026-02-12 v1

Abstract

Masked Diffusion Models (MDMs) have emerged as a promising approach for generative modeling in discrete spaces. By generating sequences in any order and allowing for parallel decoding, they enable fast inference and strong performance on non-causal tasks. However, this flexibility comes with a training complexity trade-off: MDMs train on an exponentially large set of masking patterns, which is not only computationally expensive, but also creates a train--test mismatch between the random masks used in training and the highly structured masks induced by inference-time unmasking. In this work, we propose Progressive UnMAsking (PUMA), a simple modification of the forward masking process that aligns training-time and inference-time masking patterns, thereby focusing optimization on inference-aligned masks and speeding up training. Empirically, PUMA speeds up pretraining at the 125M scale by 2.5×\approx 2.5\times and offers complementary advantages on top of common recipes like autoregressive initialization. We open-source our codebase at https://github.com/JaeyeonKim01/PUMA.

Keywords

Cite

@article{arxiv.2602.10314,
  title  = {Stop Training for the Worst: Progressive Unmasking Accelerates Masked Diffusion Training},
  author = {Jaeyeon Kim and Jonathan Geuter and David Alvarez-Melis and Sham Kakade and Sitan Chen},
  journal= {arXiv preprint arXiv:2602.10314},
  year   = {2026}
}
R2 v1 2026-07-01T10:30:47.884Z