paper-with-me

홈 › Papers

Killing Two Birds With One Stone: Efficient and Robust Training of Face Recognition CNNs by Partial FC

2022-01-01 · CVPR 2022 1 · Xiang An, Jiankang Deng, Jia Guo, Ziyong Feng, Xuhan Zhu, Jing Yang, Tongliang Liu

Learning discriminative deep feature embeddings by using million-scale in-the-wild datasets and margin-based softmax loss is the current state-of-the-art approach for face recognition. However, the memory and computing cost of the Fully Connected (FC) layer linearly scales up to the number of identities in the training set. Besides, the large-scale training data inevitably suffers from inter-class conflict and long-tailed distribution. In this paper, we propose a sparsely updating variant of the FC layer, named Partial FC (PFC). In each iteration, positive class centers and a random subset of negative class centers are selected to compute the margin-based softmax loss. All class centers are still maintained throughout the whole training process, but only a subset is selected and updated in each iteration. Therefore, the computing requirement, the probability of inter-class conflict, and the frequency of passive update on tail class centers, are dramatically reduced. Extensive experiments across different training data and backbones (e.g. CNN and ViT) confirm the effectiveness, robustness and efficiency of the proposed PFC.

📄 PDF Abstract BibTeX

Code (1)

deepinsight/insightface/tree/master/recognition/arcface_torch 공식 구현 pytorch

Tasks

Face Recognition

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 제목 키워드 기반

Killing Two Birds with One Stone:Efficient and Robust Training of Face Recognition CNNs by Partial FC

2022-03-28 · Xiang An, Jiankang Deng, Jia Guo, Ziyong Feng 외

Learning discriminative deep feature embeddings by using million-scale in-the-wild datasets and margin-based softmax loss is the current state-of-the-art approach for face recognition. However, the memory and computing c…

Face RecognitionFace Verification

Two Birds, One Stone: Jointly Learning Binary Code for Large-Scale Face Image Retrieval and Attributes Prediction

2015-12-01 · ICCV 2015 12 · Yan Li, Ruiping Wang, Haomiao Liu, Huajie Jiang 외

We address the challenging large-scale content-based face image retrieval problem, intended as searching images based on the presence of specific subject, given one face image of him/her. To this end, one natural demand …

Face Image RetrievalImage RetrievalRetrieval

General vs. Long-Tailed Age Estimation: An Approach to Kill Two Birds with One Stone

2023-07-19 · Zenghao Bao, Zichang Tan, Jun Li, Jun Wan 외

Facial age estimation has received a lot of attention for its diverse application scenarios. Most existing studies treat each sample equally and aim to reduce the average estimation error for the entire dataset, which ca…

Age EstimationMORPH

Killing Four Birds with Two Stones: Multi-Task Learning for Non-Literal Language Detection

2018-08-01 · COLING 2018 8 · Erik-L{\^a}n Do Dinh, Steffen Eger, Iryna Gurevych

Non-literal language phenomena such as idioms or metaphors are commonly studied in isolation from each other in NLP. However, often similar definitions and features are being used for different phenomena, challenging the…

General ClassificationMulti-Task Learning

Killing Two Birds with One Stone: Quantization Achieves Privacy in Distributed Learning

2023-04-26 · Guangfeng Yan, Tan Li, Kui Wu, Linqi Song

Communication efficiency and privacy protection are two critical issues in distributed machine learning. Existing methods tackle these two issues separately and may have a high implementation complexity that constrains t…

Quantization