SV-X-Softmax is a new loss function, which adaptively emphasizes the mis-classified feature vectors to guide the discriminative feature learning. For more details, one can refer to our paper: \ "Mis-classifided Vector Guided Softmax Loss for Face Recognition" arxiv \ In AAAI Conference on Artificial Intelligence (AAAI) 2020, Oral Presentation. \ \ Thank Shifeng Zhang and Shuo Wang for their helpful discussion and suggestion.
This is an implementation of our SV-X-Softmax loss by Pytorch library. The repository contains the fc_layers.py and loss.py The old version: "Support Vector Guided Softmax Loss for Face Recognition" arxiv \ is implemented by Caffe library and does not remove the overlaps between training set and test set. The performance comparsion may not be fair in the old version.
The original training set is MS-Celeb-1M-v1c, which constains 86,876 identities. However, in face recognition, it is very important to perform open-set evaluation, i.e., there should be no overlapping identities between training set and test set. In that way, we use the publicly available script to remove 14,186 identities from the training set MS-Celeb-1M-v1c. For clarity, we donate the refined training dataset as MS-Celeb-1M-v1c-R.
The AttentionNet-IRSE network used in our paper is derived from the papers:
If you find SV-X-Softmax helps your research, please cite our paper: