paper-with-me

홈 › Papers

Migrate Demographic Group For Fair GNNs

2023-06-07 · YanMing Hu, Tianchi Liao, Jialong Chen, Jing Bian, Zibin Zheng, Chuan Chen

Graph Neural networks (GNNs) have been applied in many scenarios due to the superior performance of graph learning. However, fairness is always ignored when designing GNNs. As a consequence, biased information in training data can easily affect vanilla GNNs, causing biased results toward particular demographic groups (divided by sensitive attributes, such as race and age). There have been efforts to address the fairness issue. However, existing fair techniques generally divide the demographic groups by raw sensitive attributes and assume that are fixed. The biased information correlated with raw sensitive attributes will run through the training process regardless of the implemented fair techniques. It is urgent to resolve this problem for training fair GNNs. To tackle this problem, we propose a brand new framework, FairMigration, which can dynamically migrate the demographic groups instead of keeping that fixed with raw sensitive attributes. FairMigration is composed of two training stages. In the first stage, the GNNs are initially optimized by personalized self-supervised learning, and the demographic groups are adjusted dynamically. In the second stage, the new demographic groups are frozen and supervised learning is carried out under the constraints of new demographic groups and adversarial training. Extensive experiments reveal that FairMigration balances model performance and fairness well.

📄 PDF Abstract BibTeX arXiv:2306.04212

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessGraph LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

The Devil is in the Data: Learning Fair Graph Neural Networks via Partial Knowledge Distillation

2023-11-29 · Yuchang Zhu, Jintang Li, Liang Chen, Zibin Zheng

Graph neural networks (GNNs) are being increasingly used in many high-stakes tasks, and as a result, there is growing attention on their fairness recently. GNNs have been shown to be unfair as they tend to make discrimin…

FairnessKnowledge Distillation

Grad2Fair: A Gradient-driven Approach for Graph Fairness without Demographics

2026-07-16 · Yuchang Zhu, Zezhong Xie, Huizhe Zhang, Huazhen Zhong 외 arxiv

Graph neural networks (GNNs) frequently encounter group fairness issues, often yielding biased predictions against specific demographic groups defined by sensitive attributes such as gender or race. While this challenge …

Adversarial Attacks on Fairness of Graph Neural Networks

2023-10-20 · Binchi Zhang, Yushun Dong, Chen Chen, Yada Zhu 외

Fairness-aware graph neural networks (GNNs) have gained a surge of attention as they can reduce the bias of predictions on any demographic group (e.g., female) in graph-based applications. Although these methods greatly …

Fairness

Rethinking Fair Graph Neural Networks from Re-balancing

2024-07-16 · ZHIXUN LI, Yushun Dong, Qiang Liu, Jeffrey Xu Yu

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 differe…

counterfactualFairnessGraph Neural Network

ComFairGNN: Community Fair Graph Neural Network

2024-11-07 · Yonas Sium, Qi Li

Graph Neural Networks (GNNs) have become the leading approach for addressing graph analytical problems in various real-world scenarios. However, GNNs may produce biased predictions against certain demographic subgroups d…

FairnessGraph Neural Network