paper-with-me

홈 › Papers

SFace: Privacy-friendly and Accurate Face Recognition using Synthetic Data

2022-06-21 · Fadi Boutros, Marco Huber, Patrick Siebke, Tim Rieber, Naser Damer

Recent deep face recognition models proposed in the literature utilized large-scale public datasets such as MS-Celeb-1M and VGGFace2 for training very deep neural networks, achieving state-of-the-art performance on mainstream benchmarks. Recently, many of these datasets, e.g., MS-Celeb-1M and VGGFace2, are retracted due to credible privacy and ethical concerns. This motivates this work to propose and investigate the feasibility of using a privacy-friendly synthetically generated face dataset to train face recognition models. Towards this end, we utilize a class-conditional generative adversarial network to generate class-labeled synthetic face images, namely SFace. To address the privacy aspect of using such data to train a face recognition model, we provide extensive evaluation experiments on the identity relation between the synthetic dataset and the original authentic dataset used to train the generative model. Our reported evaluation proved that associating an identity of the authentic dataset to one with the same class label in the synthetic dataset is hardly possible. We also propose to train face recognition on our privacy-friendly dataset, SFace, using three different learning strategies, multi-class classification, label-free knowledge transfer, and combined learning of multi-class classification and knowledge transfer. The reported evaluation results on five authentic face benchmarks demonstrated that the privacy-friendly synthetic dataset has high potential to be used for training face recognition models, achieving, for example, a verification accuracy of 91.87\% on LFW using multi-class classification and 99.13\% using the combined learning strategy.

📄 PDF Abstract BibTeX arXiv:2206.10520

Code (1)

fdbtrs/sface-privacy-friendly-and-accurate-face-recognition-using-synthetic-data 공식 구현 pytorch

Tasks

Face RecognitionGenerative Adversarial NetworkMulti-class ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

GB-CosFace: Rethinking Softmax-based Face Recognition from the Perspective of Open Set Classification

2021-11-22 · Lizhe Liu, Mingqiang Chen, Xiaohao Chen, Siyu Zhu 외

State-of-the-art face recognition methods typically take the multi-classification pipeline and adopt the softmax-based loss for optimization. Although these methods have achieved great success, the softmax-based loss has…

ClassificationFace Recognitionopen-set classificationTAR

Privacy-Preserving Face Recognition Using Trainable Feature Subtraction

2024-03-19 · CVPR 2024 1 · Yuxi Mi, Zhizhou Zhong, Yuge Huang, Jiazhen Ji 외

The widespread adoption of face recognition has led to increasing privacy concerns, as unauthorized access to face images can expose sensitive personal information. This paper explores face image protection against viewi…

Face RecognitionImage CompressionPrivacy Preserving

IronMask: Modular Architecture for Protecting Deep Face Template

2021-04-06 · CVPR 2021 1 · Sunpill Kim, Yunseong Jeong, Jinsu Kim, Jungkon Kim 외

Convolutional neural networks have made remarkable progress in the face recognition field. The more the technology of face recognition advances, the greater discriminative features into a face template. However, this inc…

BinarizationFace RecognitionTAR

SFace: Sigmoid-Constrained Hypersphere Loss for Robust Face Recognition

2022-05-24 · IEEE Transactions on Image Processing 2021 1 · Yaoyao Zhong, Weihong Deng, Jiani Hu, Dongyue Zhao 외

Deep face recognition has achieved great success due to large-scale training databases and rapidly developing loss functions. The existing algorithms devote to realizing an ideal idea: minimizing the intra-class distance…

Face RecognitionRobust Face Recognition

MassFace: an efficient implementation using triplet loss for face recognition

2019-02-28 · Yule Li

In this paper we present an efficient implementation using triplet loss for face recognition. We conduct the practical experiment to analyze the factors that influence the training of triplet loss. All models are trained…

Face RecognitionTriplet