CVIVJan 4, 2021

WearMask: Fast In-browser Face Mask Detection with Serverless Edge Computing for COVID-19

arXiv:2101.00784v15 citations
Originality Incremental advance
AI Analysis

This work provides an accessible, low-cost face mask detection system for public health monitoring, particularly relevant for institutions and individuals during pandemics like COVID-19, offering an incremental improvement in deployment convenience.

The paper introduces WearMask, an in-browser serverless edge-computing solution for face mask detection, addressing the need for accessible mask monitoring during the COVID-19 pandemic. It integrates deep learning models (YOLO), a high-performance neural network inference framework (NCNN), and WebAssembly to enable deployment on common devices via web browsers without software installation.

The COVID-19 epidemic has been a significant healthcare challenge in the United States. According to the Centers for Disease Control and Prevention (CDC), COVID-19 infection is transmitted predominately by respiratory droplets generated when people breathe, talk, cough, or sneeze. Wearing a mask is the primary, effective, and convenient method of blocking 80% of all respiratory infections. Therefore, many face mask detection and monitoring systems have been developed to provide effective supervision for hospitals, airports, publication transportation, sports venues, and retail locations. However, the current commercial face mask detection systems are typically bundled with specific software or hardware, impeding public accessibility. In this paper, we propose an in-browser serverless edge-computing based face mask detection solution, called Web-based efficient AI recognition of masks (WearMask), which can be deployed on any common devices (e.g., cell phones, tablets, computers) that have internet connections using web browsers, without installing any software. The serverless edge-computing design minimizes the extra hardware costs (e.g., specific devices or cloud computing servers). The contribution of the proposed method is to provide a holistic edge-computing framework of integrating (1) deep learning models (YOLO), (2) high-performance neural network inference computing framework (NCNN), and (3) a stack-based virtual machine (WebAssembly). For end-users, our web-based solution has advantages of (1) serverless edge-computing design with minimal device limitation and privacy risk, (2) installation free deployment, (3) low computing requirements, and (4) high detection speed. Our WearMask application has been launched with public access at facemask-detection.com.

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