Face Identification

41 papers with code • 4 benchmarks • 5 datasets

Face identification is the task of matching a given face image to one in an existing database of faces. It is the second part of face recognition (the first part being detection). It is a one-to-many mapping: you have to find an unknown person in a database to find who that person is.

Libraries

Use these libraries to find Face Identification models and implementations

Most implemented papers

Deep Learning Face Representation from Predicting 10,000 Classes

serengil/deepface 1 Jan 2014

When learned as classifiers to recognize about 10, 000 face identities in the training set and configured to keep reducing the neuron numbers along the feature extraction hierarchy, these deep ConvNets gradually form compact identity-related features in the top layers with only a small number of hidden neurons.

GroupFace: Learning Latent Groups and Constructing Group-based Representations for Face Recognition

SeungyounShin/GroupFace CVPR 2020

In the field of face recognition, a model learns to distinguish millions of face images with fewer dimensional embedding features, and such vast information may not be properly encoded in the conventional model with a single branch.

Deep Polynomial Neural Networks

grigorisg9gr/polynomial_nets 20 Jun 2020

We introduce three tensor decompositions that significantly reduce the number of parameters and show how they can be efficiently implemented by hierarchical neural networks.

Large Scale Correlation Clustering Optimization

shaibagon/large_scale_cc 13 Dec 2011

This analogy allows us to suggest several new optimization algorithms, which exploit the intrinsic "model-selection" capability of the functional to automatically recover the underlying number of clusters.

Deep Learning Face Representation by Joint Identification-Verification

serengil/deepface NeurIPS 2014

The learned DeepID2 features can be well generalized to new identities unseen in the training data.

VarGFaceNet: An Efficient Variable Group Convolutional Neural Network for Lightweight Face Recognition

zma-c-137/VarGFaceNet 11 Oct 2019

To improve the discriminative and generalization ability of lightweight network for face recognition, we propose an efficient variable group convolutional network called VarGFaceNet.

Facial expression and attributes recognition based on multi-task learning of lightweight neural networks

HSE-asavchenko/face-emotion-recognition 31 Mar 2021

Moreover, it is shown that the usage of our neural network as a feature extractor of facial regions in video frames and concatenation of several statistical functions (mean, max, etc.)

Facial expression and attributes recognition based on multi-task learning of lightweight neural networks

HSE-asavchenko/face-emotion-recognition 31 Mar 2021

In this paper, the multi-task learning of lightweight convolutional neural networks is studied for face identification and classification of facial attributes (age, gender, ethnicity) trained on cropped faces without margins.

Unified Negative Pair Generation toward Well-discriminative Feature Space for Face Recognition

jung-jun-uk/unpg 22 Mar 2022

The goal of face recognition (FR) can be viewed as a pair similarity optimization problem, maximizing a similarity set $\mathcal{S}^p$ over positive pairs, while minimizing similarity set $\mathcal{S}^n$ over negative pairs.

Classifying emotions and engagement in online learning based on a single facial expression recognition neural network

HSE-asavchenko/face-emotion-recognition IEEE Transactions on Affective Computing 2022

It is shown that the resulting facial features can be used for fast simultaneous prediction of students’ engagement levels (from disengaged to highly engaged), individual emotions (happy, sad, etc.,) and group-level affect (positive, neutral or negative).