🤖 AI Summary
This work proposes an open-loop neural motion planner based on flow matching, addressing the limitation of existing end-to-end approaches that typically output only a single trajectory and struggle to adapt to the multimodal nature of feasible path spaces during inference. By introducing the stochastic generative mechanism of flow matching into end-to-end robotic arm planning for the first time, the method models the distribution of feasible trajectories, enabling efficient sampling of multiple candidate paths. The planner integrates collision-free posterior evaluation with a best-of-N selection strategy to identify the optimal solution. Experimental results demonstrate significant improvements in both success rate and computational efficiency across multiple benchmarks, surpassing the constraints of conventional single-trajectory planners and validating the effectiveness of stochastic generative paradigms in end-to-end motion planning.
📝 Abstract
Open-loop end-to-end neural motion planners have recently been proposed to improve motion planning for robotic manipulators. These methods enable planning directly from sensor observations without relying on a privileged collision checker during planning. However, many existing methods generate only a single path for a given workspace across different runs, and do not leverage their open-loop structure for inference-time optimization. To address this limitation, we introduce Flow Motion Policy, an open-loop, end-to-end neural motion planner for robotic manipulators that leverages the stochastic generative formulation of flow matching methods to capture the inherent multi-modality of planning datasets. By modeling a distribution over feasible paths, Flow Motion Policy enables efficient inference-time best-of-$N$ sampling. The method generates multiple end-to-end candidate paths, evaluates their collision status after planning, and executes the first collision-free solution. We benchmark the Flow Motion Policy against representative sampling-based and neural motion planning methods. Evaluation results demonstrate that Flow Motion Policy improves planning success and efficiency, highlighting the effectiveness of stochastic generative policies for end-to-end motion planning and inference-time optimization. Experimental evaluation videos are available via this \href{https://zh.engr.tamu.edu/wp-content/uploads/sites/310/2026/03/FMP-Website.mp4}{link}.