Skip to content

New baselines

Tiago de Freitas Pereira requested to merge tf-arcface into master

Included two new baselines trained with ArcFace head These two were trained by myself using MSCeleb.

resnet50-msceleb-arcface-2021

=====================  ================  =================
..                     Development       Evaluation
=====================  ================  =================
Failure to Acquire     0.0%              0.0%
False Match Rate       0.5% (299/57960)  0.4% (531/147630)
False Non Match Rate   0.5% (13/2520)    1.5% (59/3990)
False Accept Rate      0.5%              0.4%
False Reject Rate      0.5%              1.5%
Half Total Error Rate  0.5%              0.9%
=====================  ================  =================

mobilenetv2-msceleb-arcface-2021

[Min. criterion: EER ] Threshold on Development set `/idiap/temp/tpereira/temp/mobilenetv2-mobio-male/scores-dev`: -9.859437e-01
=====================  ================  ==================
..                     Development       Evaluation
=====================  ================  ==================
Failure to Acquire     0.0%              0.0%
False Match Rate       1.1% (621/57960)  1.0% (1534/147630)
False Non Match Rate   1.1% (27/2520)    2.5% (100/3990)
False Accept Rate      1.1%              1.0%
False Reject Rate      1.1%              2.5%
Half Total Error Rate  1.1%              1.8%
=====================  ================  ==================

To use it do in a FR experiment do:

bob bio pipelines vanilla-biometrics <database> resnet50-msceleb-arcface-2021 ....

Merge request reports