← Latest papers
🤖 machine learning

MeanFlowNFT: Bringing Forward-Process RL to Average-Velocity Generators

The paper introduces MeanFlowNFT, a novel framework that adapts the forward-process Reinforcement Learning method DiffusionNFT to MeanFlow generators by constructing an induced instantaneous-velocity predictor, thereby enabling efficient reward optimization that preserves fast few-step sampling while significantly outperforming existing few-step and even multi-step RL-tuned models in image and video generation.

Original authors: Yushi Huang, Xiangxin Zhou, Jun Zhang, Liefeng Bo, Tianyu Pang

Published 2026-07-17
📖 4 min read☕ Coffee break read

Original authors: Yushi Huang, Xiangxin Zhou, Jun Zhang, Liefeng Bo, Tianyu Pang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot artist how to paint a picture of a "sleek car driving down a neon-lit cyberpunk street." In the world of artificial intelligence, the current top artists use a technique called diffusion or flow. Think of this like a sculptor chipping away at a block of marble. They start with a rough, noisy lump of stone (random static) and make tiny, careful adjustments step-by-step to reveal the final statue. The problem is, this process is slow. To get a really good picture, the robot might need to take 50 or even 100 tiny steps, checking its work after every single chip. It's like walking across a room by taking one-inch steps; you'll get there, but it takes forever.

To make this faster, scientists recently invented a new trick called MeanFlow. Instead of taking tiny steps, the robot learns to predict the "average speed" it needs to travel over a whole stretch of time. It's like the robot learning to take giant, confident leaps across the room instead of shuffling. This allows it to create high-quality images in just a few steps. However, there's a catch: these fast robots are hard to teach what humans actually like. Usually, to teach an AI to be more creative or follow rules better, we use a method called Reinforcement Learning (RL). But the best RL methods we have right now were designed for the slow, step-by-step robots, not the fast, leaping ones. Trying to teach the fast robot with the old slow-robot lessons is like trying to teach a cheetah to run by giving it instructions meant for a turtle; the math just doesn't line up.

This is where the new paper, MeanFlowNFT, comes in. The researchers asked a simple but tricky question: Can we teach our fast, leaping robot to be even better using the same efficient RL methods we use for the slow ones, without slowing it down?

The answer is a resounding yes, and here is how they did it. The team realized that even though the robot is trained to predict "average speed" (to take those big leaps), there is a hidden mathematical link between that average speed and the "instantaneous speed" (the speed at any single tiny moment) that the old RL methods need. They built a clever bridge called an induced instantaneous-velocity predictor. Think of it like this: The robot's brain is trained to plan a long road trip (the average speed). The researchers created a special "translator" that looks at that long trip plan and instantly figures out what the car's speedometer would read at any specific second (the instantaneous speed).

They then used this translator to teach the robot using the old, efficient RL method. The robot learns from the feedback (rewards) based on the translator's speedometer readings, but once the lesson is over, the robot goes back to using its original "average speed" brain to generate images. This means the robot gets smarter and more aligned with human preferences without losing its super-speed.

The results are impressive. When they tested this on image generators (like Stable Diffusion 3.5-Medium) and video generators (like Wan2.1), the new MeanFlowNFT model consistently beat the previous best fast models. In fact, on image generation, it outperformed other top-tier models on 6 out of 8 different quality metrics. Even more surprisingly, on video generation, a 4-step MeanFlowNFT model scored 84.33 on a quality test called VBench. This is better than a much slower, 50-step model (LongCat-Video RL) which only scored 82.57.

The paper proves that this method doesn't just work in theory; it works in practice. By using this "translator" trick, they managed to keep the training process fast and efficient (no need to calculate complex probabilities) while still getting the benefits of advanced reinforcement learning. The robot learns to take better leaps, creating more beautiful and accurate images and videos in a fraction of the time it used to take. It's a bit like teaching a cheetah to run faster not by making it walk, but by giving it a better map of the terrain so it knows exactly where to place its giant paws.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →