paper-with-me

Papers

QuantFace: Towards Lightweight Face Recognition by Synthetic Data Low-bit Quantization

2022-06-21 · Fadi Boutros, Naser Damer, Arjan Kuijper

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.

📄 PDF Abstract BibTeX arXiv:2206.10526

Code (1)

fdbtrs/QuantFace 공식 구현 pytorch

Tasks

Face RecognitionLightweight Face RecognitionQuantization

Similar Papers 제목 키워드 기반

Ef-QuantFace: Streamlined Face Recognition with Small Data and Low-Bit Precision

2024-02-28 · William Gazali, Jocelyn Michelle Kho, Joshua Santoso, Williem

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 RecognitionQuantization

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. Meanw…

Face RecognitionKnowledge DistillationLightweight Face RecognitionSynthetic Face Recognition

LM-MCVT: A Lightweight Multi-modal Multi-view Convolutional-Vision Transformer Approach for 3D Object Recognition

2025-04-27 · Songsong Xiong, Hamidreza Kasaei

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 Recognition

MobiFace: A Lightweight Deep Learning Face Recognition on Mobile Devices

2018-11-27 · Chi Nhan Duong, Kha Gia Quach, Ibsa Jalata, Ngan Le 외

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 RecognitionGPU

HandCraft: Dynamic Sign Generation for Synthetic Data Augmentation

2025-08-20 · Gaston Gustavo Rios, Pedro Dal Bianco, Franco Ronchetti, Facundo Quiroga 외 arxiv

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