Neural Collision Clearance Estimator for Batched Motion Planning
J. Chase Kew, Brian Ichter, Maryam Bandari, Tsang-Wei Edward Lee,, Aleksandra Faust

TL;DR
This paper introduces ClearanceNet, a neural network heuristic for collision checking, and CN-RRT, a motion planning algorithm that leverages batch processing and gradient repair to significantly speed up planning in high-dimensional spaces.
Contribution
The paper presents a novel neural collision estimator and an integrated planning algorithm that improves efficiency and scalability in high-dimensional robotic motion planning.
Findings
845x faster collision checking than traditional methods
Up to 42% faster motion planning over baseline
Successfully tested on an 11-DOF robot in cluttered environments
Abstract
We present a neural network collision checking heuristic, ClearanceNet, and a planning algorithm, CN-RRT. ClearanceNet learns to predict separation distance (minimum distance between robot and workspace) with respect to a workspace. CN-RRT then efficiently computes a motion plan by leveraging three key features of ClearanceNet. First, CN-RRT explores the space by expanding multiple nodes at the same time, processing batches of thousands of collision checks. Second, CN-RRT adaptively relaxes its clearance requirements for more difficult problems. Third, to repair errors, CN-RRT shifts its nodes in the direction of ClearanceNet's gradient and repairs any residual errors with a traditional RRT, thus maintaining theoretical probabilistic completeness guarantees. In configuration spaces with up to 30 degrees of freedom, ClearanceNet achieves 845x speedup over traditional collision detection…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRepair
