The trainer supports various metric learning and classification loss functions. Use the following citations:
- Prototypical Networks: Snell et al. (2017)
- GE2E: Wan et al. (2018)
- Triplet loss: Schroff et al. (2015)
- AM-Softmax: Wang et al. (2018)
- AAM-Softmax: Deng et al. (2019)
@inproceedings{snell2017prototypical,
title={Prototypical networks for few-shot learning},
author={Snell, Jake and Swersky, Kevin and Zemel, Richard},
booktitle={Advances in Neural Information Processing Systems},
pages={4077--4087},
year={2017}
}
@inproceedings{wan2018generalized,
title={Generalized end-to-end loss for speaker verification},
author={Wan, Li and Wang, Quan and Papir, Alan and Moreno, Ignacio Lopez},
booktitle={IEEE International Conference on Acoustics, Speech and Signal Processing},
pages={4879--4883},
year={2018}
}
@inproceedings{schroff2015facenet,
title={Facenet: A unified embedding for face recognition and clustering},
author={Schroff, Florian and Kalenichenko, Dmitry and Philbin, James},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
pages={815--823},
year={2015}
}
@inproceedings{wang2018cosface,
title={Cosface: Large margin cosine loss for deep face recognition},
author={Wang, Hao and Wang, Yitong and Zhou, Zheng and Ji, Xing and Gong, Dihong and Zhou, Jingchao and Li, Zhifeng and Liu, Wei},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
pages={5265--5274},
year={2018}
}
@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={IEEE Conference on Computer Vision and Pattern Recognition},
pages={4690--4699},
year={2019}
}