One for Two: A Unified Framework for Imbalanced Graph Classification via Dynamic Balanced Prototype
Abstract
Graph Neural Networks (GNNs) have advanced graph classification, yet they remain vulnerable to graph-level imbalance, encompassing class imbalance and topological imbalance. To address both types of imbalance in a unified manner, we propose UniImb, a Unified framework for Imbalanced graph classification. Specifically, UniImb first captures multi-scale topological features and enhances data diversity via learnable personalized graph perturbations. It then employs a dynamic balanced prototype module to learn representative prototypes from graph instances, improving the quality of graph representations. Concurrently, a prototype load-balancing optimization term mitigates dominance by majority samples to equalize sample influence during training. We justify these design choices theoretically using the Information Bottleneck principle. Extensive experiments on 19 datasets-including a large-scale imbalanced air pollution graph dataset AirGraph released by us and 23 baselines demonstrate that UniImb has achieved dominant performance across various imbalanced scenarios. Our code is available at GitHub.
Cite
Text
Wang et al. "One for Two: A Unified Framework for Imbalanced Graph Classification via Dynamic Balanced Prototype." International Conference on Learning Representations, 2026.Markdown
[Wang et al. "One for Two: A Unified Framework for Imbalanced Graph Classification via Dynamic Balanced Prototype." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/wang2026iclr-one/)BibTeX
@inproceedings{wang2026iclr-one,
title = {{One for Two: A Unified Framework for Imbalanced Graph Classification via Dynamic Balanced Prototype}},
author = {Wang, Guanjun and Wang, Binwu and Ma, Jiaming and Zhou, Zhengyang and Wang, Pengkun and Wang, Xu and Wang, Yang},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/wang2026iclr-one/}
}