paper-with-me

Papers

Mitigating Gender Bias in Face Recognition Using the von Mises-Fisher Mixture Model

2022-10-24 · Jean-Rémy Conti, Nathan Noiry, Vincent Despiegel, Stéphane Gentric, Stéphan Clémençon

In spite of the high performance and reliability of deep learning algorithms in a wide range of everyday applications, many investigations tend to show that a lot of models exhibit biases, discriminating against specific subgroups of the population (e.g. gender, ethnicity). This urges the practitioner to develop fair systems with a uniform/comparable performance across sensitive groups. In this work, we investigate the gender bias of deep Face Recognition networks. In order to measure this bias, we introduce two new metrics, $\mathrm{BFAR}$ and $\mathrm{BFRR}$, that better reflect the inherent deployment needs of Face Recognition systems. Motivated by geometric considerations, we mitigate gender bias through a new post-processing methodology which transforms the deep embeddings of a pre-trained model to give more representation power to discriminated subgroups. It consists in training a shallow neural network by minimizing a Fair von Mises-Fisher loss whose hyperparameters account for the intra-class variance of each gender. Interestingly, we empirically observe that these hyperparameters are correlated with our fairness metrics. In fact, extensive numerical experiments on a variety of datasets show that a careful selection significantly reduces gender bias. The code used for the experiments can be found at https://github.com/JRConti/EthicalModule_vMF.

📄 PDF Abstract BibTeX arXiv:2210.13664

Code (1)

JRConti/EthicalModule_vMF 공식 구현 pytorch

Tasks

Face RecognitionFace VerificationFairness

Similar Papers 제목 키워드 기반

Towards Gender-Neutral Face Descriptors for Mitigating Bias in Face Recognition

2020-06-14 · Prithviraj Dhar, Joshua Gleason, Hossein Souri, Carlos D. Castillo 외

State-of-the-art deep networks implicitly encode gender information while being trained for face recognition. Gender is often viewed as an important attribute with respect to identifying faces. However, the implicit enco…

AttributeFace RecognitionFace VerificationGeneral Classification

PASS: Protected Attribute Suppression System for Mitigating Bias in Face Recognition

2021-08-09 · ICCV 2021 10 · Prithviraj Dhar, Joshua Gleason, Aniket Roy, Carlos D. Castillo 외

Face recognition networks encode information about sensitive attributes while being trained for identity classification. Such encoding has two major issues: (a) it makes the face representations susceptible to privacy le…

AttributeFace Recognition

Distill and De-bias: Mitigating Bias in Face Verification using Knowledge Distillation

2021-12-17 · Prithviraj Dhar, Joshua Gleason, Aniket Roy, Carlos D. Castillo 외

Face recognition networks generally demonstrate bias with respect to sensitive attributes like gender, skintone etc. For gender and skintone, we observe that the regions of the face that a network attends to vary by the …

AttributeFace RecognitionFace VerificationKnowledge Distillation

Unravelling the Effect of Image Distortions for Biased Prediction of Pre-trained Face Recognition Models

2021-08-14 · Puspita Majumdar, Surbhi Mittal, Richa Singh, Mayank Vatsa

Identifying and mitigating bias in deep learning algorithms has gained significant popularity in the past few years due to its impact on the society. Researchers argue that models trained on balanced datasets with good r…

Face Recognition

FaceSaliencyAug: Mitigating Geographic, Gender and Stereotypical Biases via Saliency-Based Data Augmentation

2024-10-17 · Teerath Kumar, Alessandra Mileo, Malika Bendechache

Geographical, gender and stereotypical biases in computer vision models pose significant challenges to their performance and fairness. {In this study, we present an approach named FaceSaliencyAug aimed at addressing the …

Data AugmentationDiversityFairness