paper-with-me

홈 › Papers

FairSIN: Achieving Fairness in Graph Neural Networks through Sensitive Information Neutralization

2024-03-19 · Cheng Yang, Jixi Liu, Yunhe Yan, Chuan Shi

Despite the remarkable success of graph neural networks (GNNs) in modeling graph-structured data, like other machine learning models, GNNs are also susceptible to making biased predictions based on sensitive attributes, such as race and gender. For fairness consideration, recent state-of-the-art (SOTA) methods propose to filter out sensitive information from inputs or representations, e.g., edge dropping or feature masking. However, we argue that such filtering-based strategies may also filter out some non-sensitive feature information, leading to a sub-optimal trade-off between predictive performance and fairness. To address this issue, we unveil an innovative neutralization-based paradigm, where additional Fairness-facilitating Features (F3) are incorporated into node features or representations before message passing. The F3 are expected to statistically neutralize the sensitive bias in node representations and provide additional nonsensitive information. We also provide theoretical explanations for our rationale, concluding that F3 can be realized by emphasizing the features of each node's heterogeneous neighbors (neighbors with different sensitive attributes). We name our method as FairSIN, and present three implementation variants from both data-centric and model-centric perspectives. Experimental results on five benchmark datasets with three different GNN backbones show that FairSIN significantly improves fairness metrics while maintaining high prediction accuracies.

📄 PDF Abstract BibTeX arXiv:2403.12474

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

Achieving Fairness Through Channel Pruning for Dermatological Disease Diagnosis

2024-05-14 · Qingpeng Kong, Ching-Hao Chiu, Dewen Zeng, Yu-Jen Chen 외

Numerous studies have revealed that deep learning-based medical image classification models may exhibit bias towards specific demographic attributes, such as race, gender, and age. Existing bias mitigation methods often …

Fairnessimage-classificationImage ClassificationMedical Image Classification

Fair Uncertainty Quantification for Depression Prediction

2025-05-08 · Yonghong Li, Xiuzhuang Zhou

Trustworthy depression prediction based on deep learning, incorporating both predictive reliability and algorithmic fairness across diverse demographic groups, is crucial for clinical application. Recently, achieving rel…

Conformal PredictionFairnessPredictionUncertainty Quantification+1

FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning

2024-12-14 · Renqiang Luo, Huafei Huang, Ivan Lee, Chengpei Xu 외

Recent studies have highlighted significant fairness issues in Graph Transformer (GT) models, particularly against subgroups defined by sensitive features. Additionally, GTs are computationally intensive and memory-deman…

Fairnessgraph partitioning

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

Model-Agnostic Fairness Regularization for GNNs with Incomplete Sensitive Information

2025-11-27 · Mahdi Tavassoli Kejani, Fadi Dornaika, Jean-Michel Loubes arxiv

Graph Neural Networks (GNNs) have demonstrated exceptional efficacy in relational learning tasks, including node classification and link prediction. However, their application raises significant fairness concerns, as GNN…

Node ClassificationLink Prediction