deep learning applications for digital image pro-
cessing, [1], [2]. According to, [2], [3], Deep
learning refers to a "deep neural network” capacity
to absorb new information straight from input data,
[4]. A deep learning technique called "Convolu-
tional Neural Network" is mainly employed in
object detection and image processing, [2], [5], [6].
Non-occluded datasets that show the primary
facial characteristics, such as the eyes, nose, and
mouth, were utilized to develop the traditional
face recognition systems. Such a system of face
recognition is not useful in this era of the pan-
demic which occasioned the wearing of protective
facemasks that occlude human face, [7], [8]. A
growing number of research articles containing
masked faces datasets have been published, alt-
hough the effectiveness of such systems on people
with dark complexion is relatively poor. This
study supports the third Sustainable Development
Goal of the United Nations which focuses on good
health and wellbeing, [9]. The results of this re-
search will contribute to people's safety and health
during a pandemic and afterward.
The rest of the paper is organized as follows.
Section two gives an analysis of different tech-
niques used in related works. Section three dis-
cusses the methodology. Section four presents the
results of the system evaluation. Section five con-
cludes the study with recommendations for future
research.
2 Review of Related Works
The development of "masked face detection" sys-
tems goes through some stages. Image acquisition
is typically the first stage of any object detection
system, followed by image pre-processing.
Masked face detection is performed at stage three.
There are further stages, specifically for systems
designed to examine detected masked faces in
more detail. The identified stages may include, but
are not limited to, mask positioning, gender iden-
tification, and identification of masked faces. A
typical face mask detection system is shown in
Figure 1.
Fig. 1: Typical masked faces detection system,
[10].
One of the most crucial and challenging tasks
in object detection is face detection, [11], [12].
The following are the three categories of face de-
tection. "Boost-based face detection" falls under
the first category and makes use of "boosted cas-
cade Haar features and normalized pixels' differ-
ence." The second category is based on deforma-
ble component models, which replicate the de-
formation of faces. The third category makes use
of CNN, whose features are directly derived from
the input images, [13], [14], [15], [16].
The CNN network's several spatial compres-
sions have led to a significant level of system
complexity, [17], [18], [19]. Without sacrificing
efficiency, a less complicated network will mini-
mize the complexity of the whole system, [20],
[21]. The authors in, [22], [23], [24], developed
face mask extractors from video clips. The as-
sessment demonstrates great potency with offline
images and low potency for real-time operation.
Some other basic neural networks have been real-
ized in, [24], [25], [26], [27]. To enhance such a
system, a real-time still image extractor from vid-
eo clips is required.
The majority of the systems proposed in the
existing literature have not been implemented in
real time. The current detectors also employed a
dataset consisting of individuals with fair com-
plexion to train the model. Hence, there is a need
for a real-time system that can be trained on a di-
verse dataset of individuals with varying com-
plexions. Such a system would possess significant
value and global relevance.
3 Proposed Methods
The developed system is divided into two phases:
model training and implementation. Each phase
comprises several tasks that were completed suc-
cessfully, as indicated in Figure 2. The training
process involves validating the model to prevent
over-fitting and training the model for best fit. The
model is extracted during the implementation
phase and then deployed as a full system.
Fig. 2: Proposed system overview
Post-proc
essing of
Images
Model Inference
Graph Implemen-
tation
Model Training
and Validation
WSEAS TRANSACTIONS on BIOLOGY and BIOMEDICINE
DOI: 10.37394/23208.2023.20.25
Oladapo Tolulope Ibitoye, Oluwafunso Oluwole Osaloni,
Samuel Olufemi Amudipe, Olusogo Julius Adetunji