# Motion Planning Networks: Bridging the Gap Between Learning-based and   Classical Motion Planners

**Authors:** Ahmed H. Qureshi, Yinglong Miao, Anthony Simeonov, Michael C. Yip

arXiv: 1907.06013 · 2020-06-30

## TL;DR

This paper introduces MPNet, a neural network-based motion planner that efficiently generates near-optimal paths in complex environments, combining learning and classical methods for improved performance and theoretical guarantees.

## Contribution

The paper presents MPNet, a novel neural network-based motion planning approach with active learning, and demonstrates its integration with classical planners for theoretical guarantees.

## Key findings

- MPNet outperforms state-of-the-art planners in various environments.
- Active continual learning reduces training data requirements.
- Hybrid approach provides theoretical guarantees while maintaining efficiency.

## Abstract

This paper describes Motion Planning Networks (MPNet), a computationally efficient, learning-based neural planner for solving motion planning problems. MPNet uses neural networks to learn general near-optimal heuristics for path planning in seen and unseen environments. It takes environment information such as raw point-cloud from depth sensors, as well as a robot's initial and desired goal configurations and recursively calls itself to bidirectionally generate connectable paths. In addition to finding directly connectable and near-optimal paths in a single pass, we show that worst-case theoretical guarantees can be proven if we merge this neural network strategy with classical sample-based planners in a hybrid approach while still retaining significant computational and optimality improvements. To train the MPNet models, we present an active continual learning approach that enables MPNet to learn from streaming data and actively ask for expert demonstrations when needed, drastically reducing data for training. We validate MPNet against gold-standard and state-of-the-art planning methods in a variety of problems from 2D to 7D robot configuration spaces in challenging and cluttered environments, with results showing significant and consistently stronger performance metrics, and motivating neural planning in general as a modern strategy for solving motion planning problems efficiently.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.06013/full.md

## Figures

46 figures with captions in the complete paper: https://tomesphere.com/paper/1907.06013/full.md

## References

65 references — full list in the complete paper: https://tomesphere.com/paper/1907.06013/full.md

---
Source: https://tomesphere.com/paper/1907.06013