Fair Loss: Margin-Aware Reinforcement Learning for Deep Face Recognition

Abstract

Recently, large-margin softmax loss methods, such as angular softmax loss (SphereFace), large margin cosine loss (CosFace), and additive angular margin loss (ArcFace), have demonstrated impressive performance on deep face recognition. These methods incorporate a fixed additive margin to all the classes, ignoring the class imbalance problem. However, imbalanced problem widely exists in various real-world face datasets, in which samples from some classes are in a higher number than others. We argue that the number of a class would influence its demand for the additive margin. In this paper, we introduce a new margin-aware reinforcement learning based loss function, namely fair loss, in which each class will learn an appropriate adaptive margin by Deep Q-learning. Specifically, we train an agent to learn a margin adaptive strategy for each class, and make the additive margins for different classes more reasonable. Our method has better performance than present large-margin loss functions on three benchmarks, Labeled Face in the Wild (LFW), Youtube Faces (YTF) and MegaFace, which demonstrates that our method could learn better face representation on imbalanced face datasets.

Cite

Text

Liu et al. "Fair Loss: Margin-Aware Reinforcement Learning for Deep Face Recognition." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.01015

Markdown

[Liu et al. "Fair Loss: Margin-Aware Reinforcement Learning for Deep Face Recognition." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/liu2019iccv-fair/) doi:10.1109/ICCV.2019.01015

BibTeX

@inproceedings{liu2019iccv-fair,
  title     = {{Fair Loss: Margin-Aware Reinforcement Learning for Deep Face Recognition}},
  author    = {Liu, Bingyu and Deng, Weihong and Zhong, Yaoyao and Wang, Mei and Hu, Jiani and Tao, Xunqiang and Huang, Yaohai},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.01015},
  url       = {https://mlanthology.org/iccv/2019/liu2019iccv-fair/}
}