Rethinking Semi-Supervised Node Classification with Self-Supervised Graph Clustering
Songbo Wang, Renchi Yang, Yurui Lai, Xiaoyang Lin, Tsz Nam Chan

TL;DR
This paper introduces NCGC, a unified semi-supervised node classification framework that combines self-supervised graph clustering with GNNs, leveraging community structures to improve classification accuracy on real-world graphs.
Contribution
It unifies GNN and spectral clustering objectives, develops soft orthogonal GNNs, and integrates a self-supervised clustering module with a multi-task loss, enhancing semi-supervised node classification.
Findings
NCGC outperforms existing GNN models on seven real graphs.
The framework effectively leverages community structures for better representations.
Self-supervised clustering improves unlabeled node representation learning.
Abstract
The emergence of graph neural networks (GNNs) has offered a powerful tool for semi-supervised node classification tasks. Subsequent studies have achieved further improvements through refining the message passing schemes in GNN models or exploiting various data augmentation techniques to mitigate limited supervision. In real graphs, nodes often tend to form tightly-knit communities/clusters, which embody abundant signals for compensating label scarcity in semi-supervised node classification but are not explored in prior methods. Inspired by this, this paper presents NCGC that integrates self-supervised graph clustering and semi-supervised classification into a unified framework. Firstly, we theoretically unify the optimization objectives of GNNs and spectral graph clustering, and based on that, develop soft orthogonal GNNs (SOGNs) that leverage a refined message passing paradigm to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Graph Theory and Algorithms
