Face Recognition

553 papers with code • 22 benchmarks • 61 datasets

Facial Recognition is the task of making a positive identification of a face in a photo or video image against a pre-existing database of faces. It begins with detection - distinguishing human faces from other objects in the image - and then works on identification of those detected faces.

The state of the art tables for this task are contained mainly in the consistent parts of the task : the face verification and face identification tasks.

( Image credit: Face Verification )

Libraries

Use these libraries to find Face Recognition models and implementations

Most implemented papers

CosFace: Large Margin Cosine Loss for Deep Face Recognition

PaddlePaddle/PaddleClas CVPR 2018

The central task of face recognition, including face verification and identification, involves face feature discrimination.

RepMLP: Re-parameterizing Convolutions into Fully-connected Layers for Image Recognition

DingXiaoH/RepMLP 5 May 2021

We propose RepMLP, a multi-layer-perceptron-style neural network building block for image recognition, which is composed of a series of fully-connected (FC) layers.

Deep Face Recognition: A Survey

Recognito-Vision/NIST-FRVT-Top-1-Face-Recognition 18 Apr 2018

Deep learning applies multiple processing layers to learn representations of data with multiple levels of feature extraction.

Deep Pixel-wise Binary Supervision for Face Presentation Attack Detection

anjith2006/bob.paper.deep_pix_bis_pad.icb2019 9 Jul 2019

The proposed approach achieves an HTER of 0% in Replay Mobile dataset and an ACER of 0. 42% in Protocol-1 of OULU dataset outperforming state of the art methods.

Partial FC: Training 10 Million Identities on a Single Machine

deepinsight/insightface 11 Oct 2020

The experiment demonstrates no loss of accuracy when training with only 10\% randomly sampled classes for the softmax-based loss functions, compared with training with full classes using state-of-the-art models on mainstream benchmarks.

Compact Bilinear Pooling

gy20073/compact_bilinear_pooling CVPR 2016

Bilinear models has been shown to achieve impressive performance on a wide range of visual tasks, such as semantic segmentation, fine grained recognition and face recognition.

FaceQnet: Quality Assessment for Face Recognition based on Deep Learning

uam-biometrics/FaceQnet 3 Apr 2019

Several conclusions can be drawn from this work, most notably: 1) we managed to employ an existing ICAO compliance framework and a pretrained CNN to automatically label data with quality information, 2) we trained FaceQnet for quality estimation by fine-tuning a pre-trained face recognition network (ResNet-50), and 3) we have shown that the predictions from FaceQnet are highly correlated with the face recognition accuracy of a state-of-the-art commercial system not used during development.

SeesawFaceNets: sparse and robust face verification model for mobile platform

didi/AoE arXiv 2019

Therefore, designing lightweight networks with low memory requirement and computational cost is one of the most practical solutions for face verification on mobile platform.

FacePoseNet: Making a Case for Landmark-Free Face Alignment

fengju514/Face-Pose-Net 24 Aug 2017

Instead, we compare our FPN with existing methods by evaluating how they affect face recognition accuracy on the IJB-A and IJB-B benchmarks: using the same recognition pipeline, but varying the face alignment method.