paper-with-me

홈 › Papers

One Fits All: Learning Fair Graph Neural Networks for Various Sensitive Attributes

2024-06-19 · Yuchang Zhu, Jintang Li, Yatao Bian, Zibin Zheng, Liang Chen

Recent studies have highlighted fairness issues in Graph Neural Networks (GNNs), where they produce discriminatory predictions against specific protected groups categorized by sensitive attributes such as race and age. While various efforts to enhance GNN fairness have made significant progress, these approaches are often tailored to specific sensitive attributes. Consequently, they necessitate retraining the model from scratch to accommodate changes in the sensitive attribute requirement, resulting in high computational costs. To gain deeper insights into this issue, we approach the graph fairness problem from a causal modeling perspective, where we identify the confounding effect induced by the sensitive attribute as the underlying reason. Motivated by this observation, we formulate the fairness problem in graphs from an invariant learning perspective, which aims to learn invariant representations across environments. Accordingly, we propose a graph fairness framework based on invariant learning, namely FairINV, which enables the training of fair GNNs to accommodate various sensitive attributes within a single training session. Specifically, FairINV incorporates sensitive attribute partition and trains fair GNNs by eliminating spurious correlations between the label and various sensitive attributes. Experimental results on several real-world datasets demonstrate that FairINV significantly outperforms state-of-the-art fairness approaches, underscoring its effectiveness. Our code is available via: https://github.com/ZzoomD/FairINV/.

📄 PDF Abstract BibTeX arXiv:2406.13544

Code (1)

zzoomd/fairinv 공식 구현 pytorch

Tasks

AllAttributeFairness

Similar Papers 제목 키워드 기반

Learning Fair Models without Sensitive Attributes: A Generative Approach

2022-03-30 · Huaisheng Zhu, Enyan Dai, Hui Liu, Suhang Wang

Most existing fair classifiers rely on sensitive attributes to achieve fairness. However, for many scenarios, we cannot obtain sensitive attributes due to privacy and legal issues. The lack of sensitive attributes challe…

AttributeFairness

Differentially Private and Fair Deep Learning: A Lagrangian Dual Approach

2020-09-26 · Cuong Tran, Ferdinando Fioretto, Pascal Van Hentenryck

A critical concern in data-driven decision making is to build models whose outcomes do not discriminate against some demographic groups, including gender, ethnicity, or age. To ensure non-discrimination in learning tasks…

Decision MakingDeep LearningFairness

Towards Fair Graph Neural Networks via Graph Counterfactual without Sensitive Attributes

2024-12-13 · Xuemin Wang, Tianlong Gu, Xuguang Bao, Liang Chang

Graph-structured data is ubiquitous in today's connected world, driving extensive research in graph analysis. Graph Neural Networks (GNNs) have shown great success in this field, leading to growing interest in developing…

AttributecounterfactualFairness

Fairness Without Demographics in Human-Centered Federated Learning

2024-04-30 · Shaily Roy, Harshit Sharma, Asif Salekin

Federated learning (FL) enables collaborative model training while preserving data privacy, making it suitable for decentralized human-centered AI applications. However, a significant research gap remains in ensuring fai…

FairnessFederated Learning

Fairness Under Demographic Scarce Regime

2023-07-24 · Patrik Joslin Kenfack, Samira Ebrahimi Kahou, Ulrich Aïvodji

Most existing works on fairness assume the model has full access to demographic information. However, there exist scenarios where demographic information is partially available because a record was not maintained through…

AttributeConformal PredictionFairness