paper-with-me

홈 › Papers

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 attention. In particular, the objective of group fairness is to ensure that the decisions made by GNNs are independent of the sensitive attribute. To achieve this objective, most existing approaches involve eliminating sensitive attribute information in node representations or algorithmic decisions. However, such ways may also eliminate task-related information due to its inherent correlation with the sensitive attribute, leading to a sacrifice in utility. In this work, we focus on improving the fairness of GNNs while preserving task-related information and propose a fair GNN framework named FairSAD. Instead of eliminating sensitive attribute information, FairSAD enhances the fairness of GNNs via Sensitive Attribute Disentanglement (SAD), which separates the sensitive attribute-related information into an independent component to mitigate its impact. Additionally, FairSAD utilizes a channel masking mechanism to adaptively identify the sensitive attribute-related component and subsequently decorrelates it. Overall, FairSAD minimizes the impact of the sensitive attribute on GNN outcomes rather than eliminating sensitive attributes, thereby preserving task-related information associated with the sensitive attribute. Furthermore, experiments conducted on several real-world datasets demonstrate that FairSAD outperforms other state-of-the-art methods by a significant margin in terms of both fairness and utility performance. Our source code is available at https://github.com/ZzoomD/FairSAD.

📄 PDF Abstract BibTeX arXiv:2405.07011

Code (1)

zzoomd/fairsad 공식 구현 pytorch

Tasks

AttributeDisentanglementFairnessGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

FairREAD: Re-fusing Demographic Attributes after Disentanglement for Fair Medical Image Classification

2024-12-20 · Yicheng Gao, Jinkui Hao, Bo Zhou

Recent advancements in deep learning have shown transformative potential in medical imaging, yet concerns about fairness persist due to performance disparities across demographic subgroups. Existing methods aim to addres…

DiagnosticDisentanglementFairnessimage-classification+2

Flexibly Fair Representation Learning by Disentanglement

2019-06-06 · Elliot Creager, David Madras, Jörn-Henrik Jacobsen, Marissa A. Weis 외

We consider the problem of learning representations that achieve group and subgroup fairness with respect to multiple sensitive attributes. Taking inspiration from the disentangled representation learning literature, we …

DisentanglementFairnessGeneral ClassificationRepresentation Learning

Enhancing Fairness in Unsupervised Graph Anomaly Detection through Disentanglement

2024-06-03 · Wenjing Chang, Kay Liu, Philip S. Yu, Jianjun Yu

Graph anomaly detection (GAD) is increasingly crucial in various applications, ranging from financial fraud detection to fake news detection. However, current GAD methods largely overlook the fairness problem, which migh…

Anomaly DetectionDecision MakingDisentanglementFairness+5

Model Debiasing via Gradient-based Explanation on Representation

2023-05-20 · Jindi Zhang, Luning Wang, Dan Su, Yongxiang Huang 외

Machine learning systems produce biased results towards certain demographic groups, known as the fairness problem. Recent approaches to tackle this problem learn a latent code (i.e., representation) through disentangled …

DisentanglementFairnessmodelRepresentation Learning

CAD-VAE: Leveraging Correlation-Aware Latents for Comprehensive Fair Disentanglement

2025-03-11 · Chenrui Ma, Rongchang Zhao, Xi Xiao, Hongyang Xie 외

While deep generative models have significantly advanced representation learning, they may inherit or amplify biases and fairness issues by encoding sensitive attributes alongside predictive features. Enforcing strict in…

DisentanglementFairnessRepresentation Learning