When Algorithms for Maximal Independent Set and Maximal Matching Run in Sublinear-Time
Sepehr Assadi, Shay Solomon

TL;DR
This paper investigates the runtime of algorithms for maximal independent set and maximal matching, revealing that their efficiency depends on the neighborhood independence number, and establishes both upper bounds and lower bounds related to this parameter.
Contribution
The authors identify the neighborhood independence number as key to sublinear algorithms for MIS and MM, providing new algorithms and matching lower bounds.
Findings
MIS algorithm runs in O(nβ(G)) time
MM algorithm runs in O(n log n β(G)) time
Deterministic MM algorithms require Ω(n^2) time
Abstract
Maximal independent set (MIS), maximal matching (MM), and -coloring in graphs of maximum degree are among the most prominent algorithmic graph theory problems. They are all solvable by a simple linear-time greedy algorithm and up until very recently this constituted the state-of-the-art. In SODA 2019, Assadi, Chen, and Khanna gave a randomized algorithm for -coloring that runs in time, which even for moderately dense graphs is sublinear in the input size. The work of Assadi et al. however contained a spoiler for MIS and MM: neither problems provably admits a sublinear-time algorithm in general graphs. In this work, we dig deeper into the possibility of achieving sublinear-time algorithms for MIS and MM. The neighborhood independence number of a graph , denoted by , is the size of the largest independent set in…
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 · Advanced Graph Theory Research · Optimization and Search Problems
