Graph Neural Network with Curriculum Learning for Imbalanced Node Classification
Xiaohe Li, Lijie Wen, Yawen Deng, Fuli Feng, Xuming Hu, Lei Wang, Zide, Fan

TL;DR
This paper introduces GNN-CL, a novel framework combining curriculum learning with graph neural networks to effectively address class imbalance in node classification tasks, improving generalization and discrimination.
Contribution
It proposes a new GNN framework with curriculum learning that uses graph-based oversampling and combined loss functions to handle imbalanced node classification.
Findings
Consistently outperforms existing state-of-the-art methods on multiple datasets.
Effectively balances classes and improves node classification accuracy.
Enhances model generalization and discrimination through dynamic training adjustments.
Abstract
Graph Neural Network (GNN) is an emerging technique for graph-based learning tasks such as node classification. In this work, we reveal the vulnerability of GNN to the imbalance of node labels. Traditional solutions for imbalanced classification (e.g. resampling) are ineffective in node classification without considering the graph structure. Worse still, they may even bring overfitting or underfitting results due to lack of sufficient prior knowledge. To solve these problems, we propose a novel graph neural network framework with curriculum learning (GNN-CL) consisting of two modules. For one thing, we hope to acquire certain reliable interpolation nodes and edges through the novel graph-based oversampling based on smoothness and homophily. For another, we combine graph classification loss and metric learning loss which adjust the distance between different nodes associated with…
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 · Artificial Intelligence in Healthcare · Imbalanced Data Classification Techniques
MethodsGraph Neural Network
