paper-with-me

Papers

Imbalanced Node Classification Beyond Homophilic Assumption

2023-04-28 · Jie Liu, Mengting He, Guangtao Wang, Nguyen Quoc Viet Hung, Xuequn Shang, Hongzhi Yin

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 on both homophilic and heterophilic graphs. Firstly, we propose a unified feature mixer to generate synthetic nodes with both homophilic and heterophilic interpolation in a unified way. Next, by randomly sampling edges between synthetic nodes and existing nodes as candidate edges, we design an adaptive subgraph extractor to adaptively extract the contextual subgraphs of candidate edges with flexible ranges. Finally, we develop a multi-filter subgraph encoder that constructs different filter channels to discriminatively aggregate neighbor's information along the homophilic and heterophilic edges. Extensive experiments on eight datasets demonstrate the superiority of our model for imbalanced node classification on both homophilic and heterophilic graphs.

📄 PDF Abstract BibTeX arXiv:2304.14635

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

Beyond Low-Pass Filters: Adaptive Feature Propagation on Graphs

2021-03-26 · Sean Li, Dongwoo Kim, Qing Wang

Graph neural networks (GNNs) have been extensively studied for prediction tasks on graphs. As pointed out by recent studies, most GNNs assume local homophily, i.e., strong similarities in local neighborhoods. This assump…

Node Classification

Beyond Real-world Benchmark Datasets: An Empirical Study of Node Classification with GNNs

2022-06-18 · Seiji Maekawa, Koki Noda, Yuya Sasaki, Makoto Onizuka

Graph Neural Networks (GNNs) have achieved great success on a node classification task. Despite the broad interest in developing and evaluating GNNs, they have been assessed with limited benchmark datasets. As a result, …

AttributeNode Classification

Demystifying Structural Disparity in Graph Neural Networks: Can One Size Fit All?

2023-06-02 · NeurIPS 2023 11 · Haitao Mao, Zhikai Chen, Wei Jin, Haoyu Han 외

Recent studies on Graph Neural Networks(GNNs) provide both empirical and theoretical evidence supporting their effectiveness in capturing structural patterns on both homophilic and certain heterophilic graphs. Notably, m…

AllNode Classification

Beyond Fixed Depth: Adaptive Graph Neural Networks for Node Classification Under Varying Homophily

2025-11-10 · Asela Hevapathige, Asiri Wijesinghe, Ahad N. Zehmakan arxiv

Graph Neural Networks (GNNs) have achieved significant success in addressing node classification tasks. However, the effectiveness of traditional GNNs degrades on heterophilic graphs, where connected nodes often belong t…

Node Classification

Node-wise Filtering in Graph Neural Networks: A Mixture of Experts Approach

2024-06-05 · Haoyu Han, Juanhui Li, Wei Huang, Xianfeng Tang 외

Graph Neural Networks (GNNs) have proven to be highly effective for node classification tasks across diverse graph structural patterns. Traditionally, GNNs employ a uniform global filter, typically a low-pass filter for …

Mixture-of-ExpertsNode Classification