LGOct 7, 2016

Equality of Opportunity in Supervised Learning

arXiv:1610.02413v15123 citations
AI Analysis

This addresses fairness in machine learning for decision-making systems, though it builds on existing oblivious measures and is incremental in its approach.

The paper tackles the problem of discrimination in supervised learning by proposing a criterion to adjust predictors to remove bias based on a sensitive attribute, and demonstrates its application to FICO credit scores.

We propose a criterion for discrimination against a specified sensitive attribute in supervised learning, where the goal is to predict some target based on available features. Assuming data about the predictor, target, and membership in the protected group are available, we show how to optimally adjust any learned predictor so as to remove discrimination according to our definition. Our framework also improves incentives by shifting the cost of poor classification from disadvantaged groups to the decision maker, who can respond by improving the classification accuracy. In line with other studies, our notion is oblivious: it depends only on the joint statistics of the predictor, the target and the protected attribute, but not on interpretation of individualfeatures. We study the inherent limits of defining and identifying biases based on such oblivious measures, outlining what can and cannot be inferred from different oblivious tests. We illustrate our notion using a case study of FICO credit scores.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes