Distributed Approximation Algorithms for Weighted Shortest Paths
Danupon Nanongkai

TL;DR
This paper introduces new distributed algorithms for approximating weighted shortest paths in networks, achieving near-optimal and sublinear running times under certain conditions, advancing the understanding of distributed approximation in weighted graphs.
Contribution
The paper presents a novel sublinear-time distributed algorithm for weighted single-source shortest paths with near-optimal approximation, improving upon previous methods in the CONGEST model.
Findings
Achieves ilde O(n^{1/2}D^{1/4}+D) time for (1+o(1))-approximation of SSSP.
Matches lower bounds when D is small, up to polylogarithmic factors.
Provides algorithms that are efficient for sublinear diameters D.
Abstract
A distributed network is modeled by a graph having nodes (processors) and diameter . We study the time complexity of approximating {\em weighted} (undirected) shortest paths on distributed networks with a {\em bandwidth restriction} on edges (the standard synchronous \congest model). The question whether approximation algorithms help speed up the shortest paths (more precisely distance computation) was raised since at least 2004 by Elkin (SIGACT News 2004). The unweighted case of this problem is well-understood while its weighted counterpart is fundamental problem in the area of distributed approximation algorithms and remains widely open. We present new algorithms for computing both single-source shortest paths (\sssp) and all-pairs shortest paths (\apsp) in the weighted case. Our main result is an algorithm for \sssp. Previous results are the classic -time…
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 · Stochastic Gradient Optimization Techniques · Privacy-Preserving Technologies in Data
