Improved Parallel Algorithms for Density-Based Network Clustering

Abstract

Clustering large-scale networks is a central topic in unsupervised learning with many applications in machine learning and data mining. A classic approach to cluster a network is to identify regions of high edge density, which in the literature is captured by two fundamental problems: the densest subgraph and the $k$-core decomposition problems. We design massively parallel computation (MPC) algorithms for these problems that are considerably faster than prior work. In the case of $k$-core decomposition, our work improves exponentially on the algorithm provided by Esfandiari et al. (ICML’18). Compared to the prior work on densest subgraph presented by Bahmani et al. (VLDB’12, ’14), our result requires quadratically fewer MPC rounds. We complement our analysis with an experimental scalability analysis of our techniques.

Cite

Text

Ghaffari et al. "Improved Parallel Algorithms for Density-Based Network Clustering." International Conference on Machine Learning, 2019.

Markdown

[Ghaffari et al. "Improved Parallel Algorithms for Density-Based Network Clustering." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/ghaffari2019icml-improved/)

BibTeX

@inproceedings{ghaffari2019icml-improved,
  title     = {{Improved Parallel Algorithms for Density-Based Network Clustering}},
  author    = {Ghaffari, Mohsen and Lattanzi, Silvio and Mitrović, Slobodan},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {2201-2210},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/ghaffari2019icml-improved/}
}