paper-with-me

Papers

Say No to the Discrimination: Learning Fair Graph Neural Networks with Limited Sensitive Attribute Information

2020-09-03 · Enyan Dai, Suhang Wang

Graph neural networks (GNNs) have shown great power in modeling graph structured data. However, similar to other machine learning models, GNNs may make predictions biased on protected sensitive attributes, e.g., skin color and gender. Because machine learning algorithms including GNNs are trained to reflect the distribution of the training data which often contains historical bias towards sensitive attributes. In addition, the discrimination in GNNs can be magnified by graph structures and the message-passing mechanism. As a result, the applications of GNNs in sensitive domains such as crime rate prediction would be largely limited. Though extensive studies of fair classification have been conducted on i.i.d data, methods to address the problem of discrimination on non-i.i.d data are rather limited. Furthermore, the practical scenario of sparse annotations in sensitive attributes is rarely considered in existing works. Therefore, we study the novel and important problem of learning fair GNNs with limited sensitive attribute information. FairGNN is proposed to eliminate the bias of GNNs whilst maintaining high node classification accuracy by leveraging graph structures and limited sensitive information. Our theoretical analysis shows that FairGNN can ensure the fairness of GNNs under mild conditions given limited nodes with known sensitive attributes. Extensive experiments on real-world datasets also demonstrate the effectiveness of FairGNN in debiasing and keeping high accuracy.

📄 PDF Abstract BibTeX arXiv:2009.01454

Code (2)

EnyanDai/FairGNN 공식 구현 pytorch
xiaolin-cs/bemap pytorch

Tasks

AttributeFairnessGeneral ClassificationNode Classification

Similar Papers 제목 키워드 기반

Improving Fairness in Graph Neural Networks via Mitigating Sensitive Attribute Leakage

2022-06-07 · Yu Wang, Yuying Zhao, Yushun Dong, Huiyuan Chen 외

Graph Neural Networks (GNNs) have shown great power in learning node representations on graphs. However, they may inherit historical prejudices from training data, leading to discriminatory bias in predictions. Although …

AttributeFairnessGraph Neural NetworkRepresentation Learning

Position: Beyond Sensitive Attributes, ML Fairness Should Quantify Structural Injustice via Social Determinants

2025-08-10 · Zeyu Tang, Alex John London, Atoosa Kasirzadeh, Sarah Stewart de Ramirez 외 arxiv

Algorithmic fairness research has largely framed unfairness as discrimination along sensitive attributes. However, this approach limits visibility into unfairness as structural injustice instantiated through social deter…

FairLISA: Fair User Modeling with Limited Sensitive Attributes Information

2023-09-21 · NeurIPS 2023 11

User modeling techniques profile users' latent characteristics (e.g., preference) from their observed behaviors, and play a crucial role in decision-making. Unfortunately, traditional user models may unconsciously captur…

Towards Assumption-free Bias Mitigation

2023-07-09 · Chia-Yuan Chang, Yu-Neng Chuang, Kwei-Herng Lai, Xiaotian Han 외

Despite the impressive prediction ability, machine learning models show discrimination towards certain demographics and suffer from unfair prediction behaviors. To alleviate the discrimination, extensive studies focus on…

Predictionvalid

Causal Multi-Level Fairness

2020-10-14 · Vishwali Mhasawade, Rumi Chunara

Algorithmic systems are known to impact marginalized groups severely, and more so, if all sources of bias are not considered. While work in algorithmic fairness to-date has primarily focused on addressing discrimination …

AttributeCausal InferenceFairness