Fully Dynamic Maximal Independent Set with Sublinear in n Update Time
Sepehr Assadi, Krzysztof Onak, Baruch Schieber, Shay Solomon

TL;DR
This paper introduces a randomized fully dynamic algorithm for maintaining a maximal independent set with expected amortized update time sublinear in the number of vertices, breaking previous barriers and improving performance for sparse graphs.
Contribution
It presents the first fully dynamic randomized MIS algorithm with update time sublinear in n, specifically (()), surpassing prior deterministic and randomized bounds.
Findings
Achieves (()) expected amortized update time
Simpler variant attains (()) update time for sparse graphs
Breaks the m^{1/2} barrier for all m values
Abstract
The first fully dynamic algorithm for maintaining a maximal independent set (MIS) with update time that is sublinear in the number of edges was presented recently by the authors of this paper [Assadi et.al. STOC'18]. The algorithm is deterministic and its update time is , where is the (dynamically changing) number of edges. Subsequently, Gupta and Khan and independently Du and Zhang [arXiv, April 2018] presented deterministic algorithms for dynamic MIS with update times of and , respectively. Du and Zhang also gave a randomized algorithm with update time . Moreover, they provided some partial (conditional) hardness results hinting that update time of , and in particular for -vertex dense graphs, is a natural barrier for this problem for any constant , for…
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 · Machine Learning and Algorithms
