paper-with-me

홈 › Papers

Graph Size-imbalanced Learning with Energy-guided Structural Smoothing

2024-12-23 · Jiawen Qin, Pengfeng Huang, Qingyun Sun, Cheng Ji, Xingcheng Fu, JianXin Li

Graph is a prevalent data structure employed to represent the relationships between entities, frequently serving as a tool to depict and simulate numerous systems, such as molecules and social networks. However, real-world graphs usually suffer from the size-imbalanced problem in the multi-graph classification, i.e., a long-tailed distribution with respect to the number of nodes. Recent studies find that off-the-shelf Graph Neural Networks (GNNs) would compromise model performance under the long-tailed settings. We investigate this phenomenon and discover that the long-tailed graph distribution greatly exacerbates the discrepancies in structural features. To alleviate this problem, we propose a novel energy-based size-imbalanced learning framework named \textbf{SIMBA}, which smooths the features between head and tail graphs and re-weights them based on the energy propagation. Specifically, we construct a higher-level graph abstraction named \textit{Graphs-to-Graph} according to the correlations between graphs to link independent graphs and smooths the structural discrepancies. We further devise an energy-based message-passing belief propagation method for re-weighting lower compatible graphs in the training process and further smooth local feature discrepancies. Extensive experimental results over five public size-imbalanced datasets demonstrate the superior effectiveness of the model for size-imbalanced graph classification tasks.

📄 PDF Abstract BibTeX arXiv:2412.17591

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Classification

Similar Papers 제목 키워드 기반

GraphSB: Boosting Imbalanced Node Classification on Graphs through Structural Balance

2025-11-13 · Chaofan Zhu, Xiaobing Rui, Zhixiao Wang arxiv

Imbalanced node classification is a critical challenge in graph learning, where most existing methods typically utilize Graph Neural Networks (GNNs) to learn node representations. These methods can be broadly categorized…

Node ClassificationGraph Learning

GraphSB: Boosting Imbalanced Node Classification on Graphs through Structural Balance

2026-01-27 · Zhixiao Wang, Chaofan Zhu, Qihan Feng, Jian Zhang 외 arxiv

Imbalanced node classification is a critical challenge in graph learning, where most existing methods typically utilize Graph Neural Networks (GNNs) to learn node representations. These methods can be broadly categorized…

Node ClassificationGraph Learning

Cluster-guided Contrastive Class-imbalanced Graph Classification

2024-12-17 · Wei Ju, Zhengyang Mao, Siyu Yi, Yifang Qin 외

This paper studies the problem of class-imbalanced graph classification, which aims at effectively classifying the graph categories in scenarios with imbalanced class distributions. While graph neural networks (GNNs) hav…

ClassificationContrastive LearningGraph Classification

Self-Guided Robust Graph Structure Refinement

2024-02-19 · Yeonjun In, Kanghoon Yoon, Kibum Kim, Kijung Shin 외

Recent studies have revealed that GNNs are vulnerable to adversarial attacks. To defend against such attacks, robust graph structure refinement (GSR) methods aim at minimizing the effect of adversarial edges based on nod…

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

2026-06-18 · Zhengyu Wu, Hongchao Qin, Xunkai Li, Zekai Chen 외 arxiv

MultiModal Federated Graph Learning (MM-FGL) offers a natural collaborative training paradigm, but its practical deployment is challenged by two granularities of modality imbalance. Client-level imbalance occurs when cer…

Graph Learning