paper-with-me

Papers

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

2021-12-17 · Prithviraj Dhar, Joshua Gleason, Aniket Roy, Carlos D. Castillo, P. Jonathon Phillips, Rama Chellappa

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 category of an attribute. This might contribute to bias. Building on this intuition, we propose a novel distillation-based approach called Distill and De-bias (D&D) to enforce a network to attend to similar face regions, irrespective of the attribute category. In D&D, we train a teacher network on images from one category of an attribute; e.g. light skintone. Then distilling information from the teacher, we train a student network on images of the remaining category; e.g., dark skintone. A feature-level distillation loss constrains the student network to generate teacher-like representations. This allows the student network to attend to similar face regions for all attribute categories and enables it to reduce bias. We also propose a second distillation step on top of D&D, called D&D++. Here, we distill the `un-biasedness' of the D&D network into a new student network, the D&D++ network, while training this new network on all attribute categories; e.g., both light and dark skintones. This helps us train a network that is less biased for an attribute, while obtaining higher face verification performance than D&D. We show that D&D++ outperforms existing baselines in reducing gender and skintone bias on the IJB-C dataset, while obtaining higher face verification performance than existing adversarial de-biasing methods. We evaluate the effectiveness of our proposed methods on two state-of-the-art face recognition networks: ArcFace and Crystalface.

📄 PDF Abstract BibTeX arXiv:2112.09786

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFace RecognitionFace VerificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

ArcFace ArcFace, or Additive Angular Margin Loss, is a loss function used in face recognition tasks. The softmax is traditionally used…

Similar Papers 제목 키워드 기반

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

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

Mitigating Bias with Words: Inducing Demographic Ambiguity in Face Recognition Templates by Text Encoding

2025-12-05 · Tahar Chettaoui, Naser Damer, Fadi Boutros arxiv

Face recognition (FR) systems are often prone to demographic biases, partially due to the entanglement of demographic-specific information with identity-relevant features in facial embeddings. This bias is extremely crit…

Face VerificationFace Recognition

Simon Says: Evaluating and Mitigating Bias in Pruned Neural Networks with Knowledge Distillation

2021-06-15 · Cody Blakeney, Nathaniel Huish, Yan Yan, Ziliang Zong

In recent years the ubiquitous deployment of AI has posed great concerns in regards to algorithmic bias, discrimination, and fairness. Compared to traditional forms of bias or discrimination caused by humans, algorithmic…

FairnessKnowledge Distillation

Mitigating Bias in Dataset Distillation

2024-06-06 · Justin Cui, Ruochen Wang, Yuanhao Xiong, Cho-Jui Hsieh

Dataset Distillation has emerged as a technique for compressing large datasets into smaller synthetic counterparts, facilitating downstream training tasks. In this paper, we study the impact of bias inside the original d…

Dataset CondensationDataset DistillationDensity Estimation