scispace - formally typeset
Open AccessPosted Content

Prototype Memory for Large-scale Face Representation Learning.

TLDR
Prototype Memory as discussed by the authors uses a limited-size memory module for storing recent class prototypes and employs a set of algorithms to update it in appropriate way, which can be used with various loss functions, hard example mining algorithms and encoder architectures.
Abstract
Face representation learning using datasets with massive number of identities requires appropriate training methods. Softmax-based approach, currently the state-of-the-art in face recognition, in its usual "full softmax" form is not suitable for datasets with millions of persons. Several methods, based on the "sampled softmax" approach, were proposed to remove this limitation. These methods, however, have a set of disadvantages. One of them is a problem of "prototype obsolescence": classifier weights (prototypes) of the rarely sampled classes, receive too scarce gradients and become outdated and detached from the current encoder state, resulting in an incorrect training signals. This problem is especially serious in ultra-large-scale datasets. In this paper, we propose a novel face representation learning model called Prototype Memory, which alleviates this problem and allows training on a dataset of any size. Prototype Memory consists of the limited-size memory module for storing recent class prototypes and employs a set of algorithms to update it in appropriate way. New class prototypes are generated on the fly using exemplar embeddings in the current mini-batch. These prototypes are enqueued to the memory and used in a role of classifier weights for usual softmax classification-based training. To prevent obsolescence and keep the memory in close connection with encoder, prototypes are regularly refreshed, and oldest ones are dequeued and disposed. Prototype Memory is computationally efficient and independent of dataset size. It can be used with various loss functions, hard example mining algorithms and encoder architectures. We prove the effectiveness of the proposed model by extensive experiments on popular face recognition benchmarks.

read more

Citations
More filters
Posted Content

STC speaker recognition systems for the NIST SRE 2021.

TL;DR: In this paper, a number of diverse subsystems based on using deep neural networks as feature extractors were used for speaker verification filed in the NIST 2021 Speaker Recognition Evaluation for both fixed and open training conditions.
Book ChapterDOI

FaceMix: Transferring Local Regions for Data Augmentation in Face Recognition

TL;DR: FaceMix as mentioned in this paper is a flexible face-specific data augmentation technique that transfers a local area of an image to another image, and it can generate new images for a class, using face data from other classes, and these two modes also could be combined.
References
More filters
Proceedings ArticleDOI

Attentional Feature-Pair Relation Networks for Accurate Face Recognition

TL;DR: A novel face recognition method, called Attentional Feature-pair Relation Network (AFRN), which represents the face by the relevant pairs of local appearance block features with their attention scores, and achieves outstanding performance in the 1:1 face verification and 1:N face identification tasks compared to existing state-of-the-art methods.
Proceedings Article

Sampled Softmax with Random Fourier Features

TL;DR: This paper develops the first theoretical understanding of the role that different sampling distributions play in determining the quality of sampled softmax, and proposes the Random Fourier Softmax method, which leads to low bias in estimation in terms of both the fullsoftmax distribution and the full softmax gradient.
Proceedings ArticleDOI

ShuffleFaceNet: A Lightweight Face Architecture for Efficient and Highly-Accurate Face Recognition

TL;DR: Inspired on the state-of-the-art ShuffleNetV2 model, a lightweight face architecture is presented in this paper, named ShuffleFaceNet, which introduces significant modifications in order to improve face recognition accuracy.
Posted Content

The Elements of End-to-end Deep Face Recognition: A Survey of Recent Advances

TL;DR: This survey article presents a comprehensive review about the recent advance of each element of the end-to-end deep face recognition, since the thriving deep learning techniques have greatly improved the capability of them.
Proceedings ArticleDOI

Doppelganger Mining for Face Representation Learning

TL;DR: It is shown that Doppelganger mining, being inserted in the face representation learning process with joint prototype-based and exemplar-based supervision, significantly improves the discriminative power of learned face representations.
Related Papers (5)