paper-with-me

홈 › Papers

Variational Prototype Learning for Deep Face Recognition

2021-06-19 · CVPR 2021 1 · Jiankang Deng, Jia Guo, Jing Yang, Alexandros Lattas, Stefanos Zafeiriou

Deep face recognition has achieved remarkable improvements due to the introduction of margin-based softmax loss, in which the prototype stored in the last linear layer represents the center of each class. In these methods, training samples are enforced to be close to positive prototypes and far apart from negative prototypes by a clear margin. However, we argue that prototype learning only employs sample-to-prototype comparisons without considering sample-to-sample comparisons during training and the low loss value gives us an illusion of perfect feature embedding, impeding the further exploration of SGD. To this end, we propose Variational Prototype Learning (VPL), which represents every class as a distribution instead of a point in the latent space. By identifying the slow feature drift phenomenon, we directly inject memorized features into prototypes to approximate variational prototype sampling. The proposed VPL can simulate sample-to-sample comparisons within the classification framework, encouraging the SGD solver to be more exploratory, while boosting performance. Moreover, VPL is conceptually simple, easy to implement, computationally efficient and memory saving. We present extensive experimental results on popular benchmarks, which demonstrate the superiority of the proposed VPL method over the state-of-the-art competitors.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face Recognition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
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

PPL: Pairwise Prototype Learning for Masked Face Recognition

2022-11-21 · 33rd British Machine Vision Conference 2022 2022 11 · Kim, Minsoo; Nam, Gi Pyo; Hong, Yu-Jin; Kim 외

The occlusion caused by a facemask emerged as a new challenge in face recognition as the pandemic of COVID-19 made wearing a facemask an everyday practice. The recognition performance of the previous approaches degraded …

Face RecognitionFine-Grained Image Recognition

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

VIGFace: Virtual Identity Generation for Privacy-Free Face Recognition

2024-03-13 · Minsoo Kim, Min-Cheol Sagong, Gi Pyo Nam, Junghyun Cho 외

Deep learning-based face recognition continues to face challenges due to its reliance on huge datasets obtained from web crawling, which can be costly to gather and raise significant real-world privacy concerns. To addre…

Data AugmentationFace RecognitionImage Generation

UMFN: Unified Multi-Domain Face Normalization for Joint Cross-domain Prototype Learning and Heterogeneous Face Recognition

2025-01-01 · CVPR 2025 1 · Meng Pang, Wenjun Zhang, Nanrun Zhou, Shengbo Chen 외

Face normalization aims to enhance the robustness and effectiveness of face recognition systems by mitigating intra-personal variations in expressions, poses, occlusions, illuminations, and domains. Existing methods …

Contrastive LearningDomain AdaptationFace RecognitionHeterogeneous Face Recognition+1