paper-with-me

홈 › Papers

Masked Face Dataset Generation and Masked Face Recognition

2023-11-13 · Rui Cai, Xuying Ning, Peter N. Belhumeur

In the post-pandemic era, wearing face masks has posed great challenge to the ordinary face recognition. In the previous study, researchers has applied pretrained VGG16, and ResNet50 to extract features on the elaborate curated existing masked face recognition (MFR) datasets, RMFRD and SMFRD. To make the model more adaptable to the real world situation where the sample size is smaller and the camera environment has greater changes, we created a more challenging masked face dataset ourselves, by selecting 50 identities with 1702 images from Labelled Faces in the Wild (LFW) Dataset, and simulated face masks through key point detection. The another part of our study is to solve the masked face recognition problem, and we chose models by referring to the former state of the art results, instead of directly using pretrained models, we fine tuned the model on our new dataset and use the last linear layer to do the classification directly. Furthermore, we proposed using data augmentation strategy to further increase the test accuracy, and fine tuned a new networks beyond the former study, one of the most SOTA networks, Inception ResNet v1. The best test accuracy on 50 identity MFR has achieved 95%.

📄 PDF Abstract BibTeX arXiv:2311.07475

Code (3)

luisrui/seeing-ai-system 공식 구현 pytorch
FaceOnLive/Face-Recognition-SDK-Android
Recognito-Vision/Face-SDK-Linux-Demos

Tasks

Data AugmentationDataset GenerationFace Recognition

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

MaskedFace-Net -- A Dataset of Correctly/Incorrectly Masked Face Images in the Context of COVID-19

2020-08-18 · Adnane Cabani, Karim Hammoudi, Halim Benhabiles, Mahmoud Melkemi

The wearing of the face masks appears as a solution for limiting the spread of COVID-19. In this context, efficient recognition systems are expected for checking that people faces are masked in regulated areas. To perfor…

Face Detection

Masked Face Recognition Dataset and Application

2020-03-20 · Zhongyuan Wang, Guangcheng Wang, Baojin Huang, Zhangyang Xiong 외

In order to effectively prevent the spread of COVID-19 virus, almost everyone wears a mask during coronavirus epidemic. This almost makes conventional facial recognition technology ineffective in many cases, such as comm…

Face DetectionFace Recognition

MLFW: A Database for Face Recognition on Masked Faces

2021-09-13 · Chengrui Wang, Han Fang, Yaoyao Zhong, Weihong Deng

As more and more people begin to wear masks due to current COVID-19 pandemic, existing face recognition systems may encounter severe performance degradation when recognizing masked faces. To figure out the impact of mask…

Face Recognition

Balanced Masked and Standard Face Recognition

2021-10-04 · Delong Qi, Kangli Hu, Weijun Tan, Qi Yao 외

We present the improved network architecture, data augmentation, and training strategies for the Webface track and Insightface/Glint360K track of the masked face recognition challenge of ICCV2021. One of the key goals is…

Data AugmentationFace DetectionFace Recognition

An Exploratory Study of Masked Face Recognition with Machine Learning Algorithms

2023-06-14 · Megh Pudyel, Mustafa Atay

Automated face recognition is a widely adopted machine learning technology for contactless identification of people in various processes such as automated border control, secure login to electronic devices, community sur…

Face Recognition