Improved All-Pairs Approximate Shortest Paths in Congested Clique
Hong Duc Bui, Shashwat Chandra, Yi-Jun Chang, Michal Dory, Dean Leitersdorf

TL;DR
This paper introduces a highly efficient randomized algorithm for approximate all-pairs shortest paths in weighted graphs within the Congested Clique model, significantly reducing round complexity and enabling flexible approximation guarantees.
Contribution
It presents a novel $O(1)$-approximation algorithm for APSP in weighted graphs with $O( ext{log log log n})$ rounds, and a tradeoff method for different approximation levels.
Findings
Achieves $O(1)$-approximation in $O( ext{log log log n})$ rounds.
Provides a flexible tradeoff between rounds and approximation factor.
Develops new techniques like $k$-nearest node algorithms and hopsets.
Abstract
In this paper, we present a new randomized -approximation algorithm for the All-Pairs Shortest Paths (APSP) problem in weighted undirected graphs that runs in just rounds in the Congested-Clique model. Before our work, the fastest algorithms achieving an -approximation for APSP in weighted undirected graphs required rounds, as shown by Censor-Hillel, Dory, Korhonen, and Leitersdorf (PODC 2019 & Distributed Computing 2021). In the unweighted undirected setting, Dory and Parter (PODC 2020 & Journal of the ACM 2022) obtained -approximation in rounds. By terminating our algorithm early, for any given parameter , we obtain an -round algorithm that guarantees an approximation in weighted undirected graphs. This tradeoff between round…
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
TopicsNetwork Traffic and Congestion Control · Advanced Database Systems and Queries · Network Packet Processing and Optimization
