paper-with-me

Papers

SynthDistill: Face Recognition with Knowledge Distillation from Synthetic Data

2023-08-28 · Hatef Otroshi Shahreza, Anjith George, Sébastien Marcel

State-of-the-art face recognition networks are often computationally expensive and cannot be used for mobile applications. Training lightweight face recognition models also requires large identity-labeled datasets. Meanwhile, there are privacy and ethical concerns with collecting and using large face recognition datasets. While generating synthetic datasets for training face recognition models is an alternative option, it is challenging to generate synthetic data with sufficient intra-class variations. In addition, there is still a considerable gap between the performance of models trained on real and synthetic data. In this paper, we propose a new framework (named SynthDistill) to train lightweight face recognition models by distilling the knowledge of a pretrained teacher face recognition model using synthetic data. We use a pretrained face generator network to generate synthetic face images and use the synthesized images to learn a lightweight student network. We use synthetic face images without identity labels, mitigating the problems in the intra-class variation generation of synthetic datasets. Instead, we propose a novel dynamic sampling strategy from the intermediate latent space of the face generator network to include new variations of the challenging images while further exploring new face images in the training batch. The results on five different face recognition datasets demonstrate the superiority of our lightweight model compared to models trained on previous synthetic datasets, achieving a verification accuracy of 99.52% on the LFW dataset with a lightweight network. The results also show that our proposed framework significantly reduces the gap between training with real and synthetic data. The source code for replicating the experiments is publicly released.

📄 PDF Abstract BibTeX arXiv:2308.14852

Code (2)

otroshi/synthdistill 공식 구현 pytorch
https://gitlab.idiap.ch/bob/bob.paper.ijcb2023_synthdistill 공식 구현

Tasks

Face RecognitionKnowledge DistillationLightweight Face RecognitionSynthetic Face Recognition

Similar Papers 제목 키워드 기반

How Knowledge Distillation Mitigates the Synthetic Gap in Fair Face Recognition

2024-08-30 · Pedro C. Neto, Ivona Colakovic, Sašo Karakatič, Ana F. Sequeira

Leveraging the capabilities of Knowledge Distillation (KD) strategies, we devise a strategy to fight the recent retraction of face recognition datasets. Given a pretrained Teacher model trained on a real dataset, we show…

Face RecognitionFairnessKnowledge Distillation

Efficient Low-Resolution Face Recognition via Bridge Distillation

2024-09-18 · Shiming Ge, Shengwei Zhao, Chenyu Li, Yu Zhang 외

Face recognition in the wild is now advancing towards light-weight models, fast inference speed and resolution-adapted capability. In this paper, we propose a bridge distillation approach to turn a complex face model pre…

CPUDataset DistillationFace ModelFace Recognition+3

Look Through Masks: Towards Masked Face Recognition with De-Occlusion Distillation

2024-09-19 · Chenyu Li, Shiming Ge, Daichi Zhang, Jia Li

Many real-world applications today like video surveillance and urban governance need to address the recognition of masked faces, where content replacement by diverse masks often brings in incomplete appearance and ambigu…

Face RecognitionFacial InpaintingGenerative Adversarial Network

Mask-invariant Face Recognition through Template-level Knowledge Distillation

2021-12-10 · Marco Huber, Fadi Boutros, Florian Kirchbuchner, Naser Damer

The emergence of the global COVID-19 pandemic poses new challenges for biometrics. Not only are contactless biometric identification options becoming more important, but face recognition has also recently been confronted…

Face RecognitionKnowledge Distillation

CoupleFace: Relation Matters for Face Recognition Distillation

2022-04-12 · Jiaheng Liu, Haoyu Qin, Yichao Wu, Jinyang Guo 외

Knowledge distillation is an effective method to improve the performance of a lightweight neural network (i.e., student model) by transferring the knowledge of a well-performed neural network (i.e., teacher model), which…

Face RecognitionKnowledge DistillationRelation