MassFace: an efficient implementation using triplet loss for face recognition
In this paper we present an efficient implementation using triplet loss for face recognition. We conduct the practical experiment to analyze the factors that influence the training of triplet loss. All models are trained on CASIA-Webface dataset and tested on LFW. We analyze the experiment results and give some insights to help others balance the factors when they apply triplet loss to their own problem especially for face recognition task. Code has been released in https://github.com/yule-li/MassFace.
Code (1)
Tasks
Face RecognitionTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Unique Faces Recognition in Videos
This paper tackles face recognition in videos employing metric learning methods and similarity ranking models. The paper compares the use of the Siamese network with contrastive loss and Triplet Network with triplet loss…
Face RecognitionMetric LearningTripletTriplet Distillation for Deep Face Recognition
Convolutional neural networks (CNNs) have achieved a great success in face recognition, which unfortunately comes at the cost of massive computation and storage consumption. Many compact face recognition networks are thu…
Face RecognitionTripletEnhancing Convolutional Neural Networks for Face Recognition with Occlusion Maps and Batch Triplet Loss
Despite the recent success of convolutional neural networks for computer vision applications, unconstrained face recognition remains a challenge. In this work, we make two contributions to the field. Firstly, we consider…
Face RecognitionTripletDeep Ranking with Adaptive Margin Triplet Loss
We propose a simple modification from a fixed margin triplet loss to an adaptive margin triplet loss. While the original triplet loss is used widely in classification problems such as face recognition, face re-identifica…
Face RecognitionTripletSelf-restrained Triplet Loss for Accurate Masked Face Recognition
Using the face as a biometric identity trait is motivated by the contactless nature of the capture process and the high accuracy of the recognition algorithms. After the current COVID-19 pandemic, wearing a face mask has…
Face RecognitionTriplet