Overlapping Community Detection with Graph Neural Networks
About
Community detection is a fundamental problem in machine learning. While deep learning has shown great promise in many graphrelated tasks, developing neural models for community detection has received surprisingly little attention. The few existing approaches focus on detecting disjoint communities, even though communities in real graphs are well known to be overlapping. We address this shortcoming and propose a graph neural network (GNN) based model for overlapping community detection. Despite its simplicity, our model outperforms the existing baselines by a large margin in the task of community recovery. We establish through an extensive experimental evaluation that the proposed model is effective, scalable and robust to hyperparameter settings. We also perform an ablation study that confirms that GNN is the key ingredient to the power of the proposed model.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Clustering | Cora | -- | 115 | |
| Node Clustering | Citeseer | NMI20 | 110 | |
| Community Detection | CS | Average Communities73.9 | 54 | |
| Community Detection | OGB-arxiv | Avg Communities145.4 | 38 | |
| Community Detection | Citeseer | Avg Detected Communities58 | 31 | |
| Community Detection | PC | Avg Detected Communities72.3 | 31 | |
| Community Detection | Cora | Avg Communities51.7 | 31 | |
| Community Detection | Pubmed | Avg Communities60.6 | 31 | |
| Community Detection | Cora-ML | Avg Detected Communities55.7 | 27 | |
| Community Detection | Photo | Avg Detected Communities51.1 | 27 |