paper-with-me

홈 › Papers

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 GNNs can perpetuate and even amplify societal biases against protected groups defined by sensitive attributes such as race or gender. These biases are often inherent in the node features, structural topology, and message-passing mechanisms of the graph itself. A critical limitation of existing fairness-aware GNN methods is their reliance on the strong assumption that sensitive attributes are fully available for all nodes during training--a condition that poses a practical impediment due to privacy concerns and data collection constraints. To address this gap, we propose a novel, model-agnostic fairness regularization framework designed for the realistic scenario where sensitive attributes are only partially available. Our approach formalizes a fairness-aware objective function that integrates both equal opportunity and statistical parity as differentiable regularization terms. Through a comprehensive empirical evaluation across five real-world benchmark datasets, we demonstrate that the proposed method significantly mitigates bias across key fairness metrics while maintaining competitive node classification performance. Results show that our framework consistently outperforms baseline models in achieving a favorable fairness-accuracy trade-off, with minimal degradation in predictive accuracy. The datasets and source code will be publicly released at https://github.com/mtavassoli/GNN-FC.

📄 PDF Abstract BibTeX arXiv:2512.03074

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationLink Prediction

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

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

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

Addressing Fairness in Classification with a Model-Agnostic Multi-Objective Algorithm

2020-09-09 · Kirtan Padh, Diego Antognini, Emma Lejal Glaude, Boi Faltings 외

The goal of fairness in classification is to learn a classifier that does not discriminate against groups of individuals based on sensitive attributes, such as race and gender. One approach to designing fair algorithms i…

FairnessGeneral Classification

Fair Graph Representation Learning via Sensitive Attribute Disentanglement

2024-05-11 · Yuchang Zhu, Jintang Li, Zibin Zheng, Liang Chen

Group fairness for Graph Neural Networks (GNNs), which emphasizes algorithmic decisions neither favoring nor harming certain groups defined by sensitive attributes (e.g., race and gender), has gained considerable attenti…

AttributeDisentanglementFairnessGraph Representation Learning+1