Fast Approximate Shortest Paths in the Congested Clique

March 14, 2019 Β· Declared Dead Β· πŸ› Distributed computing

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Keren Censor-Hillel, Michal Dory, Janne H. Korhonen, Dean Leitersdorf arXiv ID 1903.05956 Category cs.DC: Distributed Computing Cross-listed cs.DS Citations 55 Venue Distributed computing Last Checked 5 months ago
Abstract
We design fast deterministic algorithms for distance computation in the congested clique model. Our key contributions include: -- A $(2+Ξ΅)$-approximation for all-pairs shortest paths in $O(\log^2{n} / Ξ΅)$ rounds on unweighted undirected graphs. With a small additional additive factor, this also applies for weighted graphs. This is the first sub-polynomial constant-factor approximation for APSP in this model. -- A $(1+Ξ΅)$-approximation for multi-source shortest paths from $O(\sqrt{n})$ sources in $O(\log^2{n} / Ξ΅)$ rounds on weighted undirected graphs. This is the first sub-polynomial algorithm obtaining this approximation for a set of sources of polynomial size. Our main techniques are new distance tools that are obtained via improved algorithms for sparse matrix multiplication, which we leverage to construct efficient hopsets and shortest paths. Furthermore, our techniques extend to additional distance problems for which we improve upon the state-of-the-art, including diameter approximation, and an exact single-source shortest paths algorithm for weighted undirected graphs in $\tilde{O}(n^{1/6})$ rounds.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Distributed Computing

Died the same way β€” πŸ‘» Ghosted