Papers › Class-Imbalanced Graph Learning without Class Rebalancing

Class-Imbalanced Graph Learning without Class Rebalancing

27 Aug 2023arXiv:2308.14181archive 2025-07-28

Zhining Liu, Ruizhong Qiu, Zhichen Zeng, Hyunsik Yoo, David Zhou, Zhe Xu, Yada Zhu, Kommy Weldemariam, Jingrui He, Hanghang Tong

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.14181")

Code

Syntology Ran 17 of 19 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 16 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhiningliu1998/bat officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 17 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
16ran
2unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zhiningliu1998/bat. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adj_mse_loss zhiningliu1998/bat/baselines/graphsmote.py official repository ran fingerprinted MIT (permissive) · 21a723cc578ed155 · report
create_gat zhiningliu1998/bat/nets/gat.py official repository ran MIT (permissive) · 95760bbbf8a5f313 · report
create_gcn zhiningliu1998/bat/nets/gcn.py official repository ran MIT (permissive) · 4cea1d9ec9cc2c00 · report
create_sage zhiningliu1998/bat/nets/sage.py official repository ran MIT (permissive) · 79e06c40d53557a6 · report
focal_loss zhiningliu1998/bat/baselines/renode.py official repository ran · fixture could not drive it MIT (permissive) · 6ccd040c4ef8720b · report
get_device zhiningliu1998/bat/utils.py official repository ran fingerprinted MIT (permissive) · 0a88485c71725fa4 · report
get_ins_neighbor_dist zhiningliu1998/bat/baselines/graphens.py official repository ran MIT (permissive) · b12b543e5de0f826 · report
get_model zhiningliu1998/bat/utils.py official repository ran MIT (permissive) · 98058776b6c23bc4 · report
get_step_imbalanced_split_data zhiningliu1998/bat/data_utils.py official repository ran MIT (permissive) · a79704f24c380553 · report
get_weight zhiningliu1998/bat/baselines/reweight.py official repository ran MIT (permissive) · 5821da1111d3abeb · report
index2adj zhiningliu1998/bat/baselines/renode.py official repository ran MIT (permissive) · afbe8cadd27cfb04 · report
index2dense zhiningliu1998/bat/baselines/renode.py official repository ran MIT (permissive) · a4f5f19dedc1e493 · report
parse_args zhiningliu1998/bat/args.py official repository ran MIT (permissive) · 1b1b4c3047314015 · report
recon_upsample zhiningliu1998/bat/baselines/graphsmote.py official repository ran MIT (permissive) · 940042d001009524 · report
saliency_mixup zhiningliu1998/bat/baselines/graphens.py official repository ran MIT (permissive) · 5439e47e4ad4ea35 · report
sampling_idx_individual_dst zhiningliu1998/bat/baselines/graphens.py official repository ran MIT (permissive) · 301fa81caf73f05d · report
src_upsample zhiningliu1998/bat/baselines/graphsmote.py official repository ran MIT (permissive) · 2c2ac99298171352 · report
get_natural_imbalanced_split_data zhiningliu1998/bat/data_utils.py official repository unverified MIT (permissive) · 3d8498fea1e452e2 · report
load_data zhiningliu1998/bat/data_utils.py official repository unverified MIT (permissive) · 4fb3b99bd0ed491e · report

Tasks

ClassificationGraph LearningNode Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections