Local Computation of Maximal Independent Set
Mohsen Ghaffari

TL;DR
This paper introduces a randomized local computation algorithm for the Maximal Independent Set problem that efficiently determines node inclusion with poly(Δ)·log n queries, addressing a key open problem in sublinear algorithms.
Contribution
It presents the first efficient LCA for MIS with poly(Δ)·log n query complexity, solving a major open problem in local computation algorithms.
Findings
Achieves high-probability correctness with poly(Δ)·log n queries.
Supports simultaneous, independent queries for different nodes.
Resolves a longstanding open problem in local computation and sublinear algorithms.
Abstract
We present a randomized Local Computation Algorithm (LCA) with query complexity for the Maximal Independent Set (MIS) problem. That is, the algorithm determines whether each node is in the computed MIS or not using queries to the adjacency lists of the graph, with high probability, and this can be done for different nodes simultaneously and independently. Here and denote the maximum degree and the number of nodes. This algorithm resolves a key open problem in the study of local computations and sublinear algorithms (attributed to Rubinfeld).
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 · Machine Learning and Algorithms
