A Divide and Conquer Framework for Distributed Graph Clustering

Abstract

Graph clustering is about identifying clusters of closely connected nodes, and is a fundamental technique of data analysis with many applications including community detection, VLSI network partitioning, collaborative filtering, and many others. In order to improve the scalability of existing graph clustering algorithms, we propose a novel divide and conquer framework for graph clustering, and establish theoretical guarantees of exact recovery of the clusters. One additional advantage of the proposed framework is that it can identify small clusters – the size of the smallest cluster can be of size o(\sqrt{n}), in contrast to Ω(\sqrt{n}) required by standard methods. Extensive experiments on synthetic and real-world datasets demonstrate the efficiency and effectiveness of our framework.

Cite

Text

Yang and Xu. "A Divide and Conquer Framework for Distributed Graph Clustering." International Conference on Machine Learning, 2015.

Markdown

[Yang and Xu. "A Divide and Conquer Framework for Distributed Graph Clustering." International Conference on Machine Learning, 2015.](https://mlanthology.org/icml/2015/yang2015icml-divide/)

BibTeX

@inproceedings{yang2015icml-divide,
  title     = {{A Divide and Conquer Framework for Distributed Graph Clustering}},
  author    = {Yang, Wenzhuo and Xu, Huan},
  booktitle = {International Conference on Machine Learning},
  year      = {2015},
  pages     = {504-513},
  volume    = {37},
  url       = {https://mlanthology.org/icml/2015/yang2015icml-divide/}
}