Rethinking Fair Graph Neural Networks from Re-balancing
Zhixun Li, Yushun Dong, Qiang Liu, Jeffrey Xu Yu

TL;DR
This paper introduces FairGB, a simple yet effective re-balancing approach for fair graph neural networks that improves fairness and utility without complex architectural changes, using counterfactual data augmentation and contribution reweighting.
Contribution
The paper proposes a novel re-balancing method for GNN fairness, combining counterfactual node mixup and contribution alignment loss, achieving state-of-the-art results.
Findings
FairGB outperforms existing methods on benchmark datasets.
The approach improves both fairness and utility metrics.
Counterfactual data augmentation enhances debiasing effectiveness.
Abstract
Driven by the powerful representation ability of Graph Neural Networks (GNNs), plentiful GNN models have been widely deployed in many real-world applications. Nevertheless, due to distribution disparities between different demographic groups, fairness in high-stake decision-making systems is receiving increasing attention. Although lots of recent works devoted to improving the fairness of GNNs and achieved considerable success, they all require significant architectural changes or additional loss functions requiring more hyper-parameter tuning. Surprisingly, we find that simple re-balancing methods can easily match or surpass existing fair GNN methods. We claim that the imbalance across different demographic groups is a significant source of unfairness, resulting in imbalanced contributions from each group to the parameters updating. However, these simple re-balancing methods have their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Ethics and Social Impacts of AI
MethodsGraph Neural Network · Mixup
