Generative Modeling via Drifting
2026/02/04 by Mingyang Deng, He Li, Tianhong Li +2 · 8 voices · 1 citation
#cs.LG #cs.CV
paper · pdf
Abstract
Generative modeling can be formulated as learning a mapping f such that its pushforward distribution matches the data distribution. The pushforward behavior can be carried out iteratively at inference time, for example in diffusion and flow-based models. In this paper, we propose a new paradigm called Drifting Models, which evolve the pushforward distribution during training and naturally admit one-step inference. We introduce a drifting field that governs the sample movement and achieves equilibrium when the distributions match. This leads to a training objective that allows the neural network optimizer to evolve the distribution. In experiments, our one-step generator achieves state-of-the-art results on ImageNet at 256 x 256 resolution, with an FID of 1.54 in latent space and 1.61 in pixel space. We hope that our work opens up new opportunities for high-quality one-step generation.
Citations
Cited by
Discussions
- New He -- potentially a BFD arxiv.org/abs/2602.047... [bsky, 5 points, 0 comments]
- imo the original paper (arxiv.org/abs/2602.04770) is well written, but there are already some implementations/blog posts about it (github.com/Algomancer/M...) [bsky, 3 points, 1 comments]
- Generative Modeling via Drifting [hn, 2 points, 1 comments]
- Sergio Charles @eigentopology 1/10 "Thread: Drifting Models - The Math Behind Training-Time Evolution 🧵 New paradigm for generative modeling from Kaiming He's team. Let's break down the mathematics. [bsky, 1 points, 1 comments]
- It is a comparison between - MMD: a kernel (2017) arxiv.org/abs/1801.01401 - Drifting: a stochastic kernel (2026) arxiv.org/abs/2602.04770 [bsky, 1 points, 2 comments]
- I might have missed it, but Drifting Model seems to be getting a lot of attention. Some say that this is the end of the diffusion model, as it can generate high-quality images in one step. It may also [bsky, 0 points, 0 comments]
- new SotA diffusion model usurper just dropped arxiv.org/abs/2602.047... [bsky, 0 points, 1 comments]
- Neat optimization arxiv.org/abs/2602.047... [bsky, 0 points, 0 comments]
Related