paper-with-me

홈 › Papers

Octuplet Loss: Make Face Recognition Robust to Image Resolution

2022-07-14 · Martin Knoche, Mohamed Elkadeem, Stefan Hörmann, Gerhard Rigoll

Image resolution, or in general, image quality, plays an essential role in the performance of today's face recognition systems. To address this problem, we propose a novel combination of the popular triplet loss to improve robustness against image resolution via fine-tuning of existing face recognition models. With octuplet loss, we leverage the relationship between high-resolution images and their synthetically down-sampled variants jointly with their identity labels. Fine-tuning several state-of-the-art approaches with our method proves that we can significantly boost performance for cross-resolution (high-to-low resolution) face verification on various datasets without meaningfully exacerbating the performance on high-to-high resolution images. Our method applied on the FaceTransformer network achieves 95.12% face verification accuracy on the challenging XQLFW dataset while reaching 99.73% on the LFW database. Moreover, the low-to-low face verification accuracy benefits from our method. We release our code to allow seamless integration of the octuplet loss into existing frameworks.

📄 PDF Abstract BibTeX arXiv:2207.06726

Code (2)

martlgap/octuplet-loss 공식 구현 tf
Faceplugin-ltd/FaceRecognition-Android

Tasks

Face RecognitionFace VerificationTriplet

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

QMagFace: Simple and Accurate Quality-Aware Face Recognition

2021-11-26 · Philipp Terhörst, Malte Ihlefeld, Marco Huber, Naser Damer 외

Face recognition systems have to deal with large variabilities (such as different poses, illuminations, and expressions) that might lead to incorrect matching decisions. These variabilities can be measured in terms of fa…

Face Image QualityFace RecognitionFace Verification

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

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

Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis

2017-04-13 · ICCV 2017 10 · Rui Huang, Shu Zhang, Tianyu Li, Ran He

Photorealistic frontal view synthesis from a single face image has a wide range of applications in the field of face recognition. Although data-driven deep learning methods have been proposed to address this problem by s…

DecoderFace RecognitionGenerative Adversarial Network