Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Mitigating Unwanted Biases with Adversarial Learning

About

Machine learning is a tool for building models that accurately represent input training data. When undesired biases concerning demographic groups are in the training data, well-trained models will reflect those biases. We present a framework for mitigating such biases by including a variable for the group of interest and simultaneously learning a predictor and an adversary. The input to the network X, here text or census data, produces a prediction Y, such as an analogy completion or income bracket, while the adversary tries to model a protected variable Z, here gender or zip code. The objective is to maximize the predictor's ability to predict Y while minimizing the adversary's ability to predict Z. Applied to analogy completion, this method results in accurate predictions that exhibit less evidence of stereotyping Z. When applied to a classification task using the UCI Adult (Census) Dataset, it results in a predictive model that does not lose much accuracy while achieving very close to equality of odds (Hardt, et al., 2016). The method is flexible and applicable to multiple definitions of fairness as well as a wide range of gradient-based learning models, including both regression and classification tasks.

Brian Hu Zhang, Blake Lemoine, Margaret Mitchell• 2018

Related benchmarks

TaskDatasetResultRank
Facial Attribute ClassificationCelebA (test)
Average Acc76.1
89
Dermatological disease classificationFitzpatrick-17k (test)
Precision50.6
24
Dermatological disease classificationISIC 2019
Precision69.1
24
Image ClassificationCIFAR-10S (test)
Accuracy62.49
17
Age ClassificationUTKFace (test)
Accuracy74.67
12
User categorizationPokec-z (test)
Accuracy67.5
9
Working environment predictionPokec-n (test)
Accuracy65.6
9
Fairness-aware ClassificationAdult
Training Time (min)3
7
Fairness-aware ClassificationCOMPAS
Training Time (min)3
7
Fairness-aware ClassificationJigsaw
Training Time (min)310
7
Showing 10 of 11 rows

Other info

Follow for update