paper-with-me

홈 › Papers

Boosting Masked Face Recognition with Multi-Task ArcFace

2021-04-20 · David Montero, Marcos Nieto, Peter Leskovsky, Naiara Aginako

In this paper, we address the problem of face recognition with masks. Given the global health crisis caused by COVID-19, mouth and nose-covering masks have become an essential everyday-clothing-accessory. This sanitary measure has put the state-of-the-art face recognition models on the ropes since they have not been designed to work with masked faces. In addition, the need has arisen for applications capable of detecting whether the subjects are wearing masks to control the spread of the virus. To overcome these problems a full training pipeline is presented based on the ArcFace work, with several modifications for the backbone and the loss function. From the original face-recognition dataset, a masked version is generated using data augmentation, and both datasets are combined during the training process. The selected network, based on ResNet-50, is modified to also output the probability of mask usage without adding any computational cost. Furthermore, the ArcFace loss is combined with the mask-usage classification loss, resulting in a new function named Multi-Task ArcFace (MTArcFace). Experimental results show that the proposed approach highly boosts the original model accuracy when dealing with masked faces, while preserving almost the same accuracy on the original non-masked datasets. Furthermore, it achieves an average accuracy of 99.78% in mask-usage classification.

📄 PDF Abstract BibTeX arXiv:2104.09874

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFace Recognition

Methods 이 논문이 사용한 방법론

ArcFace ArcFace, or Additive Angular Margin Loss, is a loss function used in face recognition tasks. The softmax is traditionally used…

Similar Papers 제목 키워드 기반

FocusFace: Multi-task Contrastive Learning for Masked Face Recognition

2021-10-28 · Pedro C. Neto, Fadi Boutros, João Ribeiro Pinto, Naser Damer 외

SARS-CoV-2 has presented direct and indirect challenges to the scientific community. One of the most prominent indirect challenges advents from the mandatory use of face masks in a large number of countries. Face recogni…

Contrastive LearningFace RecognitionFace Verification

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

Analysis of face detection, face landmarking, and face recognition performance with masked face images

2022-06-03 · Ožbej Golob

Face recognition has become an essential task in our lives. However, the current COVID-19 pandemic has led to the widespread use of face masks. The effect of wearing face masks is currently an understudied issue. The aim…

Face DetectionFace 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

Localization using Multi-Focal Spatial Attention for Masked Face Recognition

2023-05-03 · Yooshin Cho, Hanbyel Cho, Hyeong Gwon Hong, Jaesung Ahn 외

Since the beginning of world-wide COVID-19 pandemic, facial masks have been recommended to limit the spread of the disease. However, these masks hide certain facial attributes. Hence, it has become difficult for existing…

Face Recognition