Understanding Gender and Racial Disparities in Image Recognition Models
Rohan Mahadev, Anindya Chakravarti

TL;DR
This paper investigates gender and racial disparities in image recognition models trained on large datasets, analyzing how different loss functions affect fairness and proposing interpretability methods to understand model mistakes.
Contribution
It explores the impact of using multi-label softmax loss versus binary cross-entropy on fairness in image classification, with analysis on the Inclusive Images and MR2 datasets.
Findings
Multi-label softmax loss affects demographic fairness.
Model activations reveal sources of bias.
Potential fixes for fairness disparities are suggested.
Abstract
Large scale image classification models trained on top of popular datasets such as Imagenet have shown to have a distributional skew which leads to disparities in prediction accuracies across different subsections of population demographics. A lot of approaches have been made to solve for this distributional skew using methods that alter the model pre, post and during training. We investigate one such approach - which uses a multi-label softmax loss with cross-entropy as the loss function instead of a binary cross-entropy on a multi-label classification problem on the Inclusive Images dataset which is a subset of the OpenImages V6 dataset. We use the MR2 dataset, which contains images of people with self-identified gender and race attributes to evaluate the fairness in the model outcomes and try to interpret the mistakes by looking at model activations and suggest possible fixes.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Generative Adversarial Networks and Image Synthesis
MethodsSoftmax
