paper-with-me

Papers

Learning Fair Node Representations with Graph Counterfactual Fairness

2022-01-10 · Jing Ma, Ruocheng Guo, Mengting Wan, Longqi Yang, Aidong Zhang, Jundong Li

Fair machine learning aims to mitigate the biases of model predictions against certain subpopulations regarding sensitive attributes such as race and gender. Among the many existing fairness notions, counterfactual fairness measures the model fairness from a causal perspective by comparing the predictions of each individual from the original data and the counterfactuals. In counterfactuals, the sensitive attribute values of this individual had been modified. Recently, a few works extend counterfactual fairness to graph data, but most of them neglect the following facts that can lead to biases: 1) the sensitive attributes of each node's neighbors may causally affect the prediction w.r.t. this node; 2) the sensitive attributes may causally affect other features and the graph structure. To tackle these issues, in this paper, we propose a novel fairness notion - graph counterfactual fairness, which considers the biases led by the above facts. To learn node representations towards graph counterfactual fairness, we propose a novel framework based on counterfactual data augmentation. In this framework, we generate counterfactuals corresponding to perturbations on each node's and their neighbors' sensitive attributes. Then we enforce fairness by minimizing the discrepancy between the representations learned from the original graph and the counterfactuals for each node. Experiments on both synthetic and real-world graphs show that our framework outperforms the state-of-the-art baselines in graph counterfactual fairness, and also achieves comparable prediction performance.

📄 PDF Abstract BibTeX arXiv:2201.03662

Code (1)

jma712/gear pytorch

Tasks

AttributecounterfactualData AugmentationFairness

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Towards Fair Graph Neural Networks via Graph Counterfactual

2023-07-10 · Zhimeng Guo, Jialiang Li, Teng Xiao, Yao Ma 외

Graph neural networks have shown great ability in representation (GNNs) learning on graphs, facilitating various tasks. Despite their great performance in modeling graphs, recent works show that GNNs tend to inherit and …

counterfactualFairnessGraph LearningNode Classification

Improving Fairness in Graph Neural Networks via Counterfactual Debiasing

2025-08-20 · Zengyi Wo, Chang Liu, Yumeng Wang, Minglai Shao 외 arxiv

Graph Neural Networks (GNNs) have been successful in modeling graph-structured data. However, similar to other machine learning models, GNNs can exhibit bias in predictions based on attributes like race and gender. Moreo…

Data Augmentation

Homophily-aware Supervised Contrastive Counterfactual Augmented Fair Graph Neural Network

2026-02-08 · Mahdi Tavassoli Kejani, Fadi Dornaika, Charlotte Laclau, Jean-Michel Loubes arxiv

In recent years, Graph Neural Networks (GNNs) have achieved remarkable success in tasks such as node classification, link prediction, and graph representation learning. However, they remain susceptible to biases that can…

Graph Representation LearningGraph Neural NetworkNode ClassificationLink Prediction

Finding Counterfactual Evidences for Node Classification

2025-05-16 · Dazhuo Qiu, Jinwen Chen, Arijit Khan, Yan Zhao 외

Counterfactual learning is emerging as an important paradigm, rooted in causality, which promises to alleviate common issues of graph neural networks (GNNs), such as fairness and interpretability. However, as in many rea…

ClassificationcounterfactualFairnessNode Classification

Towards counterfactual fairness through auxiliary variables

2024-12-06 · Bowei Tian, Ziyao Wang, Shwai He, Wanghao Ye 외

The challenge of balancing fairness and predictive accuracy in machine learning models, especially when sensitive attributes such as race, gender, or age are considered, has motivated substantial research in recent years…

counterfactualFairness