Mitigating Bias in Facial Recognition Systems: Centroid Fairness Loss Optimization
Jean-Rémy Conti, Stéphan Clémençon
TL;DR
This work tackles bias in facial recognition by introducing a post-processing Centroid Fairness framework that aligns subgroup ROC behavior through pseudo-scores derived from class centroids. A lightweight Fairness Module transforms embeddings and learns updated centroids to produce scores whose FAR/FRR curves match a chosen reference group, via score transformations that quantify alignment. The Centroid Fairness Loss jointly optimizes FAR and FRR regression objectives with a carefully designed weighting scheme, enabling fairness improvements without retraining large FR models. Empirical results on diverse pre-trained models and datasets (e.g., ARCFace variants on RFW and FairFace) show meaningful reductions in bias (BFAR/BFRR) while maintaining competitive accuracy, supporting robust post-processing debiasing across architectures and data shifts.
Abstract
The urging societal demand for fair AI systems has put pressure on the research community to develop predictive models that are not only globally accurate but also meet new fairness criteria, reflecting the lack of disparate mistreatment with respect to sensitive attributes ($\textit{e.g.}$ gender, ethnicity, age). In particular, the variability of the errors made by certain Facial Recognition (FR) systems across specific segments of the population compromises the deployment of the latter, and was judged unacceptable by regulatory authorities. Designing fair FR systems is a very challenging problem, mainly due to the complex and functional nature of the performance measure used in this domain ($\textit{i.e.}$ ROC curves) and because of the huge heterogeneity of the face image datasets usually available for training. In this paper, we propose a novel post-processing approach to improve the fairness of pre-trained FR models by optimizing a regression loss which acts on centroid-based scores. Beyond the computational advantages of the method, we present numerical experiments providing strong empirical evidence of the gain in fairness and of the ability to preserve global accuracy.
