paper-with-me

Papers

Face Spoofing Detection using Deep Learning

2025-03-25 · Najeebullah, Maaz Salman, Zar Nawab Khan Swati

Digital image spoofing has emerged as a significant security threat in biometric authentication systems, particularly those relying on facial recognition. This study evaluates the performance of three vision based models, MobileNetV2, ResNET50, and Vision Transformer, ViT, for spoof detection in image classification, utilizing a dataset of 150,986 images divided into training , 140,002, testing, 10,984, and validation ,39,574, sets. Spoof detection is critical for enhancing the security of image recognition systems, and this research compares the models effectiveness through accuracy, precision, recall, and F1 score metrics. Results reveal that MobileNetV2 outperforms other architectures on the test dataset, achieving an accuracy of 91.59%, precision of 91.72%, recall of 91.59%, and F1 score of 91.58%, compared to ViT 86.54%, 88.28%, 86.54%, and 86.39%, respectively. On the validation dataset, MobileNetV2, and ViT excel, with MobileNetV2 slightly ahead at 97.17% accuracy versus ViT 96.36%. MobileNetV2 demonstrates faster convergence during training and superior generalization to unseen data, despite both models showing signs of overfitting. These findings highlight MobileNetV2 balanced performance and robustness, making it the preferred choice for spoof detection applications where reliability on new data is essential. The study underscores the importance of model selection in security sensitive contexts and suggests MobileNetV2 as a practical solution for real world deployment.

📄 PDF Abstract BibTeX arXiv:2503.19223

Code (1)

zamaex96/Spoof-Detect-Using-ViT 공식 구현 pytorch

Tasks

Deep Learningimage-classificationImage ClassificationModel Selection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Batch Normalization 설명 없음
Average Pooling 설명 없음
Inverted Residual Block 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Backdoor Poisoning Attack Against Face Spoofing Attack Detection Methods

2025-09-03 · Shota Iwamatsu, Koichi Ito, Takafumi Aoki arxiv

Face recognition systems are robust against environmental changes and noise, and thus may be vulnerable to illegal authentication attempts using user face photos, such as spoofing attacks. To prevent such spoofing attack…

Face Anti-SpoofingFace Recognition

How far did we get in face spoofing detection?

2017-10-26 · Luiz Souza, Mauricio Pamplona, Luciano Oliveira, João Papa

The growing use of control access systems based on face recognition shed light over the need for even more accurate systems to detect face spoofing attacks. In this paper, an extensive analysis on face spoofing detection…

Face Recognition

Leveraging Intermediate Features of Vision Transformer for Face Anti-Spoofing

2025-05-30 · Mika Feng, Koichi Ito, Takafumi Aoki, Tetsushi Ohki 외

Face recognition systems are designed to be robust against changes in head pose, illumination, and blurring during image capture. If a malicious person presents a face photo of the registered user, they may bypass the au…

Data AugmentationFace Anti-SpoofingFace Recognition

Face Spoofing Detection by Fusing Binocular Depth and Spatial Pyramid Coding Micro-Texture Features

2018-03-13 · Xiao Song, Xu Zhao, Tianwei Lin

Robust features are of vital importance to face spoofing detection, because various situations make feature space extremely complicated to partition. Thus in this paper, two novel and robust features for anti-spoofing ar…

Use of in-the-wild images for anomaly detection in face anti-spoofing

2020-06-18 · Latifah Abduh, Ioannis Ivrissimtzis

The traditional approach to face anti-spoofing sees it as a binary classification problem, and binary classifiers are trained and validated on specialized anti-spoofing databases. One of the drawbacks of this approach is…

Anomaly DetectionBinary ClassificationFace Anti-SpoofingOne-Class Classification