LGJun 16, 2023

GraphSHA: Synthesizing Harder Samples for Class-Imbalanced Node Classification

arXiv:2306.09612v166 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This work addresses class imbalance in node classification for graph learning applications, presenting an incremental improvement over existing methods.

The paper tackles class imbalance in graph-structured data by addressing the under-representation of minor classes in Graph Neural Networks, proposing GraphSHA to synthesize harder minor samples and enlarge their decision boundaries, resulting in improved performance over baselines on seven benchmark datasets.

Class imbalance is the phenomenon that some classes have much fewer instances than others, which is ubiquitous in real-world graph-structured scenarios. Recent studies find that off-the-shelf Graph Neural Networks (GNNs) would under-represent minor class samples. We investigate this phenomenon and discover that the subspaces of minor classes being squeezed by those of the major ones in the latent space is the main cause of this failure. We are naturally inspired to enlarge the decision boundaries of minor classes and propose a general framework GraphSHA by Synthesizing HArder minor samples. Furthermore, to avoid the enlarged minor boundary violating the subspaces of neighbor classes, we also propose a module called SemiMixup to transmit enlarged boundary information to the interior of the minor classes while blocking information propagation from minor classes to neighbor classes. Empirically, GraphSHA shows its effectiveness in enlarging the decision boundaries of minor classes, as it outperforms various baseline methods in class-imbalanced node classification with different GNN backbone encoders over seven public benchmark datasets. Code is avilable at https://github.com/wenzhilics/GraphSHA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes