GLCC: A General Framework for Graph-Level Clustering

Abstract

This paper studies the problem of graph-level clustering, which is a novel yet challenging task. This problem is critical in a variety of real-world applications such as protein clustering and genome analysis in bioinformatics. Recent years have witnessed the success of deep clustering coupled with graph neural networks (GNNs). However, existing methods focus on clustering among nodes given a single graph, while exploring clustering on multiple graphs is still under-explored. In this paper, we propose a general graph-level clustering framework named Graph-Level Contrastive Clustering (GLCC) given multiple graphs. Specifically, GLCC first constructs an adaptive affinity graph to explore instance- and cluster-level contrastive learning (CL). Instance-level CL leverages graph Laplacian based contrastive loss to learn clustering-friendly representations while cluster-level CL captures discriminative cluster representations incorporating neighbor information of each sample. Moreover, we utilize neighbor-aware pseudo-labels to reward the optimization of representation learning. The two steps can be alternatively trained to collaborate and benefit each other. Experiments on a range of well-known datasets demonstrate the superiority of our proposed GLCC over competitive baselines.

Cite

Text

Ju et al. "GLCC: A General Framework for Graph-Level Clustering." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I4.25559

Markdown

[Ju et al. "GLCC: A General Framework for Graph-Level Clustering." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/ju2023aaai-glcc/) doi:10.1609/AAAI.V37I4.25559

BibTeX

@inproceedings{ju2023aaai-glcc,
  title     = {{GLCC: A General Framework for Graph-Level Clustering}},
  author    = {Ju, Wei and Gu, Yiyang and Chen, Binqi and Sun, Gongbo and Qin, Yifang and Liu, Xingyuming and Luo, Xiao and Zhang, Ming},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {4391-4399},
  doi       = {10.1609/AAAI.V37I4.25559},
  url       = {https://mlanthology.org/aaai/2023/ju2023aaai-glcc/}
}