scispace - formally typeset
Open AccessProceedings ArticleDOI

ArcFace: Additive Angular Margin Loss for Deep Face Recognition

Reads0
Chats0
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
Posted Content

Learning with Memory-based Virtual Classes for Deep Metric Learning

TL;DR: Wang et al. as discussed by the authors proposed a novel training strategy for DML called MemVir, which memorizes both embedding features and class weights to utilize them as additional virtual classes.
Proceedings ArticleDOI

Joint-Aware Action Recognition for Ambient Assisted Living

TL;DR: This work exploits state-of-the-art data-driven classifiers and compares their efficiency in action recognition based on a specific set of joints or coordinates, i.e., the x, y and z-axis, and investigates the capacity of such a joint analysis and its ability to deliver an enhanced pose-based action recognition system.
Journal ArticleDOI

Entropic Out-of-Distribution Detection: Seamless Detection of Unknown Examples.

TL;DR: IsoMax loss as discussed by the authors replaces SoftMax loss with a novel loss function that does not suffer from the mentioned weaknesses, which is isotropic (exclusively distance-based) and provides high entropy posterior probability distributions.
Posted Content

Rotate-and-Render: Unsupervised Photorealistic Face Rotation from Single-View Images

TL;DR: This work proposes a novel unsupervised framework that can synthesize photo-realistic rotated faces using only single-view image collections in the wild, and proves that rotating faces in the 3D space back and forth and re-rendering them to the 2D plane can serve as a strong self-supervision.
Proceedings ArticleDOI

SoccerNet 2022 Challenges Results

TL;DR: The SoccerNet 2022 challenges were the second annual video understanding challenges organized by the SoccerNet team, and tasks (3-6) were novel, including their underlying data and annotations.
References
More filters
Proceedings ArticleDOI

Deep Residual Learning for Image Recognition

TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Journal Article

Dropout: a simple way to prevent neural networks from overfitting

TL;DR: It is shown that dropout improves the performance of neural networks on supervised learning tasks in vision, speech recognition, document classification and computational biology, obtaining state-of-the-art results on many benchmark data sets.
Proceedings Article

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

TL;DR: Applied to a state-of-the-art image classification model, Batch Normalization achieves the same accuracy with 14 times fewer training steps, and beats the original model by a significant margin.

Automatic differentiation in PyTorch

TL;DR: An automatic differentiation module of PyTorch is described — a library designed to enable rapid research on machine learning models that focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead.