paper-with-me

Papers

Improving Fairness in Graph Neural Networks via Counterfactual Debiasing

2025-08-20 · Zengyi Wo, Chang Liu, Yumeng Wang, Minglai Shao, Wenjun Wang 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. Moreover, bias in GNNs can be exacerbated by the graph structure and message-passing mechanisms. Recent cutting-edge methods propose mitigating bias by filtering out sensitive information from input or representations, like edge dropping or feature masking. Yet, we argue that such strategies may unintentionally eliminate non-sensitive features, leading to a compromised balance between predictive accuracy and fairness. To tackle this challenge, we present a novel approach utilizing counterfactual data augmentation for bias mitigation. This method involves creating diverse neighborhoods using counterfactuals before message passing, facilitating unbiased node representations learning from the augmented graph. Subsequently, an adversarial discriminator is employed to diminish bias in predictions by conventional GNN classifiers. Our proposed technique, Fair-ICD, ensures the fairness of GNNs under moderate conditions. Experiments on standard datasets using three GNN backbones demonstrate that Fair-ICD notably enhances fairness metrics while preserving high predictive performance.

📄 PDF Abstract BibTeX arXiv:2508.14683

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Debiasing Text Safety Classifiers through a Fairness-Aware Ensemble

2024-09-05 · Olivia Sturman, Aparna Joshi, Bhaktipriya Radharapu, Piyush Kumar 외

Increasing use of large language models (LLMs) demand performant guardrails to ensure the safety of inputs and outputs of LLMs. When these safeguards are trained on imbalanced data, they can learn the societal biases. We…

counterfactualFairness

All Should Be Equal in the Eyes of Language Models: Counterfactually Aware Fair Text Generation

2023-11-09 · Pragyan Banerjee, Abhinav Java, Surgan Jandial, Simra Shahid 외

Fairness in Language Models (LMs) remains a longstanding challenge, given the inherent biases in training data that can be perpetuated by models and affect the downstream tasks. Recent methods employ expensive retraining…

AllFairnessLanguage ModelingLanguage Modelling+1

Counterfactual Fair Opportunity: Measuring Decision Model Fairness with Counterfactual Reasoning

2023-02-16 · Giandomenico Cornacchia, Vito Walter Anelli, Fedelucio Narducci, Azzurra Ragone 외

The increasing application of Artificial Intelligence and Machine Learning models poses potential risks of unfair behavior and, in light of recent regulations, has attracted the attention of the research community. Sever…

counterfactualCounterfactual ReasoningFairness

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

Mitigating Gender Bias in Depression Detection via Counterfactual Inference

2025-12-01 · Mingxuan Hu, Hongbo Ma, Xinlan Wu, Ziqi Liu 외 arxiv

Audio-based depression detection models have demonstrated promising performance but often suffer from gender bias due to imbalanced training data. Epidemiological statistics show a higher prevalence of depression in fema…

Causal Inference