Distributed Maximal Matching and Maximal Independent Set on Hypergraphs
Alkida Balliu, Sebastian Brandt, Fabian Kuhn, Dennis Olivetti

TL;DR
This paper analyzes the distributed complexity of maximal matching and MIS in hypergraphs, establishing optimal bounds for naive algorithms and proposing improved algorithms for specific parameter regimes.
Contribution
It provides tight lower bounds for maximal matching and introduces improved algorithms for MIS in hypergraphs when maximum degree is much smaller than rank.
Findings
Naive greedy algorithms are optimal for maximal matching.
Lower bounds match the naive algorithm complexity.
New algorithms significantly improve MIS computation when degree is low.
Abstract
We investigate the distributed complexity of maximal matching and maximal independent set (MIS) in hypergraphs in the LOCAL model. A maximal matching of a hypergraph is a maximal disjoint set of hyperedges and an MIS is a maximal set of nodes such that no hyperedge is fully contained in . Both problems can be solved by a simple sequential greedy algorithm, which can be implemented naively in rounds, where is the maximum degree, is the rank, and is the number of nodes. We show that for maximal matching, this naive algorithm is optimal in the following sense. Any deterministic algorithm for solving the problem requires rounds, and any randomized one requires rounds. Hence, for any algorithm with a…
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
TopicsGame Theory and Voting Systems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
