SOTAVerified

AdaFace: Quality Adaptive Margin for Face Recognition

2022-04-03CVPR 2022Code Available2· sign in to hype

Minchul Kim, Anil K. Jain, Xiaoming Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recognition in low quality face datasets is challenging because facial attributes are obscured and degraded. Advances in margin-based loss functions have resulted in enhanced discriminability of faces in the embedding space. Further, previous studies have studied the effect of adaptive losses to assign more importance to misclassified (hard) examples. In this work, we introduce another aspect of adaptiveness in the loss function, namely the image quality. We argue that the strategy to emphasize misclassified samples should be adjusted according to their image quality. Specifically, the relative importance of easy or hard samples should be based on the sample's image quality. We propose a new loss function that emphasizes samples of different difficulties based on their image quality. Our method achieves this in the form of an adaptive margin function by approximating the image quality with feature norms. Extensive experiments show that our method, AdaFace, improves the face recognition performance over the state-of-the-art (SoTA) on four datasets (IJB-B, IJB-C, IJB-S and TinyFace). Code and models are released in https://github.com/mk-minchul/AdaFace.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IJB-BAdaFace + MS1MV3 + R100TAR @ FAR=0.00010.94Unverified
IJB-BArcFace + MS1MV2 + R100Rank-10.95Unverified
LFWArcFace + MS1MV2 + R100Accuracy1Unverified
LFWAdaFace + WebFace4M + R100Accuracy1Unverified

Reproductions