scispace - formally typeset
Open AccessProceedings ArticleDOI

ArcFace: Additive Angular Margin Loss for Deep Face Recognition

TLDR
This paper presents arguably the most extensive experimental evaluation against all recent state-of-the-art face recognition methods on ten face recognition benchmarks, and shows that ArcFace consistently outperforms the state of the art and can be easily implemented with negligible computational overhead.
Abstract: 
One of the main challenges in feature learning using Deep Convolutional Neural Networks (DCNNs) for large-scale face recognition is the design of appropriate loss functions that can enhance the discriminative power. Centre loss penalises the distance between deep features and their corresponding class centres in the Euclidean space to achieve intra-class compactness. SphereFace assumes that the linear transformation matrix in the last fully connected layer can be used as a representation of the class centres in the angular space and therefore penalises the angles between deep features and their corresponding weights in a multiplicative way. Recently, a popular line of research is to incorporate margins in well-established loss functions in order to maximise face class separability. In this paper, we propose an Additive Angular Margin Loss (ArcFace) to obtain highly discriminative features for face recognition. The proposed ArcFace has a clear geometric interpretation due to its exact correspondence to geodesic distance on a hypersphere. We present arguably the most extensive experimental evaluation against all recent state-of-the-art face recognition methods on ten face recognition benchmarks which includes a new large-scale image database with trillions of pairs and a large-scale video dataset. We show that ArcFace consistently outperforms the state of the art and can be easily implemented with negligible computational overhead. To facilitate future research, the code has been made available.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

Additive Margin Softmax for Face Verification

TL;DR: In this paper, the authors proposed a conceptually simple and intuitive learning objective function, i.e., additive margin softmax, for face verification, which is more intuitive and interpretable.
Proceedings ArticleDOI

Large-Scale Long-Tailed Recognition in an Open World

TL;DR: An integrated OLTR algorithm is developed that maps an image to a feature space such that visual concepts can easily relate to each other based on a learned metric that respects the closed-world classification while acknowledging the novelty of the open world.
Proceedings ArticleDOI

MaskGAN: Towards Diverse and Interactive Facial Image Manipulation

TL;DR: MaskGAN as mentioned in this paper proposes MaskGAN to enable diverse and interactive face manipulation by learning style mapping between a free-form user modified mask and a target image, enabling diverse generation results.
Proceedings ArticleDOI

RetinaFace: Single-Shot Multi-Level Face Localisation in the Wild

TL;DR: A novel single-shot, multi-level face localisation method, named RetinaFace, which unifies face box prediction, 2D facial landmark localisation and 3D vertices regression under one common target: point regression on the image plane.
Proceedings ArticleDOI

ECAPA-TDNN : Emphasized Channel Attention, Propagation and Aggregation in TDNN based speaker verification

TL;DR: The proposed ECAPA-TDNN architecture significantly outperforms state-of-the-art TDNN based systems on the Voxceleb test sets and the 2019 VoxCeleb Speaker Recognition Challenge.
References
More filters
Posted Content

Cross-Age LFW: A Database for Studying Cross-Age Face Recognition in Unconstrained Environments

TL;DR: A Cross-Age LFW is constructed which deliberately searches and selects 3,000 positive face pairs with age gaps to add aging process intra-class variance and evaluate several metric learning and deep learning methods on the new database.
Posted Content

Targeting Ultimate Accuracy: Face Recognition via Deep Embedding

TL;DR: A two-stage approach that combines a multi-patch deep CNN and deep metric learning, which extracts low dimensional but very discriminative features for face verification and recognition is proposed, showing a clear path to practical high-performance face recognition systems in real world.
Proceedings ArticleDOI

Marginal Loss for Deep Face Recognition

TL;DR: A new supervision signal named marginal loss is proposed for deep face recognition that simultaneously minimises the intra-class variances as well as maximises the inter-class distances by focusing on the marginal samples.
Posted Content

Range Loss for Deep Face Recognition with Long-tail

TL;DR: This paper investigated how long-tailed data impact the training of face CNNs and develop a novel loss function, called range loss, to effectively utilize the tailed data in training process, and demonstrates the effectiveness of the proposed range loss in overcoming the long tail effect.
Proceedings ArticleDOI

Noisy Softmax: Improving the Generalization Ability of DCNN via Postponing the Early Softmax Saturation

TL;DR: This paper empirically verifies the superiority of the early softmax desaturation, and proposes Noisy Softmax to mitigating this early saturation issue by injecting annealed noise in softmax during each iteration and improves the generalization ability of CNN model by regularization.