Reducing Collision Checking for Sampling-Based Motion Planning Using Graph Neural Networks
Chenning Yu, Sicun Gao

TL;DR
This paper introduces graph neural network-based methods to reduce collision checking in sampling-based motion planning, significantly improving efficiency in high-dimensional robotic path planning.
Contribution
It presents novel learning-based GNN methods for path exploration and smoothing that generalize well and reduce collision checks in motion planning.
Findings
Significant reduction in collision checking
Improved planning efficiency in high-dimensional spaces
GNN components generalize to unseen environments
Abstract
Sampling-based motion planning is a popular approach in robotics for finding paths in continuous configuration spaces. Checking collision with obstacles is the major computational bottleneck in this process. We propose new learning-based methods for reducing collision checking to accelerate motion planning by training graph neural networks (GNNs) that perform path exploration and path smoothing. Given random geometric graphs (RGGs) generated from batch sampling, the path exploration component iteratively predicts collision-free edges to prioritize their exploration. The path smoothing component then optimizes paths obtained from the exploration stage. The methods benefit from the ability of GNNs of capturing geometric patterns from RGGs through batch sampling and generalize better to unseen environments. Experimental results show that the learned components can significantly reduce…
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
Taxonomy
TopicsSoftware Testing and Debugging Techniques · Human Pose and Action Recognition · Multimodal Machine Learning Applications
