paper-with-me

홈 › Papers

Strengths and Weaknesses of Deep Learning Models for Face Recognition Against Image Degradations

2017-10-04 · Klemen Grm, Vitomir Štruc, Anais Artiges, Matthieu Caron, Hazim Kemal Ekenel

Deep convolutional neural networks (CNNs) based approaches are the state-of-the-art in various computer vision tasks, including face recognition. Considerable research effort is currently being directed towards further improving deep CNNs by focusing on more powerful model architectures and better learning techniques. However, studies systematically exploring the strengths and weaknesses of existing deep models for face recognition are still relatively scarce in the literature. In this paper, we try to fill this gap and study the effects of different covariates on the verification performance of four recent deep CNN models using the Labeled Faces in the Wild (LFW) dataset. Specifically, we investigate the influence of covariates related to: image quality -- blur, JPEG compression, occlusion, noise, image brightness, contrast, missing pixels; and model characteristics -- CNN architecture, color information, descriptor computation; and analyze their impact on the face verification performance of AlexNet, VGG-Face, GoogLeNet, and SqueezeNet. Based on comprehensive and rigorous experimentation, we identify the strengths and weaknesses of the deep learning models, and present key areas for potential future research. Our results indicate that high levels of noise, blur, missing pixels, and brightness have a detrimental effect on the verification performance of all models, whereas the impact of contrast changes and compression artifacts is limited. It has been found that the descriptor computation strategy and color information does not have a significant influence on performance.

📄 PDF Abstract BibTeX arXiv:1710.01494

Code (1)

kgrm/face-recog-eval 공식 구현

Tasks

Face RecognitionFace Verification

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Fire Module 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Combined Classifiers for Invariant Face Recognition

2016-07-23 · Ahmad H. A. Eid

No single classifier can alone solve the complex problem of face recognition. Researchers found that combining some base classifiers usually enhances their recognition rate. The weaknesses of the base classifiers are ref…

Face Recognition

Attributes Shape the Embedding Space of Face Recognition Models

2025-07-15 · Pierrick Leroy, Antonio Mastropietro, Marco Nurisso, Francesco Vaccarino

Face Recognition (FR) tasks have made significant progress with the advent of Deep Neural Networks, particularly through margin-based triplet losses that embed facial images into high-dimensional feature spaces. During t…

AttributeFace RecognitionTriplet

Automatic Target Recognition on Synthetic Aperture Radar Imagery: A Survey

2020-07-04 · O. Kechagias-Stamatis, N. Aouf

Automatic Target Recognition (ATR) for military applications is one of the core processes towards enhancing intelligencer and autonomously operating military platforms. Spurred by this and given that Synthetic Aperture R…

BenchmarkingSurvey

Simulated Adversarial Testing of Face Recognition Models

2021-06-08 · CVPR 2022 1 · Nataniel Ruiz, Adam Kortylewski, Weichao Qiu, Cihang Xie 외

Most machine learning models are validated and tested on fixed datasets. This can give an incomplete picture of the capabilities and weaknesses of the model. Such weaknesses can be revealed at test time in the real world…

BIG-bench Machine LearningFace Recognition

VL-ICL Bench: The Devil in the Details of Multimodal In-Context Learning

2024-03-19 · Yongshuo Zong, Ondrej Bohdal, Timothy Hospedales

Large language models (LLMs) famously exhibit emergent in-context learning (ICL) -- the ability to rapidly adapt to new tasks using few-shot examples provided as a prompt, without updating the model's weights. Built on t…

BenchmarkingImage CaptioningIn-Context LearningQuestion Answering+2