Class-Imbalanced Graph Learning Without Class Rebalancing
Abstract
Class imbalance is prevalent in real-world node classification tasks and poses great challenges for graph learning models. Most existing studies are rooted in a class-rebalancing (CR) perspective and address class imbalance with class-wise reweighting or resampling. In this work, we approach the root cause of class-imbalance bias from an topological paradigm. Specifically, we theoretically reveal two fundamental phenomena in the graph topology that greatly exacerbate the predictive bias stemming from class imbalance. On this basis, we devise a lightweight topological augmentation framework BAT to mitigate the class-imbalance bias without class rebalancing. Being orthogonal to CR, BAT can function as an efficient plug-and-play module that can be seamlessly combined with and significantly boost existing CR techniques. Systematic experiments on real-world imbalanced graph learning tasks show that BAT can deliver up to 46.27% performance gain and up to 72.74% bias reduction over existing techniques. Code, examples, and documentations are available at https://github.com/ZhiningLiu1998/BAT.
Cite
Text
Liu et al. "Class-Imbalanced Graph Learning Without Class Rebalancing." International Conference on Machine Learning, 2024.Markdown
[Liu et al. "Class-Imbalanced Graph Learning Without Class Rebalancing." International Conference on Machine Learning, 2024.](https://mlanthology.org/icml/2024/liu2024icml-classimbalanced/)BibTeX
@inproceedings{liu2024icml-classimbalanced,
title = {{Class-Imbalanced Graph Learning Without Class Rebalancing}},
author = {Liu, Zhining and Qiu, Ruizhong and Zeng, Zhichen and Yoo, Hyunsik and Zhou, David and Xu, Zhe and Zhu, Yada and Weldemariam, Kommy and He, Jingrui and Tong, Hanghang},
booktitle = {International Conference on Machine Learning},
year = {2024},
pages = {31747-31772},
volume = {235},
url = {https://mlanthology.org/icml/2024/liu2024icml-classimbalanced/}
}