Tight Analysis of Randomized Greedy MIS
Manuela Fischer, Andreas Noever

TL;DR
This paper provides a tight analysis of the parallel randomized greedy MIS algorithm, proving it completes in O(log n) rounds with high probability, matching the best known sequential algorithms.
Contribution
It establishes a tight high-probability bound of O(log n) rounds for the parallel randomized greedy MIS algorithm, resolving an open question in the field.
Findings
Proves the algorithm's round complexity is O(log n) with high probability.
Shows the bound is tight, matching the sequential Luby algorithm.
Provides the first tight analysis for this parallel MIS algorithm.
Abstract
We provide a tight analysis which settles the round complexity of the well-studied parallel randomized greedy MIS algorithm, thus answering the main open question of Blelloch, Fineman, and Shun [SPAA'12]. The parallel/distributed randomized greedy Maximal Independent Set (MIS) algorithm works as follows. An order of the vertices is chosen uniformly at random. Then, in each round, all vertices that appear before their neighbors in the order are added to the independent set and removed from the graph along with their neighbors. The main question of interest is the number of rounds it takes until the graph is empty. This algorithm has been studied since 1987, initiated by Coppersmith, Raghavan, and Tompa [FOCS'87], and the previously best known bounds were rounds in expectation for Erd\H{o}s-R\'{e}nyi random graphs by Calkin and Frieze [Random Struc. \& Alg. '90] and…
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 · Privacy-Preserving Technologies in Data
