LGMLFeb 11, 2021

Fairness-Aware PAC Learning from Corrupted Data

arXiv:2102.06004v322 citations
Originality Incremental advance
AI Analysis

This addresses robustness issues in fairness methods for real-world ML systems, particularly for underrepresented groups, but is incremental as it builds on existing fairness-aware learning frameworks.

The paper tackles the problem of fairness-aware learning under worst-case data corruption, showing that adversaries can force overly biased classifiers regardless of sample size, with excess bias increasing for underrepresented groups, and proves tight hardness results while demonstrating order-optimal guarantees for two algorithms.

Addressing fairness concerns about machine learning models is a crucial step towards their long-term adoption in real-world automated systems. While many approaches have been developed for training fair models from data, little is known about the robustness of these methods to data corruption. In this work we consider fairness-aware learning under worst-case data manipulations. We show that an adversary can in some situations force any learner to return an overly biased classifier, regardless of the sample size and with or without degrading accuracy, and that the strength of the excess bias increases for learning problems with underrepresented protected groups in the data. We also prove that our hardness results are tight up to constant factors. To this end, we study two natural learning algorithms that optimize for both accuracy and fairness and show that these algorithms enjoy guarantees that are order-optimal in terms of the corruption ratio and the protected groups frequencies in the large data limit.

Foundations

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

Your Notes