paper-with-me

Papers

Imbalanced Graph Classification with Multi-scale Oversampling Graph Neural Networks

2024-05-08 · Rongrong Ma, Guansong Pang, Ling Chen

One main challenge in imbalanced graph classification is to learn expressive representations of the graphs in under-represented (minority) classes. Existing generic imbalanced learning methods, such as oversampling and imbalanced learning loss functions, can be adopted for enabling graph representation learning models to cope with this challenge. However, these methods often directly operate on the graph representations, ignoring rich discriminative information within the graphs and their interactions. To tackle this issue, we introduce a novel multi-scale oversampling graph neural network (MOSGNN) that learns expressive minority graph representations based on intra- and inter-graph semantics resulting from oversampled graphs at multiple scales - subgraph, graph, and pairwise graphs. It achieves this by jointly optimizing subgraph-level, graph-level, and pairwise-graph learning tasks to learn the discriminative information embedded within and between the minority graphs. Extensive experiments on 16 imbalanced graph datasets show that MOSGNN i) significantly outperforms five state-of-the-art models, and ii) offers a generic framework, in which different advanced imbalanced learning loss functions can be easily plugged in and obtain significantly improved classification performance.

📄 PDF Abstract BibTeX arXiv:2405.04903

Code (1)

rongrongma/mosgnn 공식 구현 pytorch

Tasks

Graph ClassificationGraph LearningGraph Neural NetworkGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

GAT-RWOS: Graph Attention-Guided Random Walk Oversampling for Imbalanced Data Classification

2024-12-20 · Zahiriddin Rustamov, Abderrahmane Lakas, Nazar Zaki

Class imbalance poses a significant challenge in machine learning (ML), often leading to biased models favouring the majority class. In this paper, we propose GAT-RWOS, a novel graph-based oversampling method that combin…

Graph Attentionimbalanced classification

Weakly Supervised-Based Oversampling for High Imbalance and High Dimensionality Data Classification

2020-09-29 · Min Qian, Yan-Fu Li

With the abundance of industrial datasets, imbalanced classification has become a common problem in several application domains. Oversampling is an effective method to solve imbalanced classification. One of the main cha…

ClassificationGeneral Classificationimbalanced classificationVocal Bursts Intensity Prediction+1

INGB: Informed Nonlinear Granular Ball Oversampling Framework for Noisy Imbalanced Classification

2023-07-03 · Min Li, Hao Zhou, Qun Liu, Yabin Shao 외

In classification problems, the datasets are usually imbalanced, noisy or complex. Most sampling algorithms only make some improvements to the linear sampling mechanism of the synthetic minority oversampling technique (S…

Anchor link predictionDiversityimbalanced classification

When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

2025-07-24 · Riting Xia, Rucong Wang, Yulin Liu, Anchen Li 외 arxiv

Class-imbalanced graph node classification is a practical yet underexplored research problem. Although recent studies have attempted to address this issue, they typically assume clean and reliable labels when processing …

Node Classification

LICIC: Less Important Components for Imbalanced Multiclass Classification

2018-12-09 · MDPI Information 2018 12 · Vincenzo Dentamaro, Donato Impedovo, Giuseppe Pirlo

Multiclass classification in cancer diagnostics, using DNA or Gene Expression Signatures, but also classification of bacteria species fingerprints in MALDI-TOF mass spectrometry data, is challenging because of imbalanced…

ClassificationGeneral Classification