English

Faster Distributed $\Delta$-Coloring via a Reduction to MIS

Distributed, Parallel, and Cluster Computing 2025-10-21 v2 Data Structures and Algorithms

Abstract

Recent improvements on the deterministic complexities of fundamental graph problems in the LOCAL model of distributed computing have yielded state-of-the-art upper bounds of O~(log5/3n)\tilde{O}(\log^{5/3} n) rounds for maximal independent set (MIS) and (Δ+1)(\Delta + 1)-coloring [Ghaffari, Grunau, FOCS'24] and O~(log19/9n)\tilde{O}(\log^{19/9} n) rounds for the more restrictive Δ\Delta-coloring problem [Ghaffari, Kuhn, FOCS'21; Ghaffari, Grunau, FOCS'24; Bourreau, Brandt, Nolin, STOC'25]. In our work, we show that Δ\Delta-coloring can be solved deterministically in O~(log5/3n)\tilde{O}(\log^{5/3} n) rounds as well, matching the currently best bound for (Δ+1)(\Delta + 1)-coloring. We achieve our result by developing a reduction from Δ\Delta-coloring to MIS that guarantees that the (asymptotic) complexity of Δ\Delta-coloring is at most the complexity of MIS, unless MIS can be solved in sublogarithmic time, in which case, due to the Ω(logn)\Omega(\log n)-round Δ\Delta-coloring lower bound from [BFHKLRSU, STOC'16], our reduction implies a tight complexity of Θ(logn)\Theta(\log n) for Δ\Delta-coloring. In particular, any improvement on the complexity of the MIS problem will yield the same improvement for the complexity of Δ\Delta-coloring (up to the true complexity of Δ\Delta-coloring). Our reduction yields improvements for Δ\Delta-coloring in the randomized LOCAL model and when complexities are parameterized by both nn and Δ\Delta. We obtain a randomized complexity bound of O~(log5/3logn)\tilde{O}(\log^{5/3} \log n) rounds (improving over the state of the art of O~(log8/3logn)\tilde{O}(\log^{8/3} \log n) rounds) on general graphs and tight complexities of Θ(logn)\Theta(\log n) and Θ(loglogn)\Theta(\log \log n) for the deterministic, resp.\ randomized, complexity on bounded-degree graphs. In the special case of graphs of constant clique number (which for instance include bipartite graphs), we also give a reduction to the (Δ+1)(\Delta+1)-coloring problem.

Keywords

Cite

@article{arxiv.2508.01762,
  title  = {Faster Distributed $\Delta$-Coloring via a Reduction to MIS},
  author = {Yann Bourreau and Sebastian Brandt and Alexandre Nolin},
  journal= {arXiv preprint arXiv:2508.01762},
  year   = {2025}
}
R2 v1 2026-07-01T04:31:51.955Z