Path Planning using Neural A* Search

09/16/2020
by   Ryo Yonetani, et al.
6

We present Neural A*, a novel data-driven search algorithm for path planning problems. Although data-driven planning has received much attention in recent years, little work has focused on how search-based methods can learn from demonstrations to plan better. 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 (1) encoding a visual representation of the problem to estimate a movement cost map and (2) performing the A* search on the cost map to output a solution path. By minimizing the difference between the search results and ground-truth paths in demonstrations, the encoder learns to capture a variety of visual planning cues in input images, such as shapes of dead-end obstacles, bypasses, and shortcuts, which makes estimated cost maps informative. Our extensive experiments confirmed that Neural A* (a) outperformed state-of-the-art data-driven planners in terms of the search optimality and efficiency trade-off and (b) predicted realistic pedestrian paths by directly performing a search on raw image inputs.

READ FULL TEXT

page 1

page 6

page 7

page 10

page 12

research
11/03/2015

A Pareto Optimal D* Search Algorithm for Multiobjective Path Planning

Path planning is one of the most vital elements of mobile robotics, prov...
research
05/04/2021

Neural Weighted A*: Learning Graph Costs and Heuristics with Differentiable Anytime A*

Recently, the trend of incorporating differentiable algorithms into deep...
research
12/02/2021

Differentiable Spatial Planning using Transformers

We consider the problem of spatial path planning. In contrast to the cla...
research
08/19/2022

[Re] Differentiable Spatial Planning using Transformers

This report covers our reproduction effort of the paper 'Differentiable ...
research
07/04/2016

Path planning with Inventory-driven Jump-Point-Search

In many navigational domains the traversability of cells is conditioned ...
research
09/26/2022

Learning Cost-maps Made Easy

Cost-maps are used by robotic vehicles to plan collision-free paths. The...
research
10/30/2020

DeepWay: a Deep Learning Estimator for Unmanned Ground Vehicle Global Path Planning

Agriculture 3.0 and 4.0 have gradually introduced service robotics and a...

Please sign up or login with your details

Forgot password? Click here to reset