English

Communication-Efficient Distributed Graph Clustering and Sparsification under Duplication Models

Data Structures and Algorithms 2023-02-21 v1

Abstract

In this paper, we consider the problem of clustering graph nodes and sparsifying graph edges over distributed graphs, when graph edges with possibly edge duplicates are observed at physically remote sites. Although edge duplicates across different sites appear to be beneficial at the first glance, in fact they could make the clustering and sparsification more complicated since potentially their processing would need extra computations and communications. We propose the first communication-optimal algorithms for two well-established communication models namely the message passing and the blackboard models. Specifically, given a graph on nn nodes with edges observed at ss sites, our algorithms achieve communication costs O~(ns)\tilde{O}(ns) and O~(n+s)\tilde{O}(n+s) (O~\tilde{O} hides a polylogarithmic factor), which almost match their lower bounds, Ω(ns)\Omega(ns) and Ω(n+s)\Omega(n+s), in the message passing and the blackboard models respectively. The communication costs are asymptotically the same as those under non-duplication models, under an assumption on edge distribution. Our algorithms can also guarantee clustering quality nearly as good as that of centralizing all edges and then applying any standard clustering algorithm. Moreover, we perform the first investigation of distributed constructions of graph spanners in the blackboard model. We provide almost matching communication lower and upper bounds for both multiplicative and additive spanners. For example, the communication lower bounds of constructing a (2k1)(2k-1)-spanner in the blackboard with and without duplication models are Ω(s+n1+1/klogs)\Omega(s+n^{1+1/k}\log s) and Ω(s+n1+1/kmax{1,s1/21/(2k)logs})\Omega(s+n^{1+1/k}\max\{1,s^{-1/2-1/(2k)}\log s\}) respectively, which almost match the upper bound O~(s+n1+1/k)\tilde{O}(s+n^{1+1/k}) for both models.

Keywords

Cite

@article{arxiv.2302.09652,
  title  = {Communication-Efficient Distributed Graph Clustering and Sparsification under Duplication Models},
  author = {Chun Jiang Zhu},
  journal= {arXiv preprint arXiv:2302.09652},
  year   = {2023}
}

Comments

This is the full version of an article published in the Proceedings of CIAC 2023

R2 v1 2026-06-28T08:43:57.425Z