GNN-DIP: Neural Corridor Selection for Decomposition-Based Motion Planning
Peng Xie, Yanlinag Huang, Wenyuan Wu, Amr Alanwar

TL;DR
GNN-DIP is a novel framework combining graph neural networks with decomposition-based motion planning to efficiently find paths through narrow passages, significantly improving success rates and speed over traditional sampling methods.
Contribution
The paper introduces GNN-DIP, integrating GNNs with decomposition-based planning to bias corridor selection, enhancing efficiency and success in complex environments.
Findings
Achieves 99-100% success rates in narrow-passage scenarios.
Provides 2-280 times speedup over sampling-based planners.
Effective in 2D and 3D environments with many obstacles.
Abstract
Motion planning through narrow passages remains a core challenge: sampling-based planners rarely place samples inside these narrow but critical regions, and even when samples land inside a passage, the straight-line connections between them run close to obstacle boundaries and are frequently rejected by collision checking. Decomposition-based planners resolve both issues by partitioning free space into convex cells -- every passage is captured exactly as a cell boundary, and any path within a cell is collision-free by construction. However, the number of candidate corridors through the cell graph grows combinatorially with environment complexity, creating a bottleneck in corridor selection. We present GNN-DIP, a framework that addresses this by integrating a Graph Neural Network (GNN) with a two-phase Decomposition-Informed Planner (DIP). The GNN predicts portal scores on the cell…
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
TopicsRobotic Path Planning Algorithms · Autonomous Vehicle Technology and Safety · Reinforcement Learning in Robotics
