Loss Function Search for Face Recognition

Abstract

In face recognition, designing margin-based (\emph{e.g.}, angular, additive, additive angular margins) softmax loss functions plays an important role to learn discriminative features. However, these hand-crafted heuristic methods may be sub-optimal because they require much effort to explore the large design space. Recently, an AutoML for loss function search method AM-LFS has been derived, which leverages reinforcement learning to search loss functions during the training process. But its search space is complex and unstable that hindering its superiority. In this paper, we first analyze that the key to enhance the feature discrimination is actually \textbf{how to reduce the softmax probability}. We then design a unified formulation for the current margin-based softmax losses. Accordingly, we define a novel search space and develop a reward-guided search method to automatically obtain the best candidate. Experimental results on a variety of face recognition benchmarks have demonstrated the effectiveness of our method over the state-of-the-art alternatives.

Cite

Text

Wang et al. "Loss Function Search for Face Recognition." International Conference on Machine Learning, 2020.

Markdown

[Wang et al. "Loss Function Search for Face Recognition." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/wang2020icml-loss/)

BibTeX

@inproceedings{wang2020icml-loss,
  title     = {{Loss Function Search for Face Recognition}},
  author    = {Wang, Xiaobo and Wang, Shuo and Chi, Cheng and Zhang, Shifeng and Mei, Tao},
  booktitle = {International Conference on Machine Learning},
  year      = {2020},
  pages     = {10029-10038},
  volume    = {119},
  url       = {https://mlanthology.org/icml/2020/wang2020icml-loss/}
}