English

Breaking Barriers for Distributed MIS by Faster Degree Reduction

Distributed, Parallel, and Cluster Computing 2025-05-22 v1 Data Structures and Algorithms

Abstract

We study the problem of finding a maximal independent set (MIS) in the standard LOCAL model of distributed computing. Classical algorithms by Luby [JACM'86] and Alon, Babai, and Itai [JALG'86] find an MIS in O(logn)O(\log n) rounds in nn-node graphs with high probability. Despite decades of research, the existence of any o(logn)o(\log n)-round algorithm for general graphs remains one of the major open problems in the field. Interestingly, the hard instances for this problem must contain constant-length cycles. This is because there exists a sublogarithmic-round algorithm for graphs with super-constant girth; i.e., graphs where the length of the shortest cycle is ω(1)\omega(1), as shown by Ghaffari~[SODA'16]. Thus, resolving this 40\approx 40-year-old open problem requires understanding the family of graphs that contain kk-cycles for some constant kk. In this work, we come very close to resolving this 40\approx 40-year-old open problem by presenting a sublogarithmic-round algorithm for graphs that can contain kk-cycles for all k>6k > 6. Specifically, our algorithm finds an MIS in O(logΔlog(logΔ)+poly(loglogn))O\left(\frac{\log \Delta}{\log(\log^* \Delta)} + \mathrm{poly}(\log\log n)\right) rounds, as long as the graph does not contain cycles of length 6\leq 6, where Δ\Delta is the maximum degree of the graph. As a result, we push the limit on the girth of graphs that admit sublogarithmic-round algorithms from k=ω(1)k = \omega(1) all the way down to a small constant k=7k=7. This also implies a o(logn)o(\sqrt{\log n}) round algorithm for MIS in trees, refuting a conjecture from the book by Barrenboim and Elkin.

Keywords

Cite

@article{arxiv.2505.15652,
  title  = {Breaking Barriers for Distributed MIS by Faster Degree Reduction},
  author = {Seri Khoury and Aaron Schild},
  journal= {arXiv preprint arXiv:2505.15652},
  year   = {2025}
}

Comments

The abstract was shortened and slightly modified to meet Arxiv's requirements

R2 v1 2026-07-01T02:28:57.498Z