paper-with-me

Papers

Improving Fairness in Graph Neural Networks via Mitigating Sensitive Attribute Leakage

2022-06-07 · Yu Wang, Yuying Zhao, Yushun Dong, Huiyuan Chen, Jundong Li, Tyler Derr

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 some work has developed fair GNNs, most of them directly borrow fair representation learning techniques from non-graph domains without considering the potential problem of sensitive attribute leakage caused by feature propagation in GNNs. However, we empirically observe that feature propagation could vary the correlation of previously innocuous non-sensitive features to the sensitive ones. This can be viewed as a leakage of sensitive information which could further exacerbate discrimination in predictions. Thus, we design two feature masking strategies according to feature correlations to highlight the importance of considering feature propagation and correlation variation in alleviating discrimination. Motivated by our analysis, we propose Fair View Graph Neural Network (FairVGNN) to generate fair views of features by automatically identifying and masking sensitive-correlated features considering correlation variation after feature propagation. Given the learned fair views, we adaptively clamp weights of the encoder to avoid using sensitive-related features. Experiments on real-world datasets demonstrate that FairVGNN enjoys a better trade-off between model utility and fairness. Our code is publicly available at https://github.com/YuWVandy/FairVGNN.

📄 PDF Abstract BibTeX arXiv:2206.03426

Code (1)

yuwvandy/fairvgnn 공식 구현 pytorch

Tasks

AttributeFairnessGraph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Fairness without the sensitive attribute via Causal Variational Autoencoder

2021-09-10 · Vincent Grari, Sylvain Lamprier, Marcin Detyniecki

In recent years, most fairness strategies in machine learning models focus on mitigating unwanted biases by assuming that the sensitive information is observed. However this is not always possible in practice. Due to pri…

AttributeFairness

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

Evaluating and Mitigating Gender Bias in Pre-trained Embeddings for ML-based Recruitment

2026-07-22 · Farnaz Faramarzi Lighvan, Lynn Houthuys arxiv

AI-based recruitment systems that rely on machine learning models trained on historical CV data, risk perpetuating and amplifying social biases. A key challenge arises in unstructured CV text, where pre-trained language …

Causally Disentangled Contrastive Learning for Multilingual Speaker Embeddings

2026-02-01 · Mariëtte Olijslager, Seyed Sahand Mohammadi Ziabari, Ali Mohammed Mansoor Alsahag arxiv

Self-supervised speaker embeddings are widely used in speaker verification systems, but prior work has shown that they often encode sensitive demographic attributes, raising fairness and privacy concerns. This paper inve…

Contrastive LearningSpeaker Verification

MAPPING: Debiasing Graph Neural Networks for Fair Node Classification with Limited Sensitive Information Leakage

2024-01-23 · Ying Song, Balaji Palanisamy

Despite remarkable success in diverse web-based applications, Graph Neural Networks(GNNs) inherit and further exacerbate historical discrimination and social stereotypes, which critically hinder their deployments in high…

AttributeFairnessGraph LearningNode Classification