English

Motion Policy Networks

Robotics 2022-10-25 v1 Artificial Intelligence

Abstract

Collision-free motion generation in unknown environments is a core building block for robot manipulation. Generating such motions is challenging due to multiple objectives; not only should the solutions be optimal, the motion generator itself must be fast enough for real-time performance and reliable enough for practical deployment. A wide variety of methods have been proposed ranging from local controllers to global planners, often being combined to offset their shortcomings. We present an end-to-end neural model called Motion Policy Networks (Mπ\piNets) to generate collision-free, smooth motion from just a single depth camera observation. Mπ\piNets are trained on over 3 million motion planning problems in over 500,000 environments. Our experiments show that Mπ\piNets are significantly faster than global planners while exhibiting the reactivity needed to deal with dynamic scenes. They are 46% better than prior neural planners and more robust than local control policies. Despite being only trained in simulation, Mπ\piNets transfer well to the real robot with noisy partial point clouds. Code and data are publicly available at https://mpinets.github.io.

Keywords

Cite

@article{arxiv.2210.12209,
  title  = {Motion Policy Networks},
  author = {Adam Fishman and Adithyavairan Murali and Clemens Eppner and Bryan Peele and Byron Boots and Dieter Fox},
  journal= {arXiv preprint arXiv:2210.12209},
  year   = {2022}
}

Comments

To be published in the Conference on Robot Learning (CoRL) 2022. 10 pages with 4 figures. Appendix has 10 pages and 1 figure

R2 v1 2026-06-28T04:12:57.351Z