English

Adaptive Massively Parallel Coloring in Sparse Graphs

Distributed, Parallel, and Cluster Computing 2024-05-03 v2 Data Structures and Algorithms

Abstract

Classic symmetry-breaking problems on graphs have gained a lot of attention in models of modern parallel computation. The Adaptive Massively Parallel Computation (AMPC) is a model that captures the central challenges in data center computations. Chang et al. [PODC'2019] gave an extremely fast, constant time, algorithm for the (Δ+1)(\Delta + 1)-coloring problem, where Δ\Delta is the maximum degree of an input graph of nn nodes. The algorithm works in the most restrictive low-space setting, where each machine has nδn^{\delta} local space for a constant 0<δ<10 < \delta < 1. In this work, we study the vertex-coloring problem in sparse graphs parameterized by their arboricity α\alpha, a standard measure for sparsity. We give deterministic algorithms that in constant, or almost constant, time give poly α\text{poly} ~\alpha and O(α)O(\alpha)-colorings, where α\alpha can be arbitrarily smaller than Δ\Delta. A strong and standard approach to compute arboricity-dependent colorings is through the Nash-Williams forest decomposition, which gives rise to an (acyclic) orientation of the edges such that each node has a small out-degree. Our main technical contribution is giving efficient deterministic algorithms to compute these orientations and showing how to leverage them to find colorings in low-space AMPC. A key technical challenge is that the color of a node may depend on almost all of the other nodes in the graph and these dependencies cannot be stored on a single machine. Nevertheless, our novel and careful exploration technique yields the orientation, and the arboricity-dependent coloring, with a sublinear number of adaptive queries per node.

Keywords

Cite

@article{arxiv.2402.13755,
  title  = {Adaptive Massively Parallel Coloring in Sparse Graphs},
  author = {Rustam Latypov and Yannic Maus and Shreyas Pai and Jara Uitto},
  journal= {arXiv preprint arXiv:2402.13755},
  year   = {2024}
}

Comments

ACM Symposium on Principles of Distributed Computing (PODC) 2024

R2 v1 2026-06-28T14:55:41.209Z