Home

Awesome

VGGFace2 Extension

This repo contains a Keras implementation of the paper,

VGGFace2: A dataset for recognising faces across pose and age (Cao et al., FG 2018).

Dependencies

Data

The dataset used for the experiments are

Model

Keras Model (https://drive.google.com/file/d/1AHVpuB24lKAqNyRRjhX7ABlEor6ByZlS/view?usp=sharing),

Note:

This model is trained with a slightly different tight crops, but I have also tested on the tight crops (as we did in the paper), and am able to get similar results (on both IJBB and IJBC).

DatasetFeat dimPretrainTAR@FAR = 1e-5TAR@FAR = 1e-4TAR@FAR = 1e-3TAR@FAR = 1e-2TAR@FAR = 1e-1
IJBB512N0.640.780.880.940.98
IJBC512N0.720.820.900.950.98

Testing the model

To test a specific model on the IJB dataset, for example, the model trained with ResNet50 trained by sgd with softmax, and feature dimension 512

Citation

@InProceedings{Cao18,
  author       = "Q. Cao, L. Shen, W. Xie, O. M. Parkhi, A. Zisserman ",
  title        = "VGGFace2: A dataset for recognising face across pose and age",
  booktitle    = "International Conference on Automatic Face and Gesture Recognition, 2018.",
  year         = "2018",
}