Neural Informed RRT*: Learning-based Path Planning with Point Cloud State Representations under Admissible Ellipsoidal Constraints
Zhe Huang, Hongyu Chen, John Pohovey, and Katherine Driggs-Campbell

TL;DR
This paper introduces Neural Informed RRT*, a learning-based path planning method that combines point cloud representations with neural guidance to improve efficiency and performance in complex environments, maintaining theoretical guarantees.
Contribution
It proposes a novel integration of neural inference with RRT* using point cloud data and admissible ellipsoidal constraints, enhancing planning speed and accuracy.
Findings
Outperforms previous methods in benchmark tests
Maintains probabilistic completeness and asymptotic optimality
Successfully deployed on a mobile robot for real-world navigation
Abstract
Sampling-based planning algorithms like Rapidly-exploring Random Tree (RRT) are versatile in solving path planning problems. RRT* offers asymptotic optimality but requires growing the tree uniformly over the free space, which leaves room for efficiency improvement. To accelerate convergence, rule-based informed approaches sample states in an admissible ellipsoidal subset of the space determined by the current path cost. Learning-based alternatives model the topology of the free space and infer the states close to the optimal path to guide planning. We propose Neural Informed RRT* to combine the strengths from both sides. We define point cloud representations of free states. We perform Neural Focus, which constrains the point cloud within the admissible ellipsoidal subset from Informed RRT*, and feeds into PointNet++ for refined guidance state inference. In addition, we introduce Neural…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · Multimodal Machine Learning Applications
