Euclidean Pathfinding with Compressed Path Databases
Bojie Shen, Muhammad Aamir Cheema, Daniel Harabor, Peter J. Stuckey
Abstract
We consider optimal and anytime algorithms for the Euclidean Shortest Path Problem (ESPP) in two dimensions. Our approach leverages ideas from two recent works: Polyanya, a mesh-based ESPP planner which we use to represent and reason about the environment, and Compressed Path Databases, a speedup technique for pathfinding on grids and spatial networks, which we exploit to compute fast candidate paths. In a range of experiments and empirical comparisons we show that: (i) the auxiliary data structures required by the new method are cheap to build and store; (ii) for optimal search, the new algorithm is faster than a range of recent ESPP planners, with speedups ranging from several factors to over one order of magnitude; (iii) for anytime search, where feasible solutions are needed fast, we report even better runtimes.
BibTeX
@inproceedings{ijcai2020p584,
title = {Euclidean Pathfinding with Compressed Path Databases},
author = {Shen, Bojie and Cheema, Muhammad Aamir and Harabor, Daniel and Stuckey, Peter J.},
booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
Artificial Intelligence, {IJCAI-20}},
publisher = {International Joint Conferences on Artificial Intelligence Organization},
editor = {Christian Bessiere},
pages = {4229--4235},
year = {2020},
month = {7},
note = {Main track},
doi = {10.24963/ijcai.2020/584},
url = {https://doi.org/10.24963/ijcai.2020/584},
}