iA*: Imperative Learning-based A* Search for Path Planning
Xiangyu Chen, Fan Yang, and Chen Wang

TL;DR
The paper introduces iA*, a self-supervised learning framework combining neural networks and differentiable A* search, which improves path planning efficiency and generalization over traditional and learning-based methods.
Contribution
It proposes a novel self-supervised bilevel optimization approach integrating neural cost prediction with differentiable A* for improved path planning.
Findings
Reduces search area by 65.7%
Decreases runtime by 54.4%
Outperforms classical and supervised methods
Abstract
Path planning, which aims to find a collision-free path between two locations, is critical for numerous applications ranging from mobile robots to self-driving vehicles. Traditional search-based methods like A* search guarantee path optimality but are often computationally expensive when handling large-scale maps. While learning-based methods alleviate this issue by incorporating learned constraints into their search procedures, they often face challenges like overfitting and reliance on extensive labeled datasets. To address these limitations, we propose Imperative A* (iA*), a novel self-supervised path planning framework leveraging bilevel optimization (BLO) and imperative learning (IL). The iA* framework integrates a neural network that predicts node costs with a differentiable A* search mechanism, enabling efficient self-supervised training via bilevel optimization. This integration…
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
TopicsAlgorithms and Data Compression · Music and Audio Processing · Video Analysis and Summarization
