Skip to content

cleardusk/MFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Learning Meta Face Recognition in Unseen Domains

License: MIT

By Jianzhu Guo, Xiangyu Zhu, Chenxu Zhao, Dong Cao, Zhen Lei and Stan Z. Li.

[Todo]

  • Release the images of the GFR-R and GFR-V benchmark.
  • Release the evaluation code.

Introduction

This repo will release the two proposed benchmarks GFR-R and GFR-V in our paper. I hope the proposed benchmarks will attract researchers on Generalized Face Recognition problem. More details can be referred to our paper Learning Meta Face Recognition in Unseen Domains, accepted to CVPR2020.

GFR Problem

What is GFR (Generalized Face Recognition) problem?

In real-world applications of face recognition, the model trained on source domains DS is usually deployed in another domain DT with a different distribution. If the target domain DT is known and the data is accessible, it is categorized into domain adaptation for face recognition. If the target domain is unseen, it can be regarded as domain generalization for face recognition, and we call it Generalized Face Recognition, which is more common as the trained model is usually deployed in unknown scenarios and faced with unseen data. As shown below, the deployed model should be able to generalize to unseen domains without any updating or fine-tuning.

bounding box

GFR-R and GFR-V Benchmark

GFR-R is for crossing race evaluation and GFR-V is crossing facial variety, which means a large gap between source domains and target unseen domains. The involved datasets and protocols are shown in two tables below.

bounding box

bounding box

Our Method

Our proposed method are inspired by MAML, shown in the figure below.

bounding box

The meta-optimization procedure:

bounding box

Please see our paper for more details.

Citation

@article{guo2020learning,
    title   =   {Learning Meta Face Recognition in Unseen Domains},
    author  =   {Guo, Jianzhu and Zhu, Xiangyu and Zhao, Chenxu and Cao, Dong and Lei, Zhen and Li, Stan Z},
    journal =   {arXiv preprint arXiv:2003.07733},
    year    =   {2020}
}

Releases

No releases published

Packages

No packages published