paper-with-me

홈 › Papers

Mitigate Bias in Face Recognition using Skewness-Aware Reinforcement Learning

2019-11-25 · Mei Wang, Weihong Deng

Racial equality is an important theme of international human rights law, but it has been largely obscured when the overall face recognition accuracy is pursued blindly. More facts indicate racial bias indeed degrades the fairness of recognition system and the error rates on non-Caucasians are usually much higher than Caucasians. To encourage fairness, we introduce the idea of adaptive margin to learn balanced performance for different races based on large margin losses. A reinforcement learning based race balance network (RL-RBN) is proposed. We formulate the process of finding the optimal margins for non-Caucasians as a Markov decision process and employ deep Q-learning to learn policies for an agent to select appropriate margin by approximating the Q-value function. Guided by the agent, the skewness of feature scatter between races can be reduced. Besides, we provide two ethnicity aware training datasets, called BUPT-Globalface and BUPT-Balancedface dataset, which can be utilized to study racial bias from both data and algorithm aspects. Extensive experiments on RFW database show that RL-RBN successfully mitigates racial bias and learns more balanced performance for different races.

📄 PDF Abstract BibTeX arXiv:1911.10692

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionFairnessQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Mitigating Bias in Face Recognition Using Skewness-Aware Reinforcement Learning

2020-06-01 · CVPR 2020 6 · Mei Wang, Weihong Deng

Racial equality is an important theme of international human rights law, but it has been largely obscured when the overall face recognition accuracy is pursued blindly. More facts indicate racial bias indeed degrades the…

Face RecognitionFairnessQ-Learningreinforcement-learning+2

Meta Balanced Network for Fair Face Recognition

2022-05-13 · Mei Wang, Yaobin Zhang, Weihong Deng

Although deep face recognition has achieved impressive progress in recent years, controversy has arisen regarding discrimination based on skin tone, questioning their deployment into real-world scenarios. In this paper, …

Face RecognitionMeta-Learning

TSRE: Channel-Aware Typical Set Refinement for Out-of-Distribution Detection

2025-11-19 · Weijun Gao, Rundong He, Jinyang Dong, Yongshun Gong arxiv

Out-of-Distribution (OOD) detection is a critical capability for ensuring the safe deployment of machine learning models in open-world environments, where unexpected or anomalous inputs can compromise model reliability a…

Out-of-Distribution Detection

Mitigating Face Recognition Bias via Group Adaptive Classifier

2020-06-13 · CVPR 2021 1 · Sixue Gong, Xiaoming Liu, Anil K. Jain

Face recognition is known to exhibit bias - subjects in a certain demographic group can be better recognized than other groups. This work aims to learn a fair face representation, where faces of every group could be more…

Face Recognition

Bias Mitigation in Face Recognition via Demographic-based Supervised Contrastive Learning

2026-08-13 · Yu Linghu, Salman Mohammad, Xinyi Zhang, Manuel Günther arxiv

Face recognition systems have been shown to be biased toward certain demographic groups by exhibiting different error rates across gender, age, or ethnicity. Though the imbalance of the training data with respect to thes…

Contrastive LearningFace Recognition