One Step Is Enough: Dispersive MeanFlow Policy Optimization
Guowei Zou, Haitao Wang, Hejun Wu, Yukun Qian, Yuhang Wang, Weibing Li
TL;DR
DMPO tackles real-time robotic control by enabling true one-step generative policies. It unites MeanFlow one-step inference, dispersive regularization to prevent representation collapse, and PPO-based RL fine-tuning to exceed expert demonstrations, achieving 5–20x inference speedups and >120 Hz performance on GPUs. The two-stage pipeline—MeanFlow pre-training with a lightweight Vision Transformer and stagewise PPO fine-tuning with BC regularization—produces robust, data-efficient policies that transfer to a Franka Panda robot with low latency. Across RoboMimic and OpenAI Gym benchmarks, DMPO matches or surpasses multi-step baselines, validating the practicality and impact of one-step generation for real-time robotic control.
Abstract
Real-time robotic control demands fast action generation. However, existing generative policies based on diffusion and flow matching require multi-step sampling, fundamentally limiting deployment in time-critical scenarios. We propose Dispersive MeanFlow Policy Optimization (DMPO), a unified framework that enables true one-step generation through three key components: MeanFlow for mathematically-derived single-step inference without knowledge distillation, dispersive regularization to prevent representation collapse, and reinforcement learning (RL) fine-tuning to surpass expert demonstrations. Experiments across RoboMimic manipulation and OpenAI Gym locomotion benchmarks demonstrate competitive or superior performance compared to multi-step baselines. With our lightweight model architecture and the three key algorithmic components working in synergy, DMPO exceeds real-time control requirements (>120Hz) with 5-20x inference speedup, reaching hundreds of Hertz on high-performance GPUs. Physical deployment on a Franka-Emika-Panda robot validates real-world applicability.
