English

Algebraic Methods in the Congested Clique

Distributed, Parallel, and Cluster Computing 2019-12-24 v1 Data Structures and Algorithms

Abstract

In this work, we use algebraic methods for studying distance computation and subgraph detection tasks in the congested clique model. Specifically, we adapt parallel matrix multiplication implementations to the congested clique, obtaining an O(n12/ω)O(n^{1-2/\omega}) round matrix multiplication algorithm, where ω<2.3728639\omega < 2.3728639 is the exponent of matrix multiplication. In conjunction with known techniques from centralised algorithmics, this gives significant improvements over previous best upper bounds in the congested clique model. The highlight results include: -- triangle and 4-cycle counting in O(n0.158)O(n^{0.158}) rounds, improving upon the O(n1/3)O(n^{1/3}) triangle detection algorithm of Dolev et al. [DISC 2012], -- a (1+o(1))(1 + o(1))-approximation of all-pairs shortest paths in O(n0.158)O(n^{0.158}) rounds, improving upon the O~(n1/2)\tilde{O} (n^{1/2})-round (2+o(1))(2 + o(1))-approximation algorithm of Nanongkai [STOC 2014], and -- computing the girth in O(n0.158)O(n^{0.158}) rounds, which is the first non-trivial solution in this model. In addition, we present a novel constant-round combinatorial algorithm for detecting 4-cycles.

Keywords

Cite

@article{arxiv.1503.04963,
  title  = {Algebraic Methods in the Congested Clique},
  author = {Keren Censor-Hillel and Petteri Kaski and Janne H. Korhonen and Christoph Lenzen and Ami Paz and Jukka Suomela},
  journal= {arXiv preprint arXiv:1503.04963},
  year   = {2019}
}

Comments

This is work is a merger of arxiv:1412.2109 and arxiv:1412.2667

R2 v1 2026-06-22T08:54:58.469Z