LGAIMLDec 2, 2019

Recovering from Biased Data: Can Fairness Constraints Improve Accuracy?

arXiv:1912.01094v296 citations
Originality Incremental advance
AI Analysis

This addresses the issue of suboptimal accuracy due to data bias for practitioners in machine learning, offering a theoretical justification for fairness interventions even when accuracy is the primary concern.

The paper tackles the problem of learning from biased training data, showing that fairness constraints like Equal Opportunity combined with Empirical Risk Minimization can provably recover the Bayes Optimal Classifier under various bias models, improving accuracy on the true data distribution.

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.

Foundations

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

Your Notes