An Improved Distributed Algorithm for Maximal Independent Set
Mohsen Ghaffari

TL;DR
This paper introduces a simple randomized distributed algorithm for the Maximal Independent Set problem that achieves near-optimal local and global complexities, improving previous bounds and applying to various graph classes and models.
Contribution
The paper presents a new simple randomized algorithm for MIS with degree-dependent local complexity and improved global complexity bounds, advancing the state of the art.
Findings
Achieves local termination in O(log deg(v)+log 1/ε) rounds with high probability.
Global complexity improved to O(log Δ) + 2^{O(√log log n)} rounds.
Applicable to graphs with bounded arboricity, girth, and other models like LCA and Lovász Local Lemma.
Abstract
The Maximal Independent Set (MIS) problem is one of the basics in the study of locality in distributed graph algorithms. This paper presents an extremely simple randomized algorithm providing a near-optimal local complexity for this problem, which incidentally, when combined with some recent techniques, also leads to a near-optimal global complexity. Classical algorithms of Luby [STOC'85] and Alon, Babai and Itai [JALG'86] provide the global complexity guarantee that, with high probability, all nodes terminate after rounds. In contrast, our initial focus is on the local complexity, and our main contribution is to provide a very simple algorithm guaranteeing that each particular node terminates after rounds, with probability at least . The guarantee holds even if the randomness outside -hops neighborhood of is…
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
TopicsPrivacy-Preserving Technologies in Data · Complexity and Algorithms in Graphs · Cryptography and Data Security
