paper-with-me

홈 › Papers

MP1: MeanFlow Tames Policy Learning in 1-step for Robotic Manipulation

2025-07-14 · Juyi Sheng, Ziyi Wang, Peiming Li, Mengyuan Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2507.10543

Code (0)

등록된 구현이 없습니다.

Tasks

Robot ManipulationFew-Shot Learning

Similar Papers 제목 키워드 기반

HybridFlow: A Two-Step Generative Policy for Robotic Manipulation

2026-02-14 · Zhenchen Dong, Jinna Fu, Jiaming Wu, Shengyuan Yu 외 arxiv

Limited by inference latency, existing robot manipulation policies lack sufficient real-time interaction capability with the environment. Although faster generation methods such as flow matching are gradually replacing d…

Robot ManipulationImage Generation

OMP: One-step Meanflow Policy with Directional Alignment

2025-12-22 · Han Fang, Yize Huang, Yuheng Zhao, Paul Weng 외 arxiv

Robot manipulation has increasingly adopted data-driven generative policy frameworks, yet the field faces a persistent trade-off: diffusion models suffer from high inference latency, while flow-based methods often requir…

Robot ManipulationImage Generation

One Step Is Enough: Dispersive MeanFlow Policy Optimization

2026-01-28 · Guowei Zou, Haitao Wang, Hejun Wu, Yukun Qian 외 arxiv

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 scenari…

Knowledge DistillationReinforcement LearningOpenAI Gym

DM1: MeanFlow with Dispersive Regularization for 1-Step Robotic Manipulation

2025-10-09 · Guowei Zou, Haitao Wang, Hejun Wu, Yukun Qian 외 arxiv

The ability to learn multi-modal action distributions is indispensable for robotic manipulation policies to perform precise and robust control. Flow-based generative models have recently emerged as a promising solution t…

Fast Generative Grasping via Lie Group-Constrained MeanFlow

2026-08-26 · S. Talha Bukhari, Yi Wei, Ruiqi Ni, Zachary Kingston 외 arxiv

Grasp synthesis is a core task in robotic manipulation, for which the solution typically forms a multimodal distribution rather than a point estimate. Generative robotic grasping aims to learn this distribution with deep…

Domain AdaptationRobotic Grasping