paper-with-me

Papers

MassFace: an efficient implementation using triplet loss for face recognition

2019-02-28 · Yule Li

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.

📄 PDF Abstract BibTeX arXiv:1902.11007

Code (1)

yule-li/MassFace 공식 구현 tf

Tasks

Face RecognitionTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Unique Faces Recognition in Videos

2020-06-10 · Jiahao Huo, Terence L van Zyl

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 LearningTriplet

Triplet Distillation for Deep Face Recognition

2019-05-11 · Yushu Feng, Huan Wang, Daniel T. Yi, Roland Hu

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 RecognitionTriplet

Enhancing Convolutional Neural Networks for Face Recognition with Occlusion Maps and Batch Triplet Loss

2017-07-25 · Daniel Sáez Trigueros, Li Meng, Margaret Hartnett

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 RecognitionTriplet

Deep Ranking with Adaptive Margin Triplet Loss

2021-07-13 · Mai Lan Ha, Volker Blanz

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 RecognitionTriplet

Self-restrained Triplet Loss for Accurate Masked Face Recognition

2021-03-02 · Fadi Boutros, Naser Damer, Florian Kirchbuchner, Arjan Kuijper

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