TL;DR
This paper presents an exact wavefront propagation algorithm for 2D grid path planning that is faster and more accurate than existing methods, providing globally optimal paths efficiently.
Contribution
The paper introduces a novel exact wavefront propagation algorithm with linear complexity for globally optimal path planning on 2D grids, outperforming approximate methods.
Findings
Outperforms state-of-the-art in speed and accuracy
Provides globally optimal paths to all grid points
Efficiently handles multiple starting positions
Abstract
This paper introduces an efficient compute and memory complexity algorithm for globally optimal path planning on 2D Cartesian grids. Unlike existing marching methods that rely on approximate discretized solutions to the Eikonal equation, our approach achieves exact wavefront propagation by pivoting the analytic distance function based on visibility. The algorithm leverages a dynamic-programming subroutine to efficiently evaluate visibility queries. Through benchmarking against state-of-the-art any-angle path planners, we demonstrate that our method outperforms existing approaches in both speed and accuracy, particularly in cluttered environments. Notably, our method inherently provides globally optimal paths to all grid points, eliminating the need for additional gradient descent steps per path query. The same capability extends to multiple starting positions. We also…
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.
