paper-with-me

홈 › Papers

Topology-Imbalance Learning for Semi-Supervised Node Classification

2021-10-08 · NeurIPS 2021 12 · Deli Chen, Yankai Lin, Guangxiang Zhao, Xuancheng Ren, Peng Li, Jie zhou, Xu sun

The class imbalance problem, as an important issue in learning node representations, has drawn increasing attention from the community. Although the imbalance considered by existing studies roots from the unequal quantity of labeled examples in different classes (quantity imbalance), we argue that graph data expose a unique source of imbalance from the asymmetric topological properties of the labeled nodes, i.e., labeled nodes are not equal in terms of their structural role in the graph (topology imbalance). In this work, we first probe the previously unknown topology-imbalance issue, including its characteristics, causes, and threats to semi-supervised node classification learning. We then provide a unified view to jointly analyzing the quantity- and topology- imbalance issues by considering the node influence shift phenomenon with the Label Propagation algorithm. In light of our analysis, we devise an influence conflict detection -- based metric Totoro to measure the degree of graph topology imbalance and propose a model-agnostic method ReNode to address the topology-imbalance issue by re-weighting the influence of labeled nodes adaptively based on their relative positions to class boundaries. Systematic experiments demonstrate the effectiveness and generalizability of our method in relieving topology-imbalance issue and promoting semi-supervised node classification. The further analysis unveils varied sensitivity of different graph neural networks (GNNs) to topology imbalance, which may serve as a new perspective in evaluating GNN architectures.

📄 PDF Abstract BibTeX arXiv:2110.04099

Code (1)

victorchen96/renode 공식 구현 pytorch

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

NodeReg: Mitigating the Imbalance and Distribution Shift Effects in Semi-Supervised Node Classification via Norm Consistency

2025-03-05 · Shenzhi Yang, Jun Xia, Jingbo Zhou, Xingkai Yao 외

Aggregating information from neighboring nodes benefits graph neural networks (GNNs) in semi-supervised node classification tasks. Nevertheless, this mechanism also renders nodes susceptible to the influence of their nei…

Node Classification

Open-World Semi-Supervised Learning for Node Classification

2024-03-18 · Yanling Wang, Jing Zhang, Lingxi Zhang, Lixin Liu 외

Open-world semi-supervised learning (Open-world SSL) for node classification, that classifies unlabeled nodes into seen classes or multiple novel classes, is a practical but under-explored problem in the graph community.…

ClassificationContrastive LearningNode ClassificationOpen-World Semi-Supervised Learning

Synthetic Over-sampling for Imbalanced Node Classification with Graph Neural Networks

2022-06-10 · Tianxiang Zhao, Xiang Zhang, Suhang Wang

In recent years, graph neural networks (GNNs) have achieved state-of-the-art performance for node classification. However, most existing GNNs would suffer from the graph imbalance problem. In many real-world scenarios, n…

Node Classification

Graph Inference Learning for Semi-supervised Classification

2020-01-17 · ICLR 2020 1 · Chunyan Xu, Zhen Cui, Xiaobin Hong, Tong Zhang 외

In this work, we address semi-supervised classification of graph data, where the categories of those unlabeled nodes are inferred from labeled nodes as well as graph structures. Recent works often solve this problem via …

ClassificationGeneral ClassificationNode Classification

Rethinking Semi-Supervised Imbalanced Node Classification from Bias-Variance Decomposition

2023-10-28 · NeurIPS 2023 11 · Divin Yan, Gengchen Wei, Chen Yang, Shengzhong Zhang 외

This paper introduces a new approach to address the issue of class imbalance in graph neural networks (GNNs) for learning on graph-structured data. Our approach integrates imbalanced node classification and Bias-Variance…

Node Classification