CVAIMar 16, 2021

Balancing Biases and Preserving Privacy on Balanced Faces in the Wild

arXiv:2103.09118v532 citationsHas Code
Originality Highly original
AI Analysis

This work addresses fairness and privacy issues in facial recognition for diverse populations, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles demographic biases in facial recognition models by introducing the Balanced Faces in the Wild dataset to measure performance across subgroups and proposes a domain adaptation scheme that boosts average performance while removing demographic knowledge to prevent biases and protect privacy, achieving results where subgroup classifiers can no longer learn from the adapted features.

There are demographic biases present in current facial recognition (FR) models. To measure these biases across different ethnic and gender subgroups, we introduce our Balanced Faces in the Wild (BFW) dataset. This dataset allows for the characterization of FR performance per subgroup. We found that relying on a single score threshold to differentiate between genuine and imposters sample pairs leads to suboptimal results. Additionally, performance within subgroups often varies significantly from the global average. Therefore, specific error rates only hold for populations that match the validation data. To mitigate imbalanced performances, we propose a novel domain adaptation learning scheme that uses facial features extracted from state-of-the-art neural networks. This scheme boosts the average performance and preserves identity information while removing demographic knowledge. Removing demographic knowledge prevents potential biases from affecting decision-making and protects privacy by eliminating demographic information. We explore the proposed method and demonstrate that subgroup classifiers can no longer learn from features projected using our domain adaptation scheme. For access to the source code and data, please visit https://github.com/visionjo/facerec-bias-bfw.

Code Implementations1 repo
Foundations

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

Your Notes