paper-with-me

Papers

Learning a Metric Embedding for Face Recognition using the Multibatch Method

2016-05-24 · NeurIPS 2016 12 · Oren Tadmor, Yonatan Wexler, Tal Rosenwein, Shai Shalev-Shwartz, Amnon Shashua

This work is motivated by the engineering task of achieving a near state-of-the-art face recognition on a minimal computing budget running on an embedded system. Our main technical contribution centers around a novel training method, called Multibatch, for similarity learning, i.e., for the task of generating an invariant "face signature" through training pairs of "same" and "not-same" face images. The Multibatch method first generates signatures for a mini-batch of $k$ face images and then constructs an unbiased estimate of the full gradient by relying on all $k^2-k$ pairs from the mini-batch. We prove that the variance of the Multibatch estimator is bounded by $O(1/k^2)$, under some mild conditions. In contrast, the standard gradient estimator that relies on random $k/2$ pairs has a variance of order $1/k$. The smaller variance of the Multibatch estimator significantly speeds up the convergence rate of stochastic gradient descent. Using the Multibatch method we train a deep convolutional neural network that achieves an accuracy of $98.2\%$ on the LFW benchmark, while its prediction runtime takes only $30$msec on a single ARM Cortex A9 core. Furthermore, the entire training process took only 12 hours on a single Titan X GPU.

📄 PDF Abstract BibTeX arXiv:1605.07270

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionGPU

Similar Papers 제목 키워드 기반

Fairness Properties of Face Recognition and Obfuscation Systems

2021-08-05 · Harrison Rosenberg, Brian Tang, Kassem Fawaz, Somesh Jha

The proliferation of automated face recognition in the commercial and government sectors has caused significant privacy concerns for individuals. One approach to address these privacy concerns is to employ evasion attack…

Face RecognitionFairness

Enhancing Privacy in Face Analytics Using Fully Homomorphic Encryption

2024-04-24 · Bharat Yalavarthi, Arjun Ramesh Kaushik, Arun Ross, Vishnu Boddeti 외

Modern face recognition systems utilize deep neural networks to extract salient features from a face. These features denote embeddings in latent space and are often stored as templates in a face recognition system. These…

Face Recognition

Self-restrained Triplet Loss for Accurate Masked Face Recognition

2021-03-02 · Fadi Boutros, Naser Damer, Florian Kirchbuchner, Arjan Kuijper

Using the face as a biometric identity trait is motivated by the contactless nature of the capture process and the high accuracy of the recognition algorithms. After the current COVID-19 pandemic, wearing a face mask has…

Face RecognitionTriplet

Reversing Deep Face Embeddings with Probable Privacy Protection

2023-10-04 · Daile Osorio-Roig, Paul A. Gerlitz, Christian Rathgeb, Christoph Busch

Generally, privacy-enhancing face recognition systems are designed to offer permanent protection of face embeddings. Recently, so-called soft-biometric privacy-enhancement approaches have been introduced with the aim of …

Face RecognitionImage Reconstruction

Privacy-Preserving Face Recognition in Hybrid Frequency-Color Domain

2024-01-24 · Dong Han, Yong Li, Joachim Denzler

Face recognition technology has been deployed in various real-life applications. The most sophisticated deep learning-based face recognition systems rely on training millions of face images through complex deep neural ne…

AttributeFace RecognitionPrivacy Preserving