Disparity, Inequality, and Accuracy Tradeoffs in Graph Neural Networks for Node Classification
Arpit Merchant, Carlos Castillo

TL;DR
This paper investigates biases in graph neural networks for node classification, proposing two interventions to mitigate disparities while balancing accuracy, and benchmarks their effectiveness across multiple datasets and models.
Contribution
Introduces two GNN-agnostic interventions, PFR-AX and PostProcess, to reduce bias and improve fairness in node classification tasks.
Findings
PFR-AX decreases bias but may affect accuracy.
PostProcess reduces error rate disparities.
No single method is universally optimal for fairness-accuracy tradeoff.
Abstract
Graph neural networks (GNNs) are increasingly used in critical human applications for predicting node labels in attributed graphs. Their ability to aggregate features from nodes' neighbors for accurate classification also has the capacity to exacerbate existing biases in data or to introduce new ones towards members from protected demographic groups. Thus, it is imperative to quantify how GNNs may be biased and to what extent their harmful effects may be mitigated. To this end, we propose two new GNN-agnostic interventions namely, (i) PFR-AX which decreases the separability between nodes in protected and non-protected groups, and (ii) PostProcess which updates model predictions based on a blackbox policy to minimize differences between error rates across demographic groups. Through a large set of experiments on four datasets, we frame the efficacies of our approaches (and three…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Health, Environment, Cognitive Aging
