Beeping a Maximal Independent Set Fast
Stephan Holzer, Nancy Lynch

TL;DR
This paper adapts a recent Maximal Independent Set algorithm to the weaker BEEP model, achieving near-optimal runtime with less communication overhead, and demonstrates its effectiveness through local analysis and resource efficiency.
Contribution
It introduces a modified MIS algorithm for the BEEP model that matches the efficiency of the LOCAL model with minimal communication overhead.
Findings
Algorithm terminates in $O(( ext{log} \Delta + ext{log} (1/ ext{epsilon})) imes ext{log}(1/ ext{epsilon}))$ rounds with high probability.
Communication via beeps requires significantly fewer resources than in the LOCAL model.
The overhead of the BEEP model compared to LOCAL is negligible in practical resource terms.
Abstract
We adapt a recent algorithm by Ghaffari [SODA'16] for computing a Maximal Independent Set in the LOCAL model, so that it works in the significantly weaker BEEP model. For networks with maximum degree , our algorithm terminates locally within time , with probability at least . The key idea of the modification is to replace explicit messages about transmission probabilities with estimates based on the number of received messages. After the successful introduction (and implicit use) of local analysis, e.g., by Barenboim et al. [JACM'16], Chung et al. [PODC'14], Ghaffari [SODA'16], and Halldorsson et al. [PODC'15], we study this concept in the BEEP model for the first time. By doing so, we improve over local bounds that are implicitly derived from previous work (that uses traditional global analysis) on…
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 · Optimization and Search Problems · Advanced Graph Theory Research
