https://github.com/cleardusk/mfr
Learning Meta Face Recognition in Unseen Domains, CVPR, Oral, 2020
https://github.com/cleardusk/mfr
cvpr-2020 domain-adaptation domain-generalization face-recognition meta-learning
Last synced: 7 months ago
JSON representation
Learning Meta Face Recognition in Unseen Domains, CVPR, Oral, 2020
- Host: GitHub
- URL: https://github.com/cleardusk/mfr
- Owner: cleardusk
- Created: 2020-03-17T14:16:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T09:19:06.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T06:41:47.451Z (8 months ago)
- Topics: cvpr-2020, domain-adaptation, domain-generalization, face-recognition, meta-learning
- Size: 947 KB
- Stars: 147
- Watchers: 20
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learning Meta Face Recognition in Unseen Domains
[](LICENSE)
By [Jianzhu Guo](https://me.guojianzhu.com), [Xiangyu Zhu](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/), [Chenxu Zhao](https://www.linkedin.com/in/chenxu-zhao-b66844107/), Dong Cao, [Zhen Lei](http://www.cbsr.ia.ac.cn/users/zlei/) and [Stan Z. Li](http://www.cbsr.ia.ac.cn/users/szli/).
**\[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](https://me.guojianzhu.com/assets/pdfs/05997.pdf), 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.
![]()
### 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.
![]()
![]()
### Our Method
Our proposed method are inspired by MAML, shown in the figure below.
![]()
The meta-optimization procedure:
![]()
Please see [our paper](https://me.guojianzhu.com/assets/pdfs/05997.pdf) 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}
}