Additional Baseline Metrics for the paper "Extended YouTube Faces: a Dataset for Heterogeneous Open-Set Face Identification"
Claudio Ferrari, Stefano Berretti, Alberto Del Bimbo

TL;DR
This paper provides corrected and extended evaluation metrics for the 'Extended YouTube Faces' dataset, addressing previous labeling errors and offering new insights into face identification performance.
Contribution
It introduces corrected labels, redefined evaluation protocols, and additional metrics for the dataset, enhancing the reliability of face recognition assessments.
Findings
Corrected dataset labels and identities
Extended evaluation with standard metrics
Reproduced and improved recognition results
Abstract
In this report, we provide additional and corrected results for the paper "Extended YouTube Faces: a Dataset for Heterogeneous Open-Set Face Identification". After further investigations, we discovered and corrected wrongly labeled images and incorrect identities. This forced us to re-generate the evaluation protocol for the new data; in doing so, we also reproduced and extended the experimental results with other standard metrics and measures used in the literature. The reader can refer to the original paper for additional details regarding the data collection procedure and recognition pipeline.
| Template | Net | Rank@1 | Rank@10 | TAR@FAR | TAR@FAR | TAR@FAR | TAR@FAR |
|---|---|---|---|---|---|---|---|
| Single | VggFace | ||||||
| AlexNet | |||||||
| Half | VggFace | ||||||
| AlexNet | |||||||
| All | VggFace | ||||||
| AlexNet |
| Template | Net | FPIR | FPIR | FPIR |
|---|---|---|---|---|
| Single | VggFace | |||
| AlexNet | ||||
| Half | VggFace | |||
| AlexNet | ||||
| All | VggFace | |||
| AlexNet |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Biometric Identification and Security
Additional Baseline Metrics for the paper
“Extended YouTube Faces: a Dataset for Heterogeneous Open-Set Face Identification”
Claudio Ferrari, Stefano Berretti, Alberto Del Bimbo
Media Integration and Communication Center (MICC)
Department of Information Engineering, University of Florence, Italy
{claudio.ferrari,stefano.berretti,alberto.delbimbo}@unifi.it
Abstract
In this report, we provide additional and corrected results for the paper “Extended YouTube Faces: a Dataset for Heterogeneous Open-Set Face Identification” [1].111The dataset, metadata and protocols are available at https://www.micc.unifi.it/resources/datasets/e-ytf/ After further investigations, we discovered and corrected wrongly labeled images and incorrect identities. This forced us to re-generate the evaluation protocol for the new data; in doing so, we also reproduced and extended the experimental results with other standard metrics and measures used in the literature. The reader can refer to [1] for additional details regarding the data collection procedure and recognition pipeline.
Appendix A Statistics, Protocols and Metrics
A-A Statistics
In this appendix, we report the updated statistics of the corrected dataset; identities out of the original have been retained, for a total of still images. This is the final number resulting after the filtering procedure. Identities from the original dataset which were less well-known, resulted in uncertain web searches and most of the downloaded images associated to such individuals were wrong. Motivated by the goal of building an open-set protocol, we decided to discard the identities which were considered to contain too many errors. The average number of images per identity is , with a minimum of image and a maximum of images. The average video sequence length is instead frames, with a minimum of frames and a maximum of .
A-B Protocols
The evaluation is to be carried out on 10 splits. For each split, we divide the data into train and test set randomly shuffling the identities, i.e., identities in the train set do not appear in the test set. Following previous works [4], of the identities have been included in the train set, while the remaining constitutes the test set. The train set contains both still images and video frames, while the test set is in turn divided in a probe set and gallery sets; the latter contain templates of still images (one template per identity), which are defined based on the number of images used to build the template: (i) Single: templates of single images, which are selected randomly; (ii) Half: templates of half of the total images of the subject, chosen randomly; (iii) All: all the available images of the subject are used to build the templates. This aspect is relevant to deepen the impact of differently sized templates in the matching. The probe set is instead made up of the video sequences. The search is conducted at video-level, i.e., the decision is taken considering the whole sequence.
The latter setup is used both for the closed-set and the open-set protocols. In the closed-set, the probe identities coincide with the gallery ones; in the open-set, all the identities of the original dataset are used. In this way, some probe subjects do not have a mate in the gallery. Note that in the open-set protocol, the additional probe identities are also disjoint from the training set. In the closed-set, for each split K video frames are used to search into the galleries, which include K, K and images, respectively, for the All, Half and Single cases. In the open-set, instead, the probe frames are K. In Table I the evaluation setups of some identification benchmark datasets are reported in comparison with the proposed E-YTF.
A-C Metrics
In addition to the metrics reported in [1], i.e., CMC and ROC curves for the closed-set, IET curve for the open-set, in this report we provide additional measures commonly used in literature. More specifically:
A-C1 Closed-set
we report Rank@1, Rank@10 recognition rates and True Acceptance Rate (TAR) for different False Acceptance Rates (FAR).
A-C2 Open-set
we report True Positive Identification Rate (TPIR) for different False Positive Identification Rate (FPIR). This measure is widely employed to assess the accuracy of the model with respect to its robustness in rejecting impostors. FPIR is computed over K searches, each involving imagery from a person who is known to not to be present in the enrolled gallery, and is defined as the proportion of searches with any candidates at or above/below a score/distance threshold . In order to compare different approaches, performance are computed at fixed FPIR values on the impostor candidates. The threshold is selected such that the FPIR is below the fixed rates, and is then used on the test set to filter the impostors and rank the probe queries. The TPIR is expressed in terms of Rank@1 recognition;
A-D Pipeline
Both the still images and the video sequences come along with bounding box annotations, thus the detection step was skipped. Following the guidelines in [2], the provided bounding boxes were enlarged so as to include the whole head and the alignment step was bypassed too. The face crops and their horizontally flipped version were then fed to two different pre-trained CNN architectures to extract feature descriptors; the final descriptor is obtained as the average of the two. We employed the publicly available VggFace model [6] and the AlexNet architecture [5], trained as in [2]. For each video sequence in the probe set, we computed the average descriptor from all the frames. The motivation for this is two-fold: first, the YTF video sequences are rather short and thus the variability in the appearance is supposed to be limited; in this sense, it also helps in attenuating the effect of outliers. Secondly, it allows a much faster matching procedure.
Finally, we employed the cosine distance to match probe and gallery. Being the gallery composed of templates, one needs to derive a single scalar value from all the distances computed between the video sequences and each image in the templates. All the following reported results are presented in terms of the “min+mean“ distance metric as described in [2].
Appendix B Closed-set Recognition Results
In Table II and Figure 1, we report results as a function of the gallery template sizes for the AlexNet and VggFace architectures. Results evidence that the gallery template size has a noticeable impact on the performance; the additional images in the “half“ and ‘all” cases provide significant information, while the system still struggles in handling a single gallery image. Matching heterogeneous data adds further difficulty to the protocol, with the best reported result of at Rank@1 recognition rate.
Appendix C Open-set Recognition Results
Table III and Figure 2 report results for the open-set protocol, in terms of TPIR at different FPIR rates and IET performance curve. Outcomes for this protocol evidence the difficulty of handling such a large number of impostor identities (), posing further challenges in open-set face recognition.
Appendix D Conclusions
In this short report, we corrected and integrated baseline results for the proposed “Extended YouTube Faces” dataset [1], adding standard evaluation metrics to ease the comparison with other datasets and approaches.
Appendix E Acknowledgments
The Titan Xp used for this research was donated by the NVIDIA Corporation.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Claudio Ferrari, Stefano Berretti, and Alberrto Del Bimbo. Extended youtube faces: a dataset for heterogeneous open-set face identification. In 2018 24th International Conference on Pattern Recognition (ICPR) , pages 3408–3413. IEEE, 2018.
- 2[2] Claudio Ferrari, Giuseppe Lisanti, Stefano Berretti, and Alberto Del Bimbo. Investigating nuisances in dcnn-based face recognition. IEEE Transactions on Image Processing , 27(11):5638–5651, 2018.
- 3[3] I. Kemelmacher-Shlizerman, S. M. Seitz, D. Miller, and E. Brossard. The megaface benchmark: 1 million faces for recognition at scale. In IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) , pages 4873–4882, June 2016.
- 4[4] B. F. Klare, B. Klein, E. Taborsky, A. Blanton, J. Cheney, K. Allen, P. Grother, A. Mah, M. Burge, and A. K. Jain. Pushing the frontiers of unconstrained face detection and recognition: Iarpa janus benchmark a. In IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) , pages 1931–1939, June 2015.
- 5[5] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Image Net classification with deep convolutional neural networks. In Int. Conf. on Advances in Neural Information Processing Systems (NIPS) , pages 1097–1105, 2012.
- 6[6] Omkar M. Parkhi, Andrea Vedaldi, and Andrew Zisserman. Deep face recognition. In British Machine Vision Conf. (BMVC) , volume 1, page 6, 2015.
- 7[7] C. Whitelam, E. Taborsky, A. Blanton, B. Maze, J. Adams, T. Miller, N. Kalka, A. K. Jain, J. A. Duncan, K. Allen, J. Cheney, and P. Grother. Iarpa janus benchmark-b face dataset. In IEEE Conf. on Computer Vision and Pattern Recognition Workshops , pages 592–600, 2017.
