[MASK] is All You Need
Vincent Tao Hu, Björn Ommer
TL;DR
This work introduces Discrete Interpolants, a unified discrete-state framework that bridges Masked Generative Models and diffusion-style models for vision. By formulating a stochastic interpolant over discrete tokens and allowing both explicit and implicit timesteps, the approach enables training once to model the joint distribution and supports versatile sampling, including MGM-style and conditional sampling. The authors demonstrate state-of-the-art or competitive results on MS COCO, ImageNet 256, and video data (FaceForensics), and show that segmentation tasks can be reframed as unmasking within the same framework. They also provide extensive ablations and visualizations, validating the design choices around masking, weighting, scheduler, and guidance, with strong evidence of scalability to multi-modal and multi-task settings. Overall, Discrete Interpolants offer a principled pathway to unify generative and discriminative tasks in discrete vision representations with practical gains in fidelity and flexibility.
Abstract
In generative models, two paradigms have gained attraction in various applications: next-set prediction-based Masked Generative Models and next-noise prediction-based Non-Autoregressive Models, e.g., Diffusion Models. In this work, we propose using discrete-state models to connect them and explore their scalability in the vision domain. First, we conduct a step-by-step analysis in a unified design space across two types of models including timestep-independence, noise schedule, temperature, guidance strength, etc in a scalable manner. Second, we re-cast typical discriminative tasks, e.g., image segmentation, as an unmasking process from [MASK] tokens on a discrete-state model. This enables us to perform various sampling processes, including flexible conditional sampling by only training once to model the joint distribution. All aforementioned explorations lead to our framework named Discrete Interpolants, which enables us to achieve state-of-the-art or competitive performance compared to previous discrete-state based methods in various benchmarks, like ImageNet256, MS COCO, and video dataset FaceForensics. In summary, by leveraging [MASK] in discrete-state models, we can bridge Masked Generative and Non-autoregressive Diffusion models, as well as generative and discriminative tasks.
