Effective Stabilized Self-Training on Few-Labeled Graph Data
Ziang Zhou, Jieming Shi, Shengzhong Zhang, Zengfeng Huang, Qing Li

TL;DR
This paper introduces Stabilized Self-Training (SST), a framework that enhances GNN performance in semi-supervised node classification with extremely limited labels, through empirical and theoretical analysis and extensive benchmarking.
Contribution
The paper proposes SST, a novel framework that stabilizes self-training in GNNs, significantly improving accuracy in few-labeled graph scenarios, validated by theoretical insights and extensive experiments.
Findings
SST improves GNN accuracy with minimal labels.
SST outperforms 10 competitors across 5 datasets.
On Cora with 1 label per class, SSTGCN achieves 62.5% accuracy.
Abstract
Graph neural networks (GNNs) are designed for semi-supervised node classification on graphs where only a subset of nodes have class labels. However, under extreme cases when very few labels are available (e.g., 1 labeled node per class), GNNs suffer from severe performance degradation. Specifically, we observe that existing GNNs suffer from unstable training process on few-labeled graphs, resulting to inferior performance on node classification. Therefore, we propose an effective framework, Stabilized Self-Training (SST), which is applicable to existing GNNs to handle the scarcity of labeled data, and consequently, boost classification accuracy. We conduct thorough empirical and theoretical analysis to support our findings and motivate the algorithmic designs in SST. We apply SST to two popular GNN models GCN and DAGNN, to get SSTGCN and SSTDA methods respectively, and evaluate the two…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Complex Network Analysis Techniques
MethodsDirected Acyclic Graph Neural Network · Graph Attention Network · Graph Convolutional Network
