Computing Exact Distances in the Congested Clique
Keren Censor-Hillel, Ami Paz

TL;DR
This paper presents new deterministic distributed algorithms for exact graph distance computations in the Congested Clique model, utilizing fast matrix multiplication techniques and establishing improved bounds for problems like APSP, girth, and cycle detection.
Contribution
It introduces the first deterministic algorithms for exact distances in the Congested Clique, leveraging semi-ring and field matrix multiplication with improved round complexity.
Findings
All-pairs shortest paths (APSP) computed in O(n^{1/3} log n) rounds for weighted graphs.
Triangle and 4-cycle detection algorithms run in O(n^{7}) rounds, improving previous results.
Lower bounds match the upper bounds for natural algorithm families, establishing tight complexity results.
Abstract
This paper gives simple distributed algorithms for the fundamental problem of computing graph distances in the Congested Clique model. One of the main components of our algorithms is fast matrix multiplication, for which we show an -round algorithm when the multiplication needs to be performed over a semi-ring, and an -round algorithm when the computation can be performed over a field. We propose to denote by the exponent of matrix multiplication in this model, which gives . We show how to compute all-pairs-shortest-paths (APSP) in rounds in weighted graphs of nodes, implying also the computation of the graph diameter . In unweighted graphs, APSP can be computed in rounds, and the diameter can be computed in rounds. Furthermore, we show how 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 · Algorithms and Data Compression
