Enhancing Imbalanced Node Classification via Curriculum-Guided Feature Learning and Three-Stage Attention Network
Abdul Joseph Fofanah, Lian Wen, David Chen, and Shaoyang Zhang

TL;DR
This paper introduces CL3AN-GNN, a novel three-stage attention network that employs curriculum-guided feature learning to improve imbalanced node classification in graph neural networks, demonstrating superior performance across diverse datasets.
Contribution
The work presents a new three-stage attention framework with curriculum-guided feature learning specifically designed to handle class imbalance in GNNs, with theoretical grounding and extensive empirical validation.
Findings
Consistent accuracy, F1-score, and AUC improvements over state-of-the-art methods.
Faster convergence and better generalization on imbalanced graph datasets.
Effective step-by-step learning process with interpretable attention mechanisms.
Abstract
Imbalanced node classification in graph neural networks (GNNs) happens when some labels are much more common than others, which causes the model to learn unfairly and perform badly on the less common classes. To solve this problem, we propose a Curriculum-Guided Feature Learning and Three-Stage Attention Network (CL3AN-GNN), a learning network that uses a three-step attention system (Engage, Enact, Embed) similar to how humans learn. The model begins by engaging with structurally simpler features, defined as (1) local neighbourhood patterns (1-hop), (2) low-degree node attributes, and (3) class-separable node pairs identified via initial graph convolutional networks and graph attention networks (GCN and GAT) embeddings. This foundation enables stable early learning despite label skew. The Enact stage then addresses complicated aspects: (1) connections that require multiple steps, (2)…
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 · Machine Learning in Healthcare · Explainable Artificial Intelligence (XAI)
