ROAIOct 17, 2022

Reducing Collision Checking for Sampling-Based Motion Planning Using Graph Neural Networks

arXiv:2210.08864v164 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in robotics motion planning, though it is incremental as it builds on existing learning-based methods with GNNs.

The paper tackled the computational bottleneck of collision checking in sampling-based motion planning for robotics by proposing graph neural networks (GNNs) for path exploration and smoothing, resulting in significantly reduced collision checking and improved planning efficiency in high-dimensional tasks.

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 collision checking and improve overall planning efficiency in challenging high-dimensional motion planning tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes