Faster Approximate All Pairs Shortest Paths
Barna Saha, Christopher Ye

TL;DR
This paper introduces new algorithms for faster approximate solutions to the all pairs shortest path problem in undirected graphs, improving existing bounds for both multiplicative and additive approximations using combinatorial and fast matrix multiplication techniques.
Contribution
It presents the first improved algorithms for multiplicative 2-approximation in unweighted graphs and enhances bounds for additive approximations, highlighting the role of fast matrix multiplication in approximation.
Findings
Deterministic 2-approximation runs in O(n^{2.072}) time.
Randomized 2-approximation runs in O(n^{2.032}) time, improving previous bounds.
New combinatorial and FMM-based algorithms for approximating paths of length k for dense graphs.
Abstract
The all pairs shortest path problem (APSP) is one of the foundational problems in computer science. For weighted dense graphs on vertices, no truly sub-cubic algorithms exist to compute APSP exactly even for undirected graphs. This is popularly known as the APSP conjecture and has played a prominent role in developing the field of fine-grained complexity. The seminal result of Seidel uses fast matrix multiplication (FMM) to compute APSP on unweighted undirected graphs exactly in time, where . Even for unweighted undirected graphs, it is not possible to obtain a -approximation of APSP in time. In this paper, we provide a multitude of new results for multiplicative and additive approximations of APSP in undirected graphs for both unweighted and weighted cases. We provide new algorithms for multiplicative…
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 · Advanced Graph Theory Research · Optimization and Search Problems
