MP1: MeanFlow Tames Policy Learning in 1-step for Robotic Manipulation
Juyi Sheng, Ziyi Wang, Peiming Li, Mengyuan Liu
TL;DR
MP1 introduces MeanFlow-based one-step trajectory generation for robot manipulation conditioned on 3D point clouds, eliminating the need for iterative denoising and explicit consistency losses. It adds a lightweight Dispersive Loss to improve few-shot generalization by dispersing latent embeddings, while employing Classifier-Free Guidance to enhance trajectory controllability. Empirical results on Adroit and Meta-World benchmarks show MP1 outperforms diffusion- and flow-based baselines in both success rate and inference speed, achieving 6.8 ms average latency. Real-world experiments on a dual-arm robot corroborate MP1's robustness and rapid execution, highlighting its practical potential for real-time robotics.
Abstract
In robot manipulation, robot learning has become a prevailing approach. However, generative models within this field face a fundamental trade-off between the slow, iterative sampling of diffusion models and the architectural constraints of faster Flow-based methods, which often rely on explicit consistency losses. To address these limitations, we introduce MP1, which pairs 3D point-cloud inputs with the MeanFlow paradigm to generate action trajectories in one network function evaluation (1-NFE). By directly learning the interval-averaged velocity via the "MeanFlow Identity", our policy avoids any additional consistency constraints. This formulation eliminates numerical ODE-solver errors during inference, yielding more precise trajectories. MP1 further incorporates CFG for improved trajectory controllability while retaining 1-NFE inference without reintroducing structural constraints. Because subtle scene-context variations are critical for robot learning, especially in few-shot learning, we introduce a lightweight Dispersive Loss that repels state embeddings during training, boosting generalization without slowing inference. We validate our method on the Adroit and Meta-World benchmarks, as well as in real-world scenarios. Experimental results show MP1 achieves superior average task success rates, outperforming DP3 by 10.2% and FlowPolicy by 7.3%. Its average inference time is only 6.8 ms-19x faster than DP3 and nearly 2x faster than FlowPolicy. Our project page is available at https://mp1-2254.github.io/, and the code can be accessed at https://github.com/LogSSim/MP1.
