Fast 2-Approximate All-Pairs Shortest Paths
Michal Dory, Sebastian Forster, Yael Kirkpatrick, Yasamin Nazari,, Virginia Vassilevska Williams, Tijn de Vos

TL;DR
This paper introduces faster algorithms for approximate all-pairs shortest paths in both unweighted and weighted graphs, improving existing bounds and providing new distance oracles with subquadratic preprocessing times, especially in sparse graphs.
Contribution
It presents novel algorithms that leverage fast matrix multiplication to achieve improved approximation bounds and efficient distance oracles for various graph densities.
Findings
Achieves $O(n^{2.032})$ time for unweighted 2-approximate APSP.
Provides $(2+ ext{epsilon})$-approximate APSP in $O(n^{2.214})$ time for weighted graphs.
Constructs subquadratic preprocessing time distance oracles for sparse graphs.
Abstract
In this paper, we revisit the classic approximate All-Pairs Shortest Paths (APSP) problem in undirected graphs. For unweighted graphs, we provide an algorithm for -approximate APSP in time, for any . This is time, using known bounds for rectangular matrix multiplication [Le Gall, Urrutia, SODA 2018]. Our result improves on the bound of [Roditty, STOC 2023], and on the bound of [Baswana, Kavitha, SICOMP 2010] for graphs with edges. For weighted graphs, we obtain -approximate APSP in time, for any . This is time using known bounds for . It improves on the state of the art bound of by [Kavitha, Algorithmica 2012]. Our techniques further lead to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Optimization and Search Problems
