Defining and evaluating network communities based on ground-truth
Jaewon YangJure Leskovec
Evaluates thirteen structural definitions of network communities against ground-truth data from 230 real-world networks, identifying the most reliable topological metrics and introducing a parameter-free community detection algorithm that scales to hundreds of millions of nodes.
- Paper: Community detection in graphs, Santo Fortunato (2009). This comprehensive survey provides the essential taxonomy of graph community detection algorithms and structural definitions evaluated in the source paper.
- Paper: A tutorial on spectral clustering, Ulrike von Luxburg (2007). Reading this tutorial on spectral clustering prepares you for understanding the source paper's extension of local spectral methods to massive networks.
- Paper: Semi-Supervised Classification with Graph Convolutional Networks, Thomas N. Kipf et al. (2017). This paper builds directly on network community and graph structure concepts to introduce efficient graph convolutional networks for semi-supervised node classification.
- Paper: Predict then Propagate: Graph Neural Networks meet Personalized PageRank, Johannes Gasteiger et al. (2019). This work extends local network partitioning and clustering concepts by uniting graph neural networks with personalized PageRank for robust semi-supervised classification.
