Beyond Blocks: Hyperbolic Community Detection

Abstract

What do real communities in social networks look like? Community detection plays a key role in understanding the structure of real-life graphs with impact on recommendation systems, load balancing and routing. Previous community detection methods look for uniform blocks in adjacency matrices. However, after studying four real networks with ground-truth communities, we provide empirical evidence that communities are best represented as having an hyperbolic structure. We detail HyCoM - the Hyperbolic Community Model - as a better representation of communities and the relationships between their members, and show improvements in compression compared to standard methods. We also introduce HyCoM-FIT , a fast, parameter free algorithm to detect communities with hyperbolic structure. We show that our method is effective in finding communities with a similar structure to self-declared ones. We report findings in real social networks, including a community in a blogging platform with over 34 million edges in which more than 1000 users established over 300 000 relations.

Cite

Text

Araujo et al. "Beyond Blocks: Hyperbolic Community Detection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014. doi:10.1007/978-3-662-44848-9_4

Markdown

[Araujo et al. "Beyond Blocks: Hyperbolic Community Detection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014.](https://mlanthology.org/ecmlpkdd/2014/araujo2014ecmlpkdd-beyond/) doi:10.1007/978-3-662-44848-9_4

BibTeX

@inproceedings{araujo2014ecmlpkdd-beyond,
  title     = {{Beyond Blocks: Hyperbolic Community Detection}},
  author    = {Araujo, Miguel and Günnemann, Stephan and Mateos, Gonzalo and Faloutsos, Christos},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2014},
  pages     = {50-65},
  doi       = {10.1007/978-3-662-44848-9_4},
  url       = {https://mlanthology.org/ecmlpkdd/2014/araujo2014ecmlpkdd-beyond/}
}