Home

Awesome

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]

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 D<sub>S</sub> is usually deployed in another domain D<sub>T</sub> with a different distribution. If the target domain D<sub>T</sub> 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.

<p align="center"> <img src="imgs/GFR.jpg" alt="bounding box" width="640px"> </p>

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.

<p align="center"> <img src="imgs/GFR-datasets.png" alt="bounding box" width="800px"> </p> <p align="center"> <img src="imgs/GFR-protocols.png" alt="bounding box" height="300px"> </p>

Our Method

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

<p align="center"> <img src="imgs/method.jpg" alt="bounding box" width="960px"> </p>

The meta-optimization procedure:

<p align="center"> <img src="imgs/meta-opt.jpg" alt="bounding box" width="400"> </p>

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}
}
<!-- **This repo will keep updating.** -->