Face Recognition

543 papers with code • 23 benchmarks • 62 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

FaceNet: A Unified Embedding for Face Recognition and Clustering

davidsandberg/facenet CVPR 2015

On the widely used Labeled Faces in the Wild (LFW) dataset, our system achieves a new record accuracy of 99. 63%.

ArcFace: Additive Angular Margin Loss for Deep Face Recognition

deepinsight/insightface CVPR 2019

Recently, a popular line of research in face recognition is adopting margins in the well-established softmax loss function to maximize class separability.

VGGFace2: A dataset for recognising faces across pose and age

deepinsight/insightface 23 Oct 2017

The dataset was collected with three goals in mind: (i) to have both a large number of identities and also a large number of images for each identity; (ii) to cover a large range of pose, age and ethnicity; and (iii) to minimize the label noise.

SphereFace: Deep Hypersphere Embedding for Face Recognition

wy1iu/sphereface CVPR 2017

This paper addresses deep face recognition (FR) problem under open-set protocol, where ideal face features are expected to have smaller maximal intra-class distance than minimal inter-class distance under a suitably chosen metric space.

A Light CNN for Deep Face Representation with Noisy Labels

AlfredXiangWu/face_verification_experiment 9 Nov 2015

This paper presents a Light CNN framework to learn a compact embedding on the large-scale face data with massive noisy labels.

Learning Face Representation from Scratch

timesler/facenet-pytorch 28 Nov 2014

The current situation in the field of face recognition is that data is more important than algorithm.

MS-Celeb-1M: A Dataset and Benchmark for Large-Scale Face Recognition

deepinsight/insightface 27 Jul 2016

In this paper, we design a benchmark task and provide the associated datasets for recognizing face images and link them to corresponding entity keys in a knowledge base.

Circle Loss: A Unified Perspective of Pair Similarity Optimization

layumi/Person_reID_baseline_pytorch CVPR 2020

This paper provides a pair similarity optimization viewpoint on deep feature learning, aiming to maximize the within-class similarity $s_p$ and minimize the between-class similarity $s_n$.

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.

Can we still avoid automatic face detection?

cydonia999/Tiny_Faces_in_Tensorflow 14 Feb 2016

In this setting, is it still possible for privacy-conscientious users to avoid automatic face detection and recognition?