Abstract
A* is a classic and popular method for graphs search and path finding. It assumes the existence of a heuristic function hpu,tq that estimates the shortest distance from any input node u to the destination t. Traditionally, heuristics have been handcrafted by domain experts. However, over the last few years, there has been a growing interest in learning heuristic functions. Such learned heuristics estimate the distance between given nodes based on “features” of those nodes. In this paper we formalize and initiate the study of such feature-based heuristics. In particular, we consider heuristics induced by norm embeddings and distance labeling schemes, and provide lower bounds for the tradeoffs between the number of dimensions or bits used to represent each graph node, and the running time of the A* algorithm. We also show that, under natural assumptions, our lower bounds are almost optimal.
Original language | English |
---|---|
Title of host publication | 13th Innovations in Theoretical Computer Science Conference, ITCS 2022 |
Editors | Mark Braverman |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
ISBN (Electronic) | 9783959772174 |
DOIs | |
State | Published - 1 Jan 2022 |
Externally published | Yes |
Event | 13th Innovations in Theoretical Computer Science Conference, ITCS 2022 - Berkeley, United States Duration: 31 Jan 2022 → 3 Feb 2022 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 215 |
ISSN (Print) | 1868-8969 |
Conference
Conference | 13th Innovations in Theoretical Computer Science Conference, ITCS 2022 |
---|---|
Country/Territory | United States |
City | Berkeley |
Period | 31/01/22 → 3/02/22 |
Bibliographical note
Publisher Copyright:© Talya Eden, Piotr Indyk, and Haike Xu; licensed under Creative Commons License CC-BY 4.0
Keywords
- A* algorithm
- Graph search
- Path finding