Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence 2018
DOI: 10.24963/ijcai.2018/198
|View full text |Cite
|
Sign up to set email alerts
|

The FastMap Algorithm for Shortest Path Computations

Abstract: We present a new preprocessing algorithm for embedding the nodes of a given edge-weighted undirected graph into a Euclidean space. The Euclidean distance between any two nodes in this space approximates the length of the shortest path between them in the given graph. Later, at runtime, a shortest path between any two nodes can be computed with A* search using the Euclidean distances as heuristic. Our preprocessing algorithm, called FastMap, is inspired by the data mining algorithm of the same name and runs in … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
28
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
3
3
1

Relationship

0
7

Authors

Journals

citations
Cited by 30 publications
(41 citation statements)
references
References 1 publication
1
28
0
Order By: Relevance
“…expansions per waypoint is calculated to give a better sense of how the algorithms performed independently of the search space size. The number of expansions in my implementation of A* without FastMap is an order of magnitude greater than that of A* with FastMap reported in[Cohen et al, 2018]. This is consistent with their claim that FastMap is orders of magnitude faster than the Manhattan distance heuristic I used.…”
supporting
confidence: 83%
See 3 more Smart Citations
“…expansions per waypoint is calculated to give a better sense of how the algorithms performed independently of the search space size. The number of expansions in my implementation of A* without FastMap is an order of magnitude greater than that of A* with FastMap reported in[Cohen et al, 2018]. This is consistent with their claim that FastMap is orders of magnitude faster than the Manhattan distance heuristic I used.…”
supporting
confidence: 83%
“…When applying the FastMap algorithm, a meaningful reduction in the number of expanded waypoints is seen, along with a slight reduction in the per goal search time that brings the system closer to the time performance reported by [Koenig & Sun, 2009]. The improvements reported in [Cohen et al, 2018] As the only published numbers within their paper are for their 10 dimensional waypoint expansions and mean absolute deviation for each algorithm, I had to extrapolate across the provided graph to get a rough estimate of the mean waypoint expansions for 2 dimensions.…”
Section: Discussionmentioning
confidence: 70%
See 2 more Smart Citations
“…It is sometimes described as a one-dimensional estimator because each table stores exact distances but always with respect to only a single source node l. ALT represents one extreme along a spectrum of heuristic functions, where further gains can be achieved by considering more than one dimension at a time -i.e. by embedding the nodes of the input grid (or graph) into a higher-dimensional space (Rayner et al, 2011;Cohen et al, 2018). The other end of this spectrum is represented by Hub Labels (Abraham et al, 2011) and CPD Heuristics (Bono et al, 2019): algorithms that compute and compress all-pairs optimal path data.…”
Section: Better Heuristicsmentioning
confidence: 99%