paper-with-me

Papers

Mis-classified Vector Guided Softmax Loss for Face Recognition

2019-11-26 · Xiaobo Wang, Shifeng Zhang, Shuo Wang, Tianyu Fu, Hailin Shi, Tao Mei

Face recognition has witnessed significant progress due to the advances of deep convolutional neural networks (CNNs), the central task of which is how to improve the feature discrimination. To this end, several margin-based (\textit{e.g.}, angular, additive and additive angular margins) softmax loss functions have been proposed to increase the feature margin between different classes. However, despite great achievements have been made, they mainly suffer from three issues: 1) Obviously, they ignore the importance of informative features mining for discriminative learning; 2) They encourage the feature margin only from the ground truth class, without realizing the discriminability from other non-ground truth classes; 3) The feature margin between different classes is set to be same and fixed, which may not adapt the situations very well. To cope with these issues, this paper develops a novel loss function, which adaptively emphasizes the mis-classified feature vectors to guide the discriminative feature learning. Thus we can address all the above issues and achieve more discriminative face features. To the best of our knowledge, this is the first attempt to inherit the advantages of feature margin and feature mining into a unified loss function. Experimental results on several benchmarks have demonstrated the effectiveness of our method over state-of-the-art alternatives.

📄 PDF Abstract BibTeX arXiv:1912.00833

Code (0)

등록된 구현이 없습니다.

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

Support Vector Guided Softmax Loss for Face Recognition

2018-12-29 · Xiaobo Wang, Shuo Wang, Shifeng Zhang, Tianyu Fu 외

Face recognition has witnessed significant progresses due to the advances of deep convolutional neural networks (CNNs), the central challenge of which, is feature discrimination. To address it, one group tries to exploit…

Face Recognition

OTFace: Hard Samples Guided Optimal Transport Loss for Deep Face Representation

2022-03-28 · Jianjun Qian, Shumin Zhu, Chaoyu Zhao, Jian Yang 외

Face representation in the wild is extremely hard due to the large scale face variations. To this end, some deep convolutional neural networks (CNNs) have been developed to learn discriminative feature by designing prope…

Triplet

CosFace: Large Margin Cosine Loss for Deep Face Recognition

2018-01-29 · CVPR 2018 6 · Hao Wang, Yitong Wang, Zheng Zhou, Xing Ji 외

Face recognition has made extraordinary progress owing to the advancement of deep convolutional neural networks (CNNs). The central task of face recognition, including face verification and identification, involves face …

Face IdentificationFace RecognitionFace Verification

Loss Function Search for Face Recognition

2020-07-10 · ICML 2020 1 · Xiaobo Wang, Shuo Wang, Cheng Chi, Shifeng Zhang 외

In face recognition, designing margin-based (e.g., angular, additive, additive angular margins) softmax loss functions plays an important role in learning discriminative features. However, these hand-crafted heuristic me…

AutoMLFace Recognition

Deep Learning using Linear Support Vector Machines

2013-06-02 · Yichuan Tang

Recently, fully-connected and convolutional neural networks have been trained to achieve state-of-the-art performance on a wide variety of tasks such as speech recognition, image classification, natural language processi…

Deep LearningGeneral Classificationimage-classificationImage Classification+2