paper-with-me

Papers

Scalable Angular Discriminative Deep Metric Learning for Face Recognition

2018-04-29 · Bowen Wu, Huaming Wu, Monica M. Y. Zhang

With the development of deep learning, Deep Metric Learning (DML) has achieved great improvements in face recognition. Specifically, the widely used softmax loss in the training process often bring large intra-class variations, and feature normalization is only exploited in the testing process to compute the pair similarities. To bridge the gap, we impose the intra-class cosine similarity between the features and weight vectors in softmax loss larger than a margin in the training step, and extend it from four aspects. First, we explore the effect of a hard sample mining strategy. To alleviate the human labor of adjusting the margin hyper-parameter, a self-adaptive margin updating strategy is proposed. Then, a normalized version is given to take full advantage of the cosine similarity constraint. Furthermore, we enhance the former constraint to force the intra-class cosine similarity larger than the mean inter-class cosine similarity with a margin in the exponential feature projection space. Extensive experiments on Labeled Face in the Wild (LFW), Youtube Faces (YTF) and IARPA Janus Benchmark A (IJB-A) datasets demonstrate that the proposed methods outperform the mainstream DML methods and approach the state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:1804.10899

Code (0)

등록된 구현이 없습니다.

Tasks

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

SphereFace: Deep Hypersphere Embedding for Face Recognition

2017-04-26 · CVPR 2017 7 · Weiyang Liu, Yandong Wen, Zhiding Yu, Ming Li 외

This paper addresses deep face recognition (FR) problem under open-set protocol, where ideal face features are expected to have smaller maximal intra-class distance than minimal inter-class distance under a suitably chos…

Face IdentificationFace RecognitionFace Verification

X2-Softmax: Margin Adaptive Loss Function for Face Recognition

2023-12-08 · Jiamu Xu, Xiaoxiang Liu, Xinyuan Zhang, Yain-Whar Si 외

Learning the discriminative features of different faces is an important task in face recognition. By extracting face features in neural networks, it becomes easy to measure the similarity of different face images, which …

Face Recognition

ArcFace: Additive Angular Margin Loss for Deep Face Recognition

2018-01-23 · CVPR 2019 6 · Jiankang Deng, Jia Guo, Jing Yang, Niannan Xue 외

Recently, a popular line of research in face recognition is adopting margins in the well-established softmax loss function to maximize class separability. In this paper, we first introduce an Additive Angular Margin Loss…

Face GenerationFace IdentificationFace RecognitionFace Verification

Angular Learning: Toward Discriminative Embedded Features

2019-12-17 · JT Wu, L. Wang

The margin-based softmax loss functions greatly enhance intra-class compactness and perform well on the tasks of face recognition and object classification. Outperformance, however, depends on the careful hyperparameter …

Face Recognition

InterFace:Adjustable Angular Margin Inter-class Loss for Deep Face Recognition

2022-10-05 · Meng Sang, Jiaxuan Chen, Mengzhen Li, Pan Tan 외

In the field of face recognition, it is always a hot research topic to improve the loss solution to make the face features extracted by the network have greater discriminative power. Research works in recent years has im…

Face ModelFace Recognition