Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Path Planning using Neural A* Search

About

We present Neural A*, a novel data-driven search method for path planning problems. Despite the recent increasing attention to data-driven path planning, machine learning approaches to search-based planning are still challenging due to the discrete nature of search algorithms. In this work, we reformulate a canonical A* search algorithm to be differentiable and couple it with a convolutional encoder to form an end-to-end trainable neural network planner. Neural A* solves a path planning problem by encoding a problem instance to a guidance map and then performing the differentiable A* search with the guidance map. By learning to match the search results with ground-truth paths provided by experts, Neural A* can produce a path consistent with the ground truth accurately and efficiently. Our extensive experiments confirmed that Neural A* outperformed state-of-the-art data-driven planners in terms of the search optimality and efficiency trade-off. Furthermore, Neural A* successfully predicted realistic human trajectories by directly performing search-based planning on natural image inputs. Project page: https://omron-sinicx.github.io/neural-astar/

Ryo Yonetani, Tatsunori Taniai, Mohammadamin Barekatain, Mai Nishimura, Asako Kanezaki• 2020

Related benchmarks

TaskDatasetResultRank
Path planningSynthetic
Success Rate85.6
18
Path planningPASTIS
Success Rate82.2
18
Floorplan estimationHouseExpo Sparse trajectory density
F1 Score79
16
Floorplan estimationHouseExpo Moderate trajectory density
F1 Score79
16
Floorplan estimationHouseExpo Dense trajectory density
F1 Score79
8
Showing 5 of 5 rows

Other info

Follow for update