Imbalanced Node Classification Beyond Homophilic Assumption
Jie Liu, Mengting He, Guangtao Wang, Nguyen Quoc Viet Hung, Xuequn, Shang, Hongzhi Yin

TL;DR
This paper introduces GraphSANN, a novel method for imbalanced node classification that effectively handles both homophilic and heterophilic graphs by generating synthetic nodes and adaptively extracting subgraphs.
Contribution
The paper proposes a unified framework with a feature mixer, adaptive subgraph extractor, and multi-filter encoder to improve imbalanced node classification beyond homophilic assumptions.
Findings
Outperforms existing methods on eight datasets.
Effective on both homophilic and heterophilic graphs.
Demonstrates robustness to class imbalance.
Abstract
Imbalanced node classification widely exists in real-world networks where graph neural networks (GNNs) are usually highly inclined to majority classes and suffer from severe performance degradation on classifying minority class nodes. Various imbalanced node classification methods have been proposed recently which construct synthetic nodes and edges w.r.t. minority classes to balance the label and topology distribution. However, they are all based on the homophilic assumption that nodes of the same label tend to connect despite the wide existence of heterophilic edges in real-world graphs. Thus, they uniformly aggregate features from both homophilic and heterophilic neighbors and rely on feature similarity to generate synthetic edges, which cannot be applied to imbalanced graphs in high heterophily. To address this problem, we propose a novel GraphSANN for imbalanced node classification…
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 · Recommender Systems and Techniques · Complex Network Analysis Techniques
