Search papers, labs, and topics across Lattice.
This paper introduces a multi-mask diffusion model (MultiMDM) that addresses the challenges of few-step generation in masked diffusion models (MDMs) by maintaining a structured masking approach. The method enhances the backward process by allowing for a drafting capability that predicts a designated mask before refining to a clean token, thus improving modeling quality and training efficiency. Experimental results demonstrate that MultiMDM significantly outperforms existing methods in few-step generation tasks, providing a robust foundation for future research in this area.
MultiMDM achieves superior few-step generation by cleverly preserving the masking structure, enabling a drafting capability that enhances token refinement.
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.