paper-with-me

홈 › Papers

Mask or Non-Mask? Robust Face Mask Detector via Triplet-Consistency Representation Learning

2021-10-01 · Chun-Wei Yang, Thanh-Hai Phung, Hong-Han Shuai, Wen-Huang Cheng

In the absence of vaccines or medicines to stop COVID-19, one of the effective methods to slow the spread of the coronavirus and reduce the overloading of healthcare is to wear a face mask. Nevertheless, to mandate the use of face masks or coverings in public areas, additional human resources are required, which is tedious and attention-intensive. To automate the monitoring process, one of the promising solutions is to leverage existing object detection models to detect the faces with or without masks. As such, security officers do not have to stare at the monitoring devices or crowds, and only have to deal with the alerts triggered by the detection of faces without masks. Existing object detection models usually focus on designing the CNN-based network architectures for extracting discriminative features. However, the size of training datasets of face mask detection is small, while the difference between faces with and without masks is subtle. Therefore, in this paper, we propose a face mask detection framework that uses the context attention module to enable the effective attention of the feed-forward convolution neural network by adapting their attention maps feature refinement. Moreover, we further propose an anchor-free detector with Triplet-Consistency Representation Learning by integrating the consistency loss and the triplet loss to deal with the small-scale training data and the similarity between masks and occlusions. Extensive experimental results show that our method outperforms the other state-of-the-art methods. The source code is released as a public download to improve public health at https://github.com/wei-1006/MaskFaceDetection.

📄 PDF Abstract BibTeX arXiv:2110.00523

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionRepresentation LearningTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…
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…

Similar Papers 제목 키워드 기반

My Eyes Are Up Here: Promoting Focus on Uncovered Regions in Masked Face Recognition

2021-08-02 · Pedro C. Neto, Fadi Boutros, João Ribeiro Pinto, Mohsen Saffari 외

The recent Covid-19 pandemic and the fact that wearing masks in public is now mandatory in several countries, created challenges in the use of face recognition systems (FRS). In this work, we address the challenge of mas…

Face RecognitionTriplet

Self-restrained Triplet Loss for Accurate Masked Face Recognition

2021-03-02 · Fadi Boutros, Naser Damer, Florian Kirchbuchner, Arjan Kuijper

Using the face as a biometric identity trait is motivated by the contactless nature of the capture process and the high accuracy of the recognition algorithms. After the current COVID-19 pandemic, wearing a face mask has…

Face RecognitionTriplet

Masked Faces with Faced Masks

2022-01-17 · JiaYi Zhu, Qing Guo, Felix Juefei-Xu, Yihao Huang 외

Modern face recognition systems (FRS) still fall short when the subjects are wearing facial masks, a common theme in the age of respiratory pandemics. An intuitive partial remedy is to add a mask detector to flag any mas…

Face Recognition

RetinaMask: A Face Mask detector

2020-05-08 · Mingjie Jiang, Xinqi Fan, Hong Yan

Coronavirus disease 2019 has affected the world seriously. One major protection method for people is to wear masks in public areas. Furthermore, many public service providers require customers to use the service only if …

A Comparative Study of Face Detection Algorithms for Masked Face Detection

2023-05-18 · Sahel Mohammad Iqbal, Danush Shekar, Subhankar Mishra

Contemporary face detection algorithms have to deal with many challenges such as variations in pose, illumination, and scale. A subclass of the face detection problem that has recently gained increasing attention is occl…

Face DetectionOccluded Face Detection