Face Verification

121 papers with code • 20 benchmarks • 21 datasets

Face Verification is a machine learning task in computer vision that involves determining whether two facial images belong to the same person or not. The task involves extracting features from the facial images, such as the shape and texture of the face, and then using these features to compare and verify the similarity between the images.

( Image credit: Pose-Robust Face Recognition via Deep Residual Equivariant Mapping )

Libraries

Use these libraries to find Face Verification models and implementations

Boosting the Adversarial Transferability of Surrogate Models with Dark Knowledge

Trustworthy-AI-Group/TransferAttack 16 Jun 2022

This paper proposes a method for training a surrogate model with dark knowledge to boost the transferability of the adversarial examples generated by the surrogate model.

141
16 Jun 2022

AdaFace: Quality Adaptive Margin for Face Recognition

mk-minchul/adaface CVPR 2022

In this work, we introduce another aspect of adaptiveness in the loss function, namely the image quality.

553
03 Apr 2022

Killing Two Birds with One Stone:Efficient and Robust Training of Face Recognition CNNs by Partial FC

deepinsight/insightface 28 Mar 2022

In each iteration, positive class centers and a random subset of negative class centers are selected to compute the margin-based softmax loss.

21,330
28 Mar 2022

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

tomas-gajarsky/facetorch 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.

412
22 Mar 2022

Portrait Eyeglasses and Shadow Removal by Leveraging 3D Synthetic Data

storymy/take-off-eyeglasses CVPR 2022

In this paper, we propose a novel framework to remove eyeglasses as well as their cast shadows from face images.

116
20 Mar 2022

Improving the Transferability of Targeted Adversarial Examples through Object-Based Diverse Input

Trustworthy-AI-Group/TransferAttack CVPR 2022

To tackle this limitation, we propose the object-based diverse input (ODI) method that draws an adversarial image on a 3D object and induces the rendered image to be classified as the target class.

141
17 Mar 2022

Probabilistic Embeddings Revisited

tinkoff-ai/probabilistic-embeddings 14 Feb 2022

We thus provide a new confidence evaluation benchmark and establish a baseline for future confidence prediction research.

23
14 Feb 2022

It's All in the Head: Representation Knowledge Distillation through Classifier Sharing

alibaba-miil/headsharingkd 18 Jan 2022

Such direct methods may be limited in transferring high-order dependencies embedded in the representation vectors, or in handling the capacity gap between the teacher and student models.

33
18 Jan 2022

QMagFace: Simple and Accurate Quality-Aware Face Recognition

pterhoer/QMagFace 26 Nov 2021

These variabilities can be measured in terms of face image quality which is defined over the utility of a sample for recognition.

97
26 Nov 2021

MixFace: Improving Face Verification Focusing on Fine-grained Conditions

jung-jun-uk/mixface 2 Nov 2021

The performance of face recognition has become saturated for public benchmark datasets such as LFW, CFP-FP, and AgeDB, owing to the rapid advances in CNNs.

10
02 Nov 2021