English

The Complexity of Symmetry Breaking in Massive Graphs

Distributed, Parallel, and Cluster Computing 2021-05-06 v1 Data Structures and Algorithms

Abstract

The goal of this paper is to understand the complexity of symmetry breaking problems, specifically maximal independent set (MIS) and the closely related β\beta-ruling set problem, in two computational models suited for large-scale graph processing, namely the kk-machine model and the graph streaming model. We present a number of results. For MIS in the kk-machine model, we improve the O~(m/k2+Δ/k)\tilde{O}(m/k^2 + \Delta/k)-round upper bound of Klauck et al. (SODA 2015) by presenting an O~(m/k2)\tilde{O}(m/k^2)-round algorithm. We also present an Ω~(n/k2)\tilde{\Omega}(n/k^2) round lower bound for MIS, the first lower bound for a symmetry breaking problem in the kk-machine model. For β\beta-ruling sets, we use hierarchical sampling to obtain more efficient algorithms in the kk-machine model and also in the graph streaming model. More specifically, we obtain a kk-machine algorithm that runs in O~(βnΔ1/β/k2)\tilde{O}(\beta n\Delta^{1/\beta}/k^2) rounds and, by using a similar hierarchical sampling technique, we obtain one-pass algorithms for both insertion-only and insertion-deletion streams that use O(βn1+1/2β1)O(\beta \cdot n^{1+1/2^{\beta-1}}) space. The latter result establishes a clear separation between MIS, which is known to require Ω(n2)\Omega(n^2) space (Cormode et al., ICALP 2019), and β\beta-ruling sets, even for β=2\beta = 2. Finally, we present an even faster 2-ruling set algorithm in the kk-machine model, one that runs in O~(n/k2ϵ+k1ϵ)\tilde{O}(n/k^{2-\epsilon} + k^{1-\epsilon}) rounds for any ϵ\epsilon, 0ϵ10 \le \epsilon \le 1.

Keywords

Cite

@article{arxiv.2105.01833,
  title  = {The Complexity of Symmetry Breaking in Massive Graphs},
  author = {Christian Konrad and Sriram V. Pemmaraju and Talal Riaz and Peter Robinson},
  journal= {arXiv preprint arXiv:2105.01833},
  year   = {2021}
}

Comments

A preliminary version of this paper appeared in DISC 2019