QuantFace: Towards Lightweight Face Recognition by Synthetic Data Low-bit Quantization
Deep learning-based face recognition models follow the common trend in deep neural networks by utilizing full-precision floating-point networks with high computational costs. Deploying such networks in use-cases constrained by computational requirements is often infeasible due to the large memory required by the full-precision model. Previous compact face recognition approaches proposed to design special compact architectures and train them from scratch using real training data, which may not be available in a real-world scenario due to privacy concerns. We present in this work the QuantFace solution based on low-bit precision format model quantization. QuantFace reduces the required computational cost of the existing face recognition models without the need for designing a particular architecture or accessing real training data. QuantFace introduces privacy-friendly synthetic face data to the quantization process to mitigate potential privacy concerns and issues related to the accessibility to real training data. Through extensive evaluation experiments on seven benchmarks and four network architectures, we demonstrate that QuantFace can successfully reduce the model size up to 5x while maintaining, to a large degree, the verification performance of the full-precision model without accessing real training datasets.
Code (1)
Tasks
Face RecognitionLightweight Face RecognitionQuantizationSimilar Papers 제목 키워드 기반
Ef-QuantFace: Streamlined Face Recognition with Small Data and Low-Bit Precision
In recent years, model quantization for face recognition has gained prominence. Traditionally, compressing models involved vast datasets like the 5.8 million-image MS1M dataset as well as extensive training times, raisin…
Face RecognitionQuantizationSynthDistill: Face Recognition with Knowledge Distillation from Synthetic Data
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. Meanw…
Face RecognitionKnowledge DistillationLightweight Face RecognitionSynthetic Face RecognitionLM-MCVT: A Lightweight Multi-modal Multi-view Convolutional-Vision Transformer Approach for 3D Object Recognition
In human-centered environments such as restaurants, homes, and warehouses, robots often face challenges in accurately recognizing 3D objects. These challenges stem from the complexity and variability of these environment…
3D Object RecognitionObjectObject RecognitionMobiFace: A Lightweight Deep Learning Face Recognition on Mobile Devices
Deep neural networks have been widely used in numerous computer vision applications, particularly in face recognition. However, deploying deep neural network face recognition on mobile devices has recently become a trend…
Deep LearningFace RecognitionGPUHandCraft: Dynamic Sign Generation for Synthetic Data Augmentation
Sign Language Recognition (SLR) models face significant performance limitations due to insufficient training data availability. In this article, we address the challenge of limited data in SLR by introducing a novel and …
Sign Language RecognitionData Augmentation