paper-with-me

Papers

Ensemble Learning using Transformers and Convolutional Networks for Masked Face Recognition

2022-10-10 · Mohammed R. Al-Sinan, Aseel F. Haneef, Hamzah Luqman

Wearing a face mask is one of the adjustments we had to follow to reduce the spread of the coronavirus. Having our faces covered by masks constantly has driven the need to understand and investigate how this behavior affects the recognition capability of face recognition systems. Current face recognition systems have extremely high accuracy when dealing with unconstrained general face recognition cases but do not generalize well with occluded masked faces. In this work, we propose a system for masked face recognition. The proposed system comprises two Convolutional Neural Network (CNN) models and two Transformer models. The CNN models have been fine-tuned on FaceNet pre-trained model. We ensemble the predictions of the four models using the majority voting technique to identify the person with the mask. The proposed system has been evaluated on a synthetically masked LFW dataset created in this work. The best accuracy is obtained using the ensembled models with an accuracy of 92%. This recognition rate outperformed the accuracy of other models and it shows the correctness and robustness of the proposed model for recognizing masked faces. The code and data are available at https://github.com/Hamzah-Luqman/MFR

📄 PDF Abstract BibTeX arXiv:2210.04816

Code (1)

hamzah-luqman/mfr 공식 구현

Tasks

Ensemble LearningFace Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Efficient Masked Face Recognition Method during the COVID-19 Pandemic

2021-05-07 · Walid Hariri

The coronavirus disease (COVID-19) is an unparalleled crisis leading to a huge number of casualties and security problems. In order to reduce the spread of coronavirus, people often wear masks to protect themselves. This…

Face Recognition

Masked Face Recognition with Generative-to-Discriminative Representations

2024-05-27 · Shiming Ge, Weijia Guo, Chenyu Li, Junzheng Zhang 외

Masked face recognition is important for social good but challenged by diverse occlusions that cause insufficient or inaccurate representations. In this work, we propose a unified deep network to learn generative-to-disc…

AttributeFace RecognitionFacial Inpainting

CascadeFormer: A Family of Two-stage Cascading Transformers for Skeleton-based Human Action Recognition

2025-08-31 · Yusen Peng, Alper Yilmaz arxiv

Skeleton-based human action recognition leverages sequences of human joint coordinates to identify actions performed in videos. Owing to the intrinsic spatiotemporal structure of skeleton data, Graph Convolutional Networ…

Representation LearningAction ClassificationAction Recognition

Convolutional neural networks pretrained on large face recognition datasets for emotion classification from video

2017-11-13 · Boris Knyazev, Roman Shvetsov, Natalia Efremova, Artem Kuharenko

In this paper we describe a solution to our entry for the emotion recognition challenge EmotiW 2017. We propose an ensemble of several models, which capture spatial and audio features from videos. Spatial features are ca…

Emotion ClassificationEmotion RecognitionFace RecognitionGeneral Classification

Boosting Continuous Emotion Recognition with Self-Pretraining using Masked Autoencoders, Temporal Convolutional Networks, and Transformers

2024-03-18 · Weiwei Zhou, Jiada Lu, Chenkun Ling, Weifeng Wang 외

Human emotion recognition holds a pivotal role in facilitating seamless human-computer interaction. This paper delineates our methodology in tackling the Valence-Arousal (VA) Estimation Challenge, Expression (Expr) Class…

Emotion Recognition