Tackling the Imbalance for GNNs
Rui Wang, Weixuan Xiong, Qinghu Hou, Ou Wu

TL;DR
This paper investigates the impact of class imbalance on GNN performance, introduces a label difference index to quantify imbalance effects, and proposes new loss functions and methods that improve classification accuracy on imbalanced datasets.
Contribution
The study defines the label difference index (LDI) to analyze imbalance effects and proposes four new methods based on LDI to enhance GNN classification performance.
Findings
Three of the proposed methods outperform existing approaches in accuracy.
The LDI effectively quantifies imbalance-related misclassification risk.
The methods are applicable to various GNN architectures and settings.
Abstract
Different from deep neural networks for non-graph data classification, graph neural networks (GNNs) leverage the information exchange between nodes (or samples) when representing nodes. The category distribution shows an imbalance or even a highly-skewed trend on nearly all existing benchmark GNN data sets. The imbalanced distribution will cause misclassification of nodes in the minority classes, and even cause the classification performance on the entire data set to decrease. This study explores the effects of the imbalance problem on the performances of GNNs and proposes new methodologies to solve it. First, a node-level index, namely, the label difference index (), is defined to quantitatively analyze the relationship between imbalance and misclassification. The less samples in a class, the higher the value of its average ; the higher the of a sample, the more likely…
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
TopicsImbalanced Data Classification Techniques · Advanced Graph Neural Networks · Data Mining Algorithms and Applications
