All Projects → cleardusk → Mfr

cleardusk / Mfr

Learning Meta Face Recognition in Unseen Domains, CVPR, Oral, 2020

Projects that are alternatives of or similar to Mfr

meta-learning-progress
Repository to track the progress in Meta-Learning (MtL), including the datasets and the current state-of-the-art for the most common MtL problems.
Stars: ✭ 26 (-79.53%)
Mutual labels:  domain-adaptation, meta-learning
pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary research, part of the 🔥PyTorch ecosystem
Stars: ✭ 381 (+200%)
Mutual labels:  domain-adaptation, meta-learning
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+6577.95%)
Mutual labels:  domain-adaptation, meta-learning
Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (-76.38%)
Mutual labels:  face-recognition, meta-learning
Meta-SelfLearning
Meta Self-learning for Multi-Source Domain Adaptation: A Benchmark
Stars: ✭ 157 (+23.62%)
Mutual labels:  domain-adaptation, meta-learning
Multitask Learning
Awesome Multitask Learning Resources
Stars: ✭ 361 (+184.25%)
Mutual labels:  meta-learning, domain-adaptation
Meta Learning Bert
Meta learning with BERT as a learner
Stars: ✭ 52 (-59.06%)
Mutual labels:  meta-learning, domain-adaptation
Iros20 6d Pose Tracking
[IROS 2020] se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains
Stars: ✭ 113 (-11.02%)
Mutual labels:  domain-adaptation
Metarec
PyTorch Implementations For A Series Of Deep Learning-Based Recommendation Models (IN PROGRESS)
Stars: ✭ 120 (-5.51%)
Mutual labels:  meta-learning
Whoiscomingto.party
Simple Face Recognition Attendance System
Stars: ✭ 111 (-12.6%)
Mutual labels:  face-recognition
Meta Blocks
A modular toolbox for meta-learning research with a focus on speed and reproducibility.
Stars: ✭ 110 (-13.39%)
Mutual labels:  meta-learning
Maad Face
A face database with a large number of high-quality attribute annotations
Stars: ✭ 112 (-11.81%)
Mutual labels:  face-recognition
Metar Cnn
Meta R-CNN : Towards General Solver for Instance-level Low-shot Learning
Stars: ✭ 120 (-5.51%)
Mutual labels:  meta-learning
Deepface
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
Stars: ✭ 1,465 (+1053.54%)
Mutual labels:  face-recognition
Keita
My personal toolkit for PyTorch development.
Stars: ✭ 124 (-2.36%)
Mutual labels:  meta-learning
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+1067.72%)
Mutual labels:  face-recognition
Arcface Tf2
ArcFace unofficial Implemented in Tensorflow 2.0+ (ResNet50, MobileNetV2). "ArcFace: Additive Angular Margin Loss for Deep Face Recognition" Published in CVPR 2019. With Colab.
Stars: ✭ 124 (-2.36%)
Mutual labels:  face-recognition
Meta Learning Lstm Pytorch
pytorch implementation of Optimization as a Model for Few-shot Learning
Stars: ✭ 121 (-4.72%)
Mutual labels:  meta-learning
Dlib Face Recognition Android
Android app to demo dlib face recognition
Stars: ✭ 115 (-9.45%)
Mutual labels:  face-recognition
Monoculardepth Inference
Inference pipeline for the CVPR paper entitled "Real-Time Monocular Depth Estimation using Synthetic Data with Domain Adaptation via Image Style Transfer" (http://www.atapour.co.uk/papers/CVPR2018.pdf).
Stars: ✭ 115 (-9.45%)
Mutual labels:  domain-adaptation

Learning Meta Face Recognition in Unseen Domains

License: MIT HitCount

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].