paper-with-me

Papers

Prototype Memory for Large-scale Face Representation Learning

2021-05-05 · Evgeny Smirnov, Nikita Garaev, Vasiliy Galyuk, Evgeny Lukyanets

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 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 softmax classification-based training. To prevent obsolescence and keep the memory in close connection with the encoder, prototypes are regularly refreshed, and oldest ones are dequeued and disposed of. 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.

📄 PDF Abstract BibTeX arXiv:2105.02103

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Quality-Aware Prototype Memory for Face Representation Learning

2023-11-13 · Evgeny Smirnov, Vasiliy Galyuk, Evgeny Lukyanets

Prototype Memory is a powerful model for face representation learning. It enables the training of face recognition models using datasets of any size, with on-the-fly generation of prototypes (classifier weights) and effi…

Face RecognitionRepresentation Learning

Aggregation of binary feature descriptors for compact scene model representation in large scale structure-from-motion applications

2018-09-28 · Jacek Komorowski, Tomasz Trzcinski

In this paper we present an efficient method for aggregating binary feature descriptors to allow compact representation of 3D scene model in incremental structure-from-motion and SLAM applications. All feature descriptor…

RefOnce: Distilling References into a Prototype Memory for Referring Camouflaged Object Detection

2025-11-26 · Yu-Huan Wu, Zi-Xuan Zhu, Yan Wang, Liangli Zhen 외 arxiv

Referring Camouflaged Object Detection (Ref-COD) segments specified camouflaged objects in a scene by leveraging a small set of referring images. Though effective, current systems adopt a dual-branch design that requires…

Object Detection

Unified Unsupervised and Sparsely-Supervised 3D Object Detection by Semantic Pseudo-Labeling and Prototype Learning

2026-02-25 · Yushen He, Lei Zhao, Weidong Chen arxiv

3D object detection is essential for autonomous driving and robotic perception, yet its reliance on large-scale manually annotated data limits scalability and adaptability. To reduce annotation dependency, unsupervised a…

Representation Learning3D Object DetectionAutonomous Driving

Multi-Prototype Networks for Unconstrained Set-based Face Recognition

2019-02-13 · Jian Zhao, Jianshu Li, Xiaoguang Tu, Fang Zhao 외

In this paper, we study the challenging unconstrained set-based face recognition problem where each subject face is instantiated by a set of media (images and videos) instead of a single image. Naively aggregating inform…

Face Recognition