MIS in the Congested Clique Model in $O(\log \log \Delta)$ Rounds
Christian Konrad

TL;DR
This paper presents a new distributed algorithm for computing a maximal independent set in the congested clique model that operates in $O( ext{log log} \Delta)$ rounds, significantly improving previous bounds.
Contribution
The authors develop a two-stage MIS algorithm that first reduces the graph's degree rapidly and then applies existing methods, achieving a faster overall runtime.
Findings
Achieves MIS in $O( ext{log log} \Delta)$ rounds in the congested clique.
Introduces a novel simulation of sequential greedy iterations in the distributed setting.
Reduces the maximum degree of the residual graph to poly-logarithmic in the first stage.
Abstract
We give a maximal independent set (MIS) algorithm that runs in rounds in the congested clique model, where is the maximum degree of the input graph. This improves upon the rounds algorithm of [Ghaffari, PODC '17], where is the number of vertices of the input graph. In the first stage of our algorithm, we simulate the first iterations of the sequential random order Greedy algorithm for MIS in the congested clique model in rounds. This thins out the input graph relatively quickly: After this stage, the maximum degree of the residual graph is poly-logarithmic. In the second stage, we run the MIS algorithm of [Ghaffari, PODC '17] on the residual graph, which completes in rounds on graphs of…
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 · Machine Learning and Algorithms · Markov Chains and Monte Carlo Methods
