Recovering from Biased Data: Can Fairness Constraints Improve Accuracy?
Avrim Blum, Kevin Stangl
TL;DR
The paper addresses learning from biased training data by examining fairness constraints as a tool to improve accuracy. It shows that enforcing Equal Opportunity within ERM provably recovers the Bayes Optimal Classifier under wide Under-Representation and Labeling Bias models, while other notions such as Equalized Odds, Demographic Parity, and Calibration have restricted or harmful behavior in these settings. Re-Weighting can help in some bias regimes, but may fail under combined biases, underscoring that the choice of fairness intervention must align with the data-generation process. The results highlight that fairness constraints can enhance true accuracy on the uncorrupted distribution, offering a practical route to robust decision-making in the presence of biased data.
Abstract
Multiple fairness constraints have been proposed in the literature, motivated by a range of concerns about how demographic groups might be treated unfairly by machine learning classifiers. In this work we consider a different motivation; learning from biased training data. We posit several ways in which training data may be biased, including having a more noisy or negatively biased labeling process on members of a disadvantaged group, or a decreased prevalence of positive or negative examples from the disadvantaged group, or both. Given such biased training data, Empirical Risk Minimization (ERM) may produce a classifier that not only is biased but also has suboptimal accuracy on the true data distribution. We examine the ability of fairness-constrained ERM to correct this problem. In particular, we find that the Equal Opportunity fairness constraint (Hardt, Price, and Srebro 2016) combined with ERM will provably recover the Bayes Optimal Classifier under a range of bias models. We also consider other recovery methods including reweighting the training data, Equalized Odds, and Demographic Parity. These theoretical results provide additional motivation for considering fairness interventions even if an actor cares primarily about accuracy.
