Prototype Memory for Large-scale Face Representation Learning
Evgeny Smirnov, Nikita Garaev, Vasiliy Galyuk, Evgeny Lukyanets

TL;DR
This paper introduces Prototype Memory, a scalable and efficient method for large-scale face recognition that maintains up-to-date class prototypes in memory, improving training stability and accuracy on datasets with millions of identities.
Contribution
The paper proposes Prototype Memory, a novel memory module that dynamically updates class prototypes to address obsolescence in large-scale face recognition training.
Findings
Prototype Memory improves face recognition accuracy on benchmark datasets.
The method is computationally efficient and scalable to datasets with millions of identities.
Prototype Memory outperforms existing sampled softmax approaches in maintaining relevant class prototypes.
Abstract
Face representation learning using datasets with a 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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax
