paper-with-me

Papers

Towards Fair Graph Neural Networks via Graph Counterfactual

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

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 amplify the bias from training data, causing concerns of the adoption of GNNs in high-stake scenarios. Hence, many efforts have been taken for fairness-aware GNNs. However, most existing fair GNNs learn fair node representations by adopting statistical fairness notions, which may fail to alleviate bias in the presence of statistical anomalies. Motivated by causal theory, there are several attempts utilizing graph counterfactual fairness to mitigate root causes of unfairness. However, these methods suffer from non-realistic counterfactuals obtained by perturbation or generation. In this paper, we take a causal view on fair graph learning problem. Guided by the casual analysis, we propose a novel framework CAF, which can select counterfactuals from training data to avoid non-realistic counterfactuals and adopt selected counterfactuals to learn fair node representations for node classification task. Extensive experiments on synthetic and real-world datasets show the effectiveness of CAF. Our code is available at https://github.com/TimeLovercc/CAF-GNN.

📄 PDF Abstract BibTeX arXiv:2307.04937

Code (1)

timelovercc/caf-gnn 공식 구현 pytorch

Tasks

counterfactualFairnessGraph LearningNode Classification

Methods 이 논문이 사용한 방법론

fail 설명 없음
Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Learning Fair Node Representations with Graph Counterfactual Fairness

2022-01-10 · Jing Ma, Ruocheng Guo, Mengting Wan, Longqi Yang 외

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 fairn…

AttributecounterfactualData AugmentationFairness

Counterfactual Fairness Is Basically Demographic Parity

2022-08-07 · Lucas Rosenblatt, R. Teal Witter

Making fair decisions is crucial to ethically implementing machine learning algorithms in social settings. In this work, we consider the celebrated definition of counterfactual fairness [Kusner et al., NeurIPS, 2017]. We…

counterfactualFairness

Mitigating topology biases in Graph Diffusion via Counterfactual Intervention

2026-03-02 · Wendi Wang, Jiaxi Yang, Yongkang Du, Lu Lin arxiv

Graph diffusion models have gained significant attention in graph generation tasks, but they often inherit and amplify topology biases from sensitive attributes (e.g. gender, age, region), leading to unfair synthetic gra…

Graph Generation

Causal Context Connects Counterfactual Fairness to Robust Prediction and Group Fairness

2023-10-30 · NeurIPS 2023 11 · Jacy Reese Anthis, Victor Veitch

Counterfactual fairness requires that a person would have been classified in the same way by an AI or other algorithmic system if they had a different protected class, such as a different race or gender. This is an intui…

counterfactualFairness

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