CVAICYLGOct 18, 2022

Rethinking Bias Mitigation: Fairer Architectures Make for Fairer Face Recognition

arXiv:2210.09943v336 citationsh-index: 85Has Code
Originality Highly original
AI Analysis

This addresses bias in safety-critical applications like law enforcement by proposing a novel architectural approach, moving beyond incremental data-focused methods.

The paper tackles bias in face recognition systems by discovering that biases are inherent to neural network architectures, not just training data, and conducts the first neural architecture search for fairness, resulting in models that Pareto-dominate existing methods in accuracy and fairness on datasets like CelebA and VGGFace2, often by large margins.

Face recognition systems are widely deployed in safety-critical applications, including law enforcement, yet they exhibit bias across a range of socio-demographic dimensions, such as gender and race. Conventional wisdom dictates that model biases arise from biased training data. As a consequence, previous works on bias mitigation largely focused on pre-processing the training data, adding penalties to prevent bias from effecting the model during training, or post-processing predictions to debias them, yet these approaches have shown limited success on hard problems such as face recognition. In our work, we discover that biases are actually inherent to neural network architectures themselves. Following this reframing, we conduct the first neural architecture search for fairness, jointly with a search for hyperparameters. Our search outputs a suite of models which Pareto-dominate all other high-performance architectures and existing bias mitigation methods in terms of accuracy and fairness, often by large margins, on the two most widely used datasets for face identification, CelebA and VGGFace2. Furthermore, these models generalize to other datasets and sensitive attributes. We release our code, models and raw data files at https://github.com/dooleys/FR-NAS.

Code Implementations2 repos
Foundations

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

Your Notes