Using FastMap to Solve Graph Problems in a Euclidean Space - Robotics Institute Carnegie Mellon University

Using FastMap to Solve Graph Problems in a Euclidean Space

Jiaoyang Li, Ariel Felner, Sven Koenig, and T. K. Satish Kumar
Conference Paper, Proceedings of 29th International Conference on Automated Planning and Scheduling (ICAPS '19), pp. 273 - 278, July, 2019

Abstract

It is well known that many graph problems, like the Traveling Salesman Problem, are easier to solve in a Euclidean space. This motivates the idea of quickly preprocessing a given graph by embedding it in a Euclidean space to solve graph problems efficiently. In this paper, we study a nearlinear time algorithm, called FastMap, that embeds a given non-negative edge-weighted undirected graph in a Euclidean space and approximately preserves the pairwise shortest path distances between vertices. The Euclidean space can then be used either for heuristic guidance of A* (as suggested previously) or for geometric interpretations that facilitate the application of techniques from analytical geometry. We present a new variant of FastMap and compare it with the original variant theoretically and empirically. We demonstrate its usefulness for solving a path-finding and a multi-agent meeting problem.

BibTeX

@conference{Li-2019-131430,
author = {Jiaoyang Li and Ariel Felner and Sven Koenig and T. K. Satish Kumar},
title = {Using FastMap to Solve Graph Problems in a Euclidean Space},
booktitle = {Proceedings of 29th International Conference on Automated Planning and Scheduling (ICAPS '19)},
year = {2019},
month = {July},
pages = {273 - 278},
}