mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
25 lines
831 B
Markdown
25 lines
831 B
Markdown
## Angular Margin Loss for Deep Face Recognition
|
|
|
|
### Citation
|
|
|
|
If you find this project useful in your research, please consider to cite the following related papers:
|
|
|
|
```
|
|
|
|
@inproceedings{deng2019arcface,
|
|
title={Arcface: Additive angular margin loss for deep face recognition},
|
|
author={Deng, Jiankang and Guo, Jia and Xue, Niannan and Zafeiriou, Stefanos},
|
|
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
|
|
pages={4690--4699},
|
|
year={2019}
|
|
}
|
|
|
|
@inproceedings{deng2020subcenter,
|
|
title={Sub-center ArcFace: Boosting Face Recognition by Large-scale Noisy Web Faces},
|
|
author={Deng, Jiankang and Guo, Jia and Liu, Tongliang and Gong, Mingming and Zafeiriou, Stefanos},
|
|
booktitle={Proceedings of the IEEE Conference on European Conference on Computer Vision},
|
|
year={2020}
|
|
}
|
|
|
|
```
|