CVAILGApr 28, 2023

Wearing face mask detection using deep learning through COVID-19 pandemic

arXiv:2305.00068v13 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This addresses the need for automated monitoring of mask compliance in public health settings, but it is incremental as it applies existing models to a new dataset.

The paper tackled the problem of detecting face mask wearing during the COVID-19 pandemic by evaluating three deep learning object detection models, selecting YOLOv4-tiny as the best for real-time applications with 85.31% mAP and 50.66 FPS.

During the COVID-19 pandemic, wearing a face mask has been known to be an effective way to prevent the spread of COVID-19. In lots of monitoring tasks, humans have been replaced with computers thanks to the outstanding performance of the deep learning models. Monitoring the wearing of a face mask is another task that can be done by deep learning models with acceptable accuracy. The main challenge of this task is the limited amount of data because of the quarantine. In this paper, we did an investigation on the capability of three state-of-the-art object detection neural networks on face mask detection for real-time applications. As mentioned, here are three models used, Single Shot Detector (SSD), two versions of You Only Look Once (YOLO) i.e., YOLOv4-tiny, and YOLOv4-tiny-3l from which the best was selected. In the proposed method, according to the performance of different models, the best model that can be suitable for use in real-world and mobile device applications in comparison to other recent studies was the YOLOv4-tiny model, with 85.31% and 50.66 for mean Average Precision (mAP) and Frames Per Second (FPS), respectively. These acceptable values were achieved using two datasets with only 1531 images in three separate classes.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes