🤖 AI Summary
This paper addresses the (Δ+1)-coloring problem for cluster graphs in distributed systems, presenting the first CONGEST-model algorithm achieving sublogarithmic round complexity—specifically, O(log* n)—thereby breaking the prior poly(log n) barrier. Methodologically, the algorithm integrates localized information exchange, cluster-structure decomposition, iterative graph contraction, and coordinated coloring, operating efficiently on cluster graphs with minimum degree Ω(polylog n). Key contributions include: (i) the first sublogarithmic-round distributed (Δ+1)-coloring algorithm for cluster graphs, establishing the first sublogarithmic upper bound for this setting; (ii) an extension of classical graph coloring theory to the cluster graph model; and (iii) a substantial improvement over the state-of-the-art SODA’24 result, offering a novel paradigm for decentralized graph processing. The work advances foundational understanding of distributed symmetry breaking in structured graph families and opens avenues for efficient large-scale graph algorithms in constrained communication models.
📝 Abstract
Graph coloring is fundamental to distributed computing. We give the first sub-logarithmic distributed algorithm for coloring cluster graphs. These graphs are obtained from the underlying communication network by contracting nodes and edges, and they appear frequently as components in the study of distributed algorithms. In particular, we give a O (log* n)-round algorithm to (Δ + 1)-color cluster graphs of at least polylogarithmic degree. The previous best bound known was poly(log n) [Flin et al., SODA'24]. This properly generalizes results in the CONGEST model and shows that distributed graph problems can be solved quickly even when the node itself is decentralized.