Amortized Probabilistic Detection of Communities in Graphs

Abstract

Learning community structures in graphs has broad applications across scientific domains. While graph neural networks (GNNs) have been successful in encoding graph structures, existing GNN-based methods for community detection are limited by requiring knowledge of the number of communities in advance, in addition to lacking a proper probabilistic formulation to handle uncertainty. We propose a simple framework for amortized community detection, which addresses both of these issues by combining the expressive power of GNNs with recent methods for amortized clustering. Our models consist of a graph representation backbone that extracts structural information and an amortized clustering network that naturally handles variable numbers of clusters. Both components combine into well-defined models of the posterior distribution of graph communities and are jointly optimized given labeled graphs. At inference time, the models yield parallel samples from the posterior of community labels, quantifying uncertainty in a principled way. We evaluate several models from our framework on synthetic and real datasets, and demonstrate improved performance compared to previous methods.

Cite

Text

Wang et al. "Amortized Probabilistic Detection of Communities in Graphs." ICML 2024 Workshops: SPIGM, 2024.

Markdown

[Wang et al. "Amortized Probabilistic Detection of Communities in Graphs." ICML 2024 Workshops: SPIGM, 2024.](https://mlanthology.org/icmlw/2024/wang2024icmlw-amortized/)

BibTeX

@inproceedings{wang2024icmlw-amortized,
  title     = {{Amortized Probabilistic Detection of Communities in Graphs}},
  author    = {Wang, Yueqi and Lee, Yoonho and Basu, Pallab and Lee, Juho and Teh, Yee Whye and Paninski, Liam and Pakman, Ari},
  booktitle = {ICML 2024 Workshops: SPIGM},
  year      = {2024},
  url       = {https://mlanthology.org/icmlw/2024/wang2024icmlw-amortized/}
}