Paper Overview
Field: Computer Vision (CV) Authors: Yushi Huang, Xiangxin Zhou, Jun Zhang, Liefeng Bo, Tianyu Pang Posted: 2026-07-16 arXiv: 2607.15273
Abstract (Translated)
MeanFlow generators achieve fast few-step sampling by predicting average velocities over time intervals, making them attractive candidates for efficient generation. Reinforcement learning (RL) has become a powerful way to align diffusion and flow models with human preferences and task-specific objectives. In particular, DiffusionNFT offers an efficient forward-process RL framework that requires neither reverse-process trajectories nor likelihood estimation. However, applying such RL methods to MeanFlow remains underexplored: DiffusionNFT optimizes instantaneous velocities, whereas MeanFlow samples with average velocities.
To bridge this gap, the authors introduce MeanFlowNFT. Inspired by the MeanFlow identity, which bridges average and instantaneous velocities, they construct an induced instantaneous-velocity predictor. The DiffusionNFT objective is applied to this predictor, making reward optimization for MeanFlow well-defined. Sampling still relies on average velocities, preserving MeanFlow's fast few-step generation advantage. The paper further proves that MeanFlowNFT inherits DiffusionNFT's strict policy improvement guarantees.
Results
Experiments on image and video generation show MeanFlowNFT consistently improves over baselines:
- Outperforms prior state-of-the-art few-step RL-tuned generators on 6 of 8 metrics for SD3.5-M.
- With only a few sampling steps, it surpasses even multi-step RL-tuned diffusion models.
- On Wan 2.1, 4-step MeanFlowNFT achieves a VBench score of 84.33, exceeding 50-step LongCat-Video RL (82.57).
- arXiv: <https://arxiv.org/abs/2607.15273>