LGMar 28, 2025

Comparing Methods for Bias Mitigation in Graph Neural Networks

arXiv:2503.22569v12 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

It addresses bias in GNNs for more equitable AI systems, but is incremental as it compares existing methods.

This paper tackled bias mitigation in Graph Neural Networks (GNNs) by comparing three methods—data sparsification, feature modification, and synthetic data augmentation—using the german credit dataset, finding that stratified sampling and synthetic data augmentation with GraphSAGE improved fairness metrics like statistical parity while maintaining model performance.

This paper examines the critical role of Graph Neural Networks (GNNs) in data preparation for generative artificial intelligence (GenAI) systems, with a particular focus on addressing and mitigating biases. We present a comparative analysis of three distinct methods for bias mitigation: data sparsification, feature modification, and synthetic data augmentation. Through experimental analysis using the german credit dataset, we evaluate these approaches using multiple fairness metrics, including statistical parity, equality of opportunity, and false positive rates. Our research demonstrates that while all methods improve fairness metrics compared to the original dataset, stratified sampling and synthetic data augmentation using GraphSAGE prove particularly effective in balancing demographic representation while maintaining model performance. The results provide practical insights for developing more equitable AI systems while maintaining model performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes