paper-with-me

Papers

DCFace: Synthetic Face Generation with Dual Condition Diffusion Model

2023-04-14 · CVPR 2023 1 · Minchul Kim, Feng Liu, Anil Jain, Xiaoming Liu

Generating synthetic datasets for training face recognition models is challenging because dataset generation entails more than creating high fidelity images. It involves generating multiple images of same subjects under different factors (\textit{e.g.}, variations in pose, illumination, expression, aging and occlusion) which follows the real image conditional distribution. Previous works have studied the generation of synthetic datasets using GAN or 3D models. In this work, we approach the problem from the aspect of combining subject appearance (ID) and external factor (style) conditions. These two conditions provide a direct way to control the inter-class and intra-class variations. To this end, we propose a Dual Condition Face Generator (DCFace) based on a diffusion model. Our novel Patch-wise style extractor and Time-step dependent ID loss enables DCFace to consistently produce face images of the same subject under different styles with precise control. Face recognition models trained on synthetic images from the proposed DCFace provide higher verification accuracies compared to previous works by $6.11\%$ on average in $4$ out of $5$ test datasets, LFW, CFP-FP, CPLFW, AgeDB and CALFW. Code is available at https://github.com/mk-minchul/dcface

📄 PDF Abstract BibTeX arXiv:2304.07060

Code (1)

mk-minchul/dcface 공식 구현 jax

Tasks

Dataset GenerationFace GenerationFace RecognitionSynthetic Face Recognition

Methods 이 논문이 사용한 방법론

Test 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

TCDiff: Triple Condition Diffusion Model with 3D Constraints for Stylizing Synthetic Faces

2024-09-05 · Bernardo Biesseck, Pedro Vidal, Luiz Coelho, Roger Granada 외

A robust face recognition model must be trained using datasets that include a large number of subjects and numerous samples per subject under varying conditions (such as pose, expression, age, noise, and occlusion). Due …

2kFace RecognitionRobust Face RecognitionStyle Transfer

RDCFace: Radial Distortion Correction for Face Recognition

2020-06-01 · CVPR 2020 6 · He Zhao, Xianghua Ying, Yongjie Shi, Xin Tong 외

The effects of radial lens distortion often appear in wide-angle cameras of surveillance and safeguard systems, which may severely degrade performances of previous face recognition algorithms. Traditional methods for rad…

distortion correctionFace Recognition

On the Biometric Capacity of Generative Face Models

2023-08-03 · Vishnu Naresh Boddeti, Gautam Sreekumar, Arun Ross

There has been tremendous progress in generating realistic faces with high fidelity over the past few years. Despite this progress, a crucial question remains unanswered: "Given a generative face model, how many unique i…

Face Model

Second FRCSyn-onGoing: Winning Solutions and Post-Challenge Analysis to Improve Face Recognition with Synthetic Data

2024-12-02 · Ivan DeAndres-Tame, Ruben Tolosana, Pietro Melzi, Ruben Vera-Rodriguez 외

Synthetic data is gaining increasing popularity for face recognition technologies, mainly due to the privacy concerns and challenges associated with obtaining real data, including diverse scenarios, quality, and demograp…

Domain AdaptationFace Recognition

Second Edition FRCSyn Challenge at CVPR 2024: Face Recognition Challenge in the Era of Synthetic Data

2024-04-16 · Ivan DeAndres-Tame, Ruben Tolosana, Pietro Melzi, Ruben Vera-Rodriguez 외

Synthetic data is gaining increasing relevance for training machine learning models. This is mainly motivated due to several factors such as the lack of real data and intra-class variability, time and errors produced in …

BenchmarkingFace RecognitionSynthetic Face Recognition