CosFace: Large Margin Cosine Loss for Deep Face Recognition
About
Face recognition has made extraordinary progress owing to the advancement of deep convolutional neural networks (CNNs). The central task of face recognition, including face verification and identification, involves face feature discrimination. However, the traditional softmax loss of deep CNNs usually lacks the power of discrimination. To address this problem, recently several loss functions such as center loss, large margin softmax loss, and angular softmax loss have been proposed. All these improved losses share the same idea: maximizing inter-class variance and minimizing intra-class variance. In this paper, we propose a novel loss function, namely large margin cosine loss (LMCL), to realize this idea from a different perspective. More specifically, we reformulate the softmax loss as a cosine loss by $L_2$ normalizing both features and weight vectors to remove radial variations, based on which a cosine margin term is introduced to further maximize the decision margin in the angular space. As a result, minimum intra-class variance and maximum inter-class variance are achieved by virtue of normalization and cosine decision margin maximization. We refer to our model trained with LMCL as CosFace. Extensive experimental evaluations are conducted on the most popular public-domain face recognition datasets such as MegaFace Challenge, Youtube Faces (YTF) and Labeled Face in the Wild (LFW). We achieve the state-of-the-art performance on these benchmarks, which confirms the effectiveness of our proposed approach.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Person Re-Identification | Market 1501 | mAP62.8 | 999 | |
| Person Re-Identification | DukeMTMC-reID | Rank-1 Acc70.3 | 648 | |
| Face Verification | LFW | Mean Accuracy99.81 | 339 | |
| Image Retrieval | CUB-200-2011 (test) | Recall@167.3 | 251 | |
| Image Retrieval | Stanford Online Products (test) | Recall@177.4 | 220 | |
| Face Verification | AgeDB-30 | Accuracy98.17 | 204 | |
| Face Verification | CPLFW | Accuracy92.28 | 188 | |
| Face Verification | IJB-C | TAR @ FAR=0.01%96.37 | 173 | |
| Face Verification | LFW (test) | Verification Accuracy99.83 | 160 | |
| Face Verification | IJB-B | TAR (FAR=1e-4)94.8 | 152 |