<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>June</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Fairness in Open-Source Face Mask Detection Algorithms</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marco Zullich</string-name>
          <email>marco.zullich@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanni Santacatterina</string-name>
          <email>giovanni.santacatterina@phd.units.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of AI, University of Groningen</institution>
          ,
          <addr-line>Nijenborgh 9, 9747AG, Groningen</addr-line>
          ,
          <country country="NL">the Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Mathematics and Earth Sciences, University of Trieste</institution>
          ,
          <addr-line>via Weiss, 2, 34128 - Trieste (TS)</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>2</volume>
      <fpage>6</fpage>
      <lpage>27</lpage>
      <abstract>
        <p>In response to the breakout of the CoViD-19 pandemic and the resulting face mask mandates, interest has surged in the development of face mask detection algorithms for automatic checking of the compliance with these mandates. Despite the large amount of software and publications connected to this topic, little interest has been paid to ethical facets that the deployment of these systems poses. Face detection models have been noted in the past for showing widely diferent performances across some demographic attributes, potentially amplifying discrimination which may already exist in certain societies. While a minority of publications raised similar concerns for face mask detection systems, no practical analyses have been carried out to investigate the fairness of these algorithms. In the present work, we aim at filling this gap. After surveying the literature on face mask detection, we uncover a small set of 6 open-source algorithms. We assess their fairness by comparing their performance across demographics such as sex, race, and age. In contrast to the aforementioned concerns, we do not uncover consistent and substantial bias over these attributes but in one model. We, though, find that some algorithms generalize very poorly to new datasets, thus raising concerns over their application to real-life scenarios. We conclude by highlighting that the small number of publicly-available implementations is concerning, as it creates a lack of transparency, which could potentially conceal from the end users issues like biases or poor generalization. The shortcomings which we found in the implementations we were able to test, further emphasize the need for more transparency in the development of these algorithms. Face mask detection, object detection, algorithmic fairness, bias measurement, gender bias, racial bias, HHAI-WS 2023: Workshops at the Second International Conference on Hybrid Human-Artificial Intelligence (HHAI), ∗Corresponding author.</p>
      </abstract>
      <kwd-group>
        <kwd>fair AI</kwd>
        <kwd>responsible AI</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The CoViD-19 pandemic has left a strong mark on societies all over the world. In addition
to strict lockdown policies, many governments implemented social distancing and face mask
mandates, rendering mandatory the use of face masks to cover mouth and nose in indoor (and
sometimes also outdoor) spaces and requiring that people keep a minimum distance between
each other [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. As a result, facilities with a large attendance, such as shops, supermarkets,
hospitals, etc., had to dedicate staf to verify the compliance of these rules by the public. In turn,
https://zullich.it/ (M. Zullich)
      </p>
      <p>© 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
this has sparked the necessity for having automatic systems to relieve human staf from these
tasks.</p>
      <p>While automatic face mask detectors can greatly help public facilities in monitoring the
compliance of CoViD-19 mandates, the speed with which these many researches were published
calls for additional analyses concerning ethical aspects; these concerns can be, by and large, the
same of face detection algorithms, which have been around as early as the ’70s [2], and that, by
the start of the new millennium, already had a very large number of works surveyed [3]. These
concerns can be linked to algorithmic bias, whereas due to design flaws in the algorithm or in the
data the algorithm is trained on, the detector commits substantially diferent error rates across
attributes such as gender, race, and age [4]. This can be particularly concerning when these
algorithms are connected to, e.g., police control systems [5]. Despite these concerns being cited
also in the literature on face mask detection [6, 7], to the best of our knowledge, there does not
seem to be a work testing in practice whether these bias are present also in these algorithms. A
development of face mask detection systems which does not encompass possible considerations
on fairness might have negative consequences: in case these systems were to be deployed
without human supervision, people could be, for instance, denied entrance to shops because
these models might be inaccurate on faces of a specific age group or ethnicity. In the ill-advised
situation in which one of these model might be employed by police forces for enforcement of
face mask mandates, people might even incur in fines for errors attributable to unfair algorithms.
In the present work, we aim at assessing the fairness of face mask detectors, thus addressing
the aforementioned unsupported claims of bias. Via the aid of recently published reviews,
we survey the literature in search for publications presenting open-source freely-accessible
implementations of face mask detection algorithms, finding 6 of them. We then make use of
two publicly-accessible datasets which are designed to boast a variability in race, sex, or age, to
test the performance of these algorithms across diferent demographics. We find that claims
of unfairness are generally unsupported except for one model. We do however notice that
some of these algorithms showcase very poor generalization, thus making their deployment
in the wild potentially hazardous. In conclusion, we provide a consideration regarding the
issue that, despite there being a very large number of works implementing face mask detection
system—more than 150—published in the last few years, only a very small minority of these
release an open-source and functioning implementation of their system. This greatly hampers
reproducibility, a hot topic in the Artificial Intelligence community [ 8], and renders extremely
hard—if not impossible—the assessment by independent researchers of aspects such as fairness
of these algorithms.</p>
      <p>Contributions Summarizing, the main contribution of the present work is the following: we
provide a thorough and reproducible statistical analysis on fairness in open-source face mask
detectors, which was not previously conducted in the literature. While previous claims of bias
in face mask detectors have been made in the literature, this paper adds empirical evidence to
the discussion.</p>
      <p>The code for reproducing our analyses is available at the link https://github.com/
face-mask-detection-algos/.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>The matter of fairness in face detection algorithms is a topic which has been debated as early as
2002: Furl et al. [9] already identified diferences in performance of these tools with respect
to ethnicity. Klare et al. [10] showed that face recognition algorithms available in 2012 were
consistently underperforming when evaluated on images of young black females. More recently,
the GenderShades project [11] benchmarked a face detection algorithm on two popular datasets,
concluding that the algorithm showcased substantially higher error rates for dark-skinned
women than other demographic groups. In a popular media case from 2015, Google Photo’s
recognition algorithms erroneously classified two black-skinned men as “gorillas” 1, a problem
which apparently seems yet to be fixed 2.</p>
      <p>For what concerns the specific task of face mask detection, there exist works [ 6, 7] claiming
that these biases are present also in face mask detection algorithms, although these claims are
not backed by relevant experiments. Rather, the authors use these assertions to introduce two
diferent datasets focused on high variability across race/ethnicity. We incorporate the one
by Kantarcı et al. [7] in our analysis, while the one proposed by Yu et al. [6] seems not to be
publicly available.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methods for Face Mask Detection</title>
      <p>The problem of face mask detection is a specialization of object detection (OD), a popular
Computer Vision (CV) task. Given a number of categories to recognize, OD works by identifying
and coarsely localizing instances of said objects in images. In the case of face mask detection,
usually there are two categories: mask not worn and mask worn. In some instances [12, 13],
datasets are designed using more than two categories, e.g., mask not worn, mask correctly worn,
mask incorrectly worn.</p>
      <p>The earliest approaches for OD use feature engineering for finding instances of known objects
within images. This is the case, for instance, with the Viola-Jones algorithm for face detection
[14], which combines the responses of multiple weak feature detectors, based on the intensity
diferences in small rectangular areas of images, to identify instances of frontal faces. This
approach has also been adopted in face mask detection, as in the work by Dewantara et al. [15].
Nonetheless, these “classical” CV approaches have recently fallen into disuse in favor of more
efective techniques based on DNNs, which all the algorithms used in our analysis make use of.
DNN-based OD systems can be further split in two classes, one-shot and two-shot detectors
[16].</p>
      <p>
        One-shot detectors: these algorithm employ DNNs to perform identification and localization
of objects in one shot. Thus, their output will contain information for both the categories of the
objects and their localization within the image. One-shot detectors are usually fast, but tend to
be less accurate than their two-shot counterparts. Examples of these techniques include You
Only Look Once (YOLO) [17] and Single-Shot Detector (SSD) [
        <xref ref-type="bibr" rid="ref2">18</xref>
        ], used extensively for face
mask detection (e.g., [
        <xref ref-type="bibr" rid="ref3 ref4 ref5">19, 20, 21</xref>
        ] and many others).
      </p>
      <sec id="sec-3-1">
        <title>1https://www.wsj.com/articles/BL-DGB-42522, retrieved on April 13th, 2023 2https://www.nytimes.com/2023/05/22/technology/ai-photo-labels-google-apple.html, retrieved on April 13th, 2023</title>
        <p>
          Two-shot detectors: these algorithms employ an initial phase of localization, where they
propose regions in which the objects are to be found; subsequently, another module performs
the classification on these regions. Due to their two-phase detection, they tend to be slower than
one-shot detectors, although they might enjoy a better accuracy. An example of this technology
is Faster-R-CNN [
          <xref ref-type="bibr" rid="ref6">22</xref>
          ], used, for instance, in [
          <xref ref-type="bibr" rid="ref7">23, 13</xref>
          ]. For face mask detection, another two-shot
approach is to use a face detector for identifying the relevant regions, then perform mask
classification on these regions [
          <xref ref-type="bibr" rid="ref8 ref9">24, 25</xref>
          ].
        </p>
        <sec id="sec-3-1-1">
          <title>3.1. Frameworks for Implementing Face Mask Detectors</title>
          <p>
            In addition to custom implementations, there exists a large number of frameworks for
implementing OD algorithms. The most common are PyTorch [
            <xref ref-type="bibr" rid="ref10">26</xref>
            ] and TensorFlow [
            <xref ref-type="bibr" rid="ref11">27</xref>
            ], two powerful
open-source frameworks for Deep Learning. A lesser used framework, yet worthy of mention,
is Darknet3, written in C. For instance, the original implementation of YOLO was released in
Darknet. The library Tensorflow-Lite (TFLite) [
            <xref ref-type="bibr" rid="ref12">28</xref>
            ], now part of TensorFlow, is a framework for
deploying neural networks onto low-end devices. It uses C as a destination language. Other
frameworks include the programming language Matlab4, the Cafe [
            <xref ref-type="bibr" rid="ref13">29</xref>
            ] platform, and many
others.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Background on Fairness</title>
      <p>
        Fairness, when considering the act of decision-making, is defined as «absence of any prejudice
or favoritism toward an individual or group based on their inherent or acquired characteristics»
[
        <xref ref-type="bibr" rid="ref14">30</xref>
        ]. Fairness may be defined in terms of parity of treatment between individuals, regardless of
their diferences in sensitive attributes. We suppose to have a model outputting a prediction  ̂,
the corresponding ground truth being identified as  . Let  be a protected attribute on which
we want to calculate a possible bias. Without loss of generality, let us suppose this attribute can
assume only two values, 0 and 1. One possible definition of fairness (adapted from [
        <xref ref-type="bibr" rid="ref15">31</xref>
        ]) is the
following:
 (  =̂ | = 0,  = ) =  (
 =̂ | = 1,  = ), ∀ ∈
supp( )̂ ,  ∈
supp( )
(1)
This means that, fixing the ground truth, the model needs to behave similarly across the various
groups of the protected attribute (even in case of misclassification). In this sense, we will be
assessing for fairness by testing for statistical equality over the output of the models and the
corresponding ground truths. The variables on which we will assess fairness, along with the
statistical methodology employed, will be discussed in Section 6.
      </p>
      <p>
        Biased behaviors in algorithms can arise due to flaws in the algorithms themselves or, when
these algorithms are data-driven, due to existing bias in the training datasets. The latter is often
the case of the data-driven Machine Learning algorithms which are experimented with in the
present work. A large bulk of face masks detection datasets were created during the early days
of the CoViD-19 pandemic by quickly aggregating existing resources scraped from the web,
3https://pjreddie.com/darknet/
4https://www.mathworks.com/products/matlab.html
which is a clear indication of non-random sampling, which could result in bias. Kantarcı et
al. [7] claim that a large number of such datasets contain an overwhelming majority of Asian,
or otherwise light-skinned people, due to the availability of images of people wearing face
masks by the time of the creation of these datasets. This could be a source of unfairness, as
algorithms trained on these data may fail to recognize, e.g., darker-skinned people, due to
their under-representation within the dataset: a behavior which has already been noted in face
detection tasks [
        <xref ref-type="bibr" rid="ref16">10, 32</xref>
        ].
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Selection of Algorithms for the Analysis</title>
      <p>
        In order to select relevant algorithms for our analysis, we decided to explore the existing
literature on the topic of face mask detection and recognition. We mainly made use of three
surveys [
        <xref ref-type="bibr" rid="ref17 ref18 ref4">33, 34, 20</xref>
        ] for gathering the main bulk of the researches up to the first half of 2022.
For identifying works published after this period, we operated a research in a similar fashion
with respect to Hu et al. [
        <xref ref-type="bibr" rid="ref4">20</xref>
        ]: we queried Google Scholar, IEEE Xplore Digital Library, Web
of Science, and Springer Link with the search term (``face mask'' OR ``facemask'') AND
(``detection'' OR ``recognition''). In total, we identified more than 150 publications
treating the topic of automatic face mask detection from as early as 2017. As already mentioned
by Liberatori et al. [
        <xref ref-type="bibr" rid="ref3">19</xref>
        ], the number of works on the topic of face mask recognition with an
available implementation is very low: out of all the publications we surveyed, we were able to
identify only 15 of them claiming an open-source implementation.
      </p>
      <p>We identified a set of desirable characteristics that these implementations should meet in
order to be ready-to-use for our analyses:
(i) A clear list of dependencies or requirements that are needed in order to run the code.
(ii) Availability of parameters for running pre-trained models without re-training phases.
(iii) Possibility of using the proposed models or methods in a plug-and-play fashion, without
time-consuming set-ups, like hyperparameter fine-tuning on specific datasets.</p>
      <p>
        Following this analysis, we found that 10 of the 15 works which we originally identified
either (a) did not meet the aforementioned criteria, or (b) were linking to nonexistent or empty
repositories. In Appendix A we detail the list of these works, specifying the motivation behind
their rejection. As a consequence, only 5 works passed this initial scrutiny and were ready for
use in our study. Moreover, we included an additional work [
        <xref ref-type="bibr" rid="ref8">24</xref>
        ], which is not part of a scientific
publication, but is an open-source software cited in other relevant papers in the field of face
mask detection (such as [
        <xref ref-type="bibr" rid="ref19 ref20">35, 36</xref>
        ]) and which has other times been employed as a benchmark for
comparing performances with respect to other face mask detection algorithms. Table 1 shows
the final list of implementations that we use in our analysis. As an additional note for what
concerns MOXA [
        <xref ref-type="bibr" rid="ref7">23</xref>
        ]: the authors present four diferent architectures with diferent sets of
weights. We made use of YOLOv3, which, according to the authors, is the model which recorded
the best performance.
      </p>
      <sec id="sec-5-1">
        <title>5.1. Datasets</title>
        <p>Implementation details
CNN using pre-trained face detector
CNN using pre-trained face detector
YOLOv4-tiny adapted for low-end device</p>
        <p>Language/library
TensorFlow
TensorFlow</p>
        <p>PyTorch + TFLite
YOLOv3, YOLOv3-tiny, SSD, Faster-RCNN
Faster-RCNN
custom YOLO</p>
        <p>
          Darknet
PyTorch
PyTorch
In order to evaluate the fairness of the selected algorithms, we made use of two datasets, which
were recently published in an attempt to mitigate algorithmic bias in (face) mask detection
systems:
• FairFace [
          <xref ref-type="bibr" rid="ref22">38</xref>
          ]: a dataset for face classification composed of 108 501 pictures containing
one face, centered with respect to the image frame. The labels contain information on
age group (0-2, 3-9, 10-19, 20-29, 30-39, 40-49, 50-59, 60-69, and 70+ years of age), gender
(female, male), and race (Black, East Asian, Indian, Latino/Hispanic, Middle Eastern,
Southeast Asian, White). We ran our experiments on the validation split, which contains
10 954 images. The dataset is not specific for face mask detection and contain only images
of faces without a face mask. This means that we could use it only for checking true
negatives and false positives in our analyses.
• Bias Aware Face Mask Detection Dataset (BAFMD) [7]: a dataset for face mask detection
having more than 13 000 images containing faces with or without face masks. The labels
are provided only for the presence/absence of a face mask, thus, to make it usable for our
purpose, we manually annotated two attributes, skin color (dark, light) and sex (female,
male), on a subset of 319 pictures (695 total faces) extracted from the validation set.
        </p>
        <p>Skin color = Dark Skin color = Light</p>
        <p>Sex = Female Sex = Male
Skin color = Dark Skin color = Dark</p>
        <p>Sex = Male Sex = Male
(a) BAFMD</p>
        <p>Age = 3-9
Race = Southeast Asian</p>
        <p>Sex = Male</p>
        <p>Age = 20-29
Race = Black</p>
        <p>Sex = Female</p>
        <p>Age = 60-69
Race = Middle Eastern</p>
        <p>Sex = Male</p>
        <p>Age = 30-39
Race = White</p>
        <p>Sex = Feale</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Fairness assessment</title>
      <p>As previously talked about in Section 4, we assess fairness of the models by testing for equality
of outputs given the value of ground truth and the value of the protected attribute(s). We
identify two variables on which we will evaluate the fairness of the models: localization and
classification.</p>
      <p>
        Localization In the problem of object detection, we can assess a model over multiple factors,
the first one being the localization of an object, regardless of the correctness of the class
predicted. We can quantify the overlap between predicted bounding box and ground truth with
the Intersection-over-Union (IoU), a metric, commonly used in OD benchmarks, for assessing
the quality of localization of predicted bounding boxes [
        <xref ref-type="bibr" rid="ref23">39</xref>
        ]. Given a predicted bounding box
 pred and the corresponding ground truth  gt:
      </p>
      <p>IoU( pred,  gt) ≐</p>
      <p>
        Area( pred) ∩ Area( gt)
Area( pred) ∪ Area( gt)
(2)
As standard in the literature, an IoU larger than 0.5 is considered a match between ground truth
and prediction, thus indicating a good localization [
        <xref ref-type="bibr" rid="ref24">40</xref>
        ]. Having characterized what constitutes
a good localization, we can then define the localization rate:
      </p>
      <p>Localization rate =</p>
      <sec id="sec-6-1">
        <title>Faces correctly identified</title>
        <p>Total faces in image
For the problem of localization, we can then assess fairness by requesting the localization rate
of the models to be similar across the support of the protected attribute(s).
Classification By considering only cases of correct localization, we can assess the classification
accuracy by checking whether a model correctly predicts the presence/absence of the face mask
within the predicted bounding boxes. By recalling Equation (1), we will then check for fairness
in the cases in which the model correctly predicts the presence of a face mask (true positives),
or correctly predicts the absence of a face mask (true negatives). The check on false positives or
negatives is redundant as the proportions are complementary with respect to the true negatives
and positives, respectively.</p>
        <p>
          Statistical tests In order to evaluate in a statistical fashion the significance of a diference,
we will use an unpaired binomial test. Let  ̂ be the rate attained by a model (i.e., localization
rate, true positive rate, or true negative rate) on a dataset over all instances having protected
attribute  =  . We define  ̂⧵ the rate attained over all the other instances in the dataset. We
can see the rates as observed realizations of two binomial distributions with unobserved true
rates   and  ⧵ . We use the unpaired binomial test for the null hypothesis  0 ∶   =  ⧵ with
a level of significance  of 0.05. We accompany each p-value with an estimate of the efect
size—namely, Cohen’s ℎ [
          <xref ref-type="bibr" rid="ref25">41</xref>
          ]—to quantify the magnitude of the diference between each pair of
ratios. According to Cohen’s guidelines, an efect size larger than 0.2 can be considered small.
We will use this threshold for labeling significant biases as severe. We provide additional details
on this topic in Appendix C.
        </p>
        <p>Application to the Two Datasets FairFace does not have ground truth encompassing
localization of the face within the image. For this dataset, thus, we have to make some assumptions
and simplifications to conduct the assessments. We simplify the localization part in this way:
if the model predicts at least one bounding box (regardless of the predicted category) then
we consider the localization correct. Incorrect localizations are, then, cases where the model
does not output any bounding box. Since the examples in this dataset are all negatives (i.e.,
people not wearing face masks), we can only check the fairness in the case of true negatives.
We consider true negatives those cases in which the model predicts at least one bounding box
where a mask is not worn. These simplifications are also motivated by the presence within the
dataset of some images depicting more than one face (see Figure 2) which might pollute the
ifnal results.</p>
        <p>For the other dataset, BAFMD, we are able to provide the whole picture (i.e., fairness
assessment for localization, true positives, and true negatives) since the dataset has (a) information
concerning the localization in the ground truth, and (b) images belonging to the positive class,
i.e., masked faces, both of which are lacking in FairFace.</p>
        <p>Dataset
FairFace
BAFMD
As indicated in Section 6, we assess fairness over localization rate, true positive rate, and true
negative rate, on the datasets FairFace and BAFMD. Although these metrics can be employed to
measure the performance, in terms of accuracy, of the algorithms, it is important to remark that
they are not the centerpiece of our analysis, this being more directed towards fairness.
7. Results
Results concerning the localization rate on the dataset FairFace.  ̂ is the rate achieved by the model
on a specific group,   indicates the size of the group in the dataset, while  is the p-value corresponding
to the unpaired binomial test; ℎ refers to the Cohen’s ℎ, measuring the efect size. p-values and efect
sizes are shown only once per attribute since they all have binary support, and are hence the same for
both groups. p-values smaller than 0.5 are shown in boldface—they indicate a significant diference
with respect to the other groups of the same attribute. The efect size is also indicated in bold when
the diference is significant and the</p>
        <p>ℎ-number is larger than 0.2, denoting a severe bias (ref. Section 6).</p>
        <p>As introduced in Section 7 and Section 7.1, the models FMD, Maskd, and waittim fail to produce valid
outputs on FairFace, and hence do not appear in this table.</p>
        <p>MYTR</p>
        <p>MOXA</p>
        <p>RHF</p>
        <sec id="sec-6-1-1">
          <title>7.1. FairFace</title>
          <p>Three algorithms seem completely unable to correctly identify faces in this dataset: FMD, Maskd,
and waittim. In the first two cases, the models predict the presence of faces lying completely
outside of the image frame, while waittim does not predict bounding boxes for almost all the
images in the dataset. This leaves us with only three algorithms for this task: MYTR, MOXA,
and RHF.</p>
          <p>The results concerning the two rates for these models are presented in Table 2. All models
seem to behave well (&gt; 80%) on both rates, the only exception being MYTR, which posts an
abysmal 21.58% on true negative rate, which means that it very often predicts the presence
of a face mask when the subject in the picture is wearing none. The results concerning the






ℎ
ℎ
ℎ
Results concerning the true negative rate on the dataset FairFace.  ̂ is the rate achieved by the model
on a specific group,   indicates the size of the group in the dataset, while  is the p-value corresponding
to the unpaired binomial test; ℎ refers to the Cohen’s ℎ, measuring the efect size. p-values and efect
sizes are shown only once per attribute since they all have binary support, and are hence the same for
both groups. p-values smaller than 0.05 are shown in boldface—they indicate a significant diference
with respect to the other groups of the same attribute. The efect size is also indicated in bold when the
diference is significant and the</p>
          <p>ℎ-number is larger than 0.2, denoting a severe bias (ref. Section 6). As
introduced in Section 7, the model waittim fails to produce valid outputs on BAFMD, and hence does
not appear in this table.</p>
          <p>MYTR</p>
          <p>MOXA</p>
          <p>RHF
analysis of fairness are instead presented in Table 3 for the localization rate and in Table 4 for
the true negative rate. We notice that RHF struggles a lot with localization, as it records several
significant diferences across almost all demographic groups. Specifically, it also records a
severe bias by apparently discriminating against black people (rate of 75.84% against an average
of 85.84% for the other races—a Cohen’s ℎ of 0.2561). MYTR commits several biases in the true
negative rate, although none are severe and the results are quite meaningless considering its
very low performance across all demographics.
7.2. BAFMD
On BAFMD, we can provide an additional analysis of true positive rates, since this dataset
encompasses also cases of people wearing face masks. Again, waittim is unable to recognize
faces on this dataset. This greatly undermines its credibility, as it seems to be overtrained on its
training dataset distribution, being completely unable to generalize to other situations. Now,
FMD and Maskd showcase decent results, and thus we include them in this analysis.</p>
          <p>The results concerning the three rates are presented in Table 2, while the fairness analysis is
detailed in Table 5. For the localization task, performances range wildly, from the terrible 15.39%
of MYTR to the 94.51% of RHF. We also have to note the poor performance of FMD and Maskd
(51.05% and 59.14% respectively). On this task, though, only RHF records a severe bias, possibly
discriminating men. On the analysis of positive and negative rates, all the models showcase
decent performances, although again RHF commits a severe bias, possibly discriminating on
dark-skinned people. This behavior was already noticed in the localization task for FairFace,
thus creating a strong evidence that RHF could be consistently biased towards specific races or
ethnicities. An additional notice on the false negative rates: there is no significant diference to
report, although the small sample size—due to the low number of people without face masks in
the dataset—does not help in getting robust results; in this sense, a more complete dataset could
help in getting clearer results.</p>
        </sec>
        <sec id="sec-6-1-2">
          <title>7.3. Summary</title>
          <p>We can wrap up the results by stating that the performances we observed are quite varied, with
two models showcasing good or very good results on both datasets and four performing quite
poorly, thus possibly hinting at bad generalization outside of the distribution of the training
data. A couple of models were notable for showcasing unfair behavior in many instances—
MYTR and RHF. The latter, specifically, despite consistently showing good performance across
all rates, recorded a total of four severe biases in separate occasions, with two notable cases
discriminating black/dark-skinned people. All in all, apart from this case, there do not seem
to be egregious cases of unfairness in the other four models, at least not with the magnitudes
reported in the GenderShades project [4].</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>8. Conclusion and Discussion</title>
      <p>
        In the present paper, we provided an analysis on the fairness of a subset of 6 open-source,
ready-for-use face mask detection algorithms. Our work was prompted by the unproven claims
of unfairness of face mask detection algorithms [
        <xref ref-type="bibr" rid="ref26">7, 42</xref>
        ]. Out of more than 150 papers published
presenting face mask detection algorithms, we are able to single out only 6 open-source
readyto-use implementations. We identified 2 datasets for the assessment of fairness over attributes
such as sex, age, and race/skin color. We assessed the fairness by testing these models on these
datasets over multiple performance indicators. Our analysis seem to suggest that only one
model records multiple severe cases of bias (twice on Black/dark-skinned people), that one
being RHF [13], while other models, like MYTR [
        <xref ref-type="bibr" rid="ref3">19</xref>
        ], commit several of them but of smaller
magnitude.
      </p>
      <sec id="sec-7-1">
        <title>Deployment of Face Mask Detection Models in the Wild The results we obtained point</title>
        <p>out quite clearly that the deployment of these models in the wild cannot happen without
extensive supplementary analyses on additional test data or on bias/fairness with respect
to protected attributes. Despite being mostly fair, we show that many of the models we
experimented with do not seem ready to be adopted as general-purpose face mask detectors
in the wild, as they mostly do not generalize well to real-life scenarios. Three of them (FMD,
Maskd, waittim) were unable to produce meaningful outputs on one or both datasets, while
another (MYTR) multiple times recorded rates lower than 25%. Analyses on the shortcomings
of FMD, Maskd, and MYTR are further displayed in Appendix D; for what concerns waittim,
we posit that the bad performances might be due to an extreme overfitting on the domain of
the training dataset (from which the test dataset was sampled). All models, though, even the
best-performing ones, do showcase either weak points or severe biases, and hence, our opinion
is that their deployment must be subject to human supervision to remedy their shortcomings.</p>
      </sec>
      <sec id="sec-7-2">
        <title>Reproducibility of Results of Face Mask Detection Algorithm Another point of dis</title>
        <p>
          cussion is the unavailability of open-source code for more than 95% of the work we surveyed.
Reproducibility of the results claimed in a scientific publication is fundamental to verify the
reliability and transparency of these findings [ 8] and allows for the evaluation of aspects such
as bias and fairness of the proposed models [
          <xref ref-type="bibr" rid="ref27">43</xref>
          ], aspects which might have not been
considered in the original researches, and that might, thus, remain concealed from the end users of
these applications. A need for transparency is further emphasized by some of the limitations
demonstrated by the models tested by us, which raises the question on whether the unavailable
implementations might exhibit similar issues.
        </p>
        <p>
          Limitations and Future Work The analysis we conducted is limited due to the very low
number of implementations in the field of face mask detection we were able to attain to.
Moreover, our study could greatly benefit by adding more datasets, like the aforementioned
F2LA [
          <xref ref-type="bibr" rid="ref16">32</xref>
          ]. Additionally, the “MaskTheFace” tool [
          <xref ref-type="bibr" rid="ref28">44</xref>
          ] could be used to increase the number of
positives in some datasets by artificially drawing face masks on top of faces. For what concerns
the fairness study, a future work could encompass a combination of multiple attributes, instead
of considering single attributes in isolation, as we did in our analysis, to allow for a fine-grained
investigation. In addition, our notion of fairness is limited to the definition given in Equation ( 1),
which has been termed “Equal Opportunity” in a recent survey by Mehrabi et al. [
          <xref ref-type="bibr" rid="ref14">30</xref>
          ]. They also
include several alternative definitions of fairness which could yield diferent results if applied
in the context of our analysis. Nevertheless, we hope that our work helps in shedding light to
the claims of bias towards race, age, or sex, of these algorithms, by showing that the situation is
not as bad as other works had discovered for face detection systems [9, 10, 4].
[2] T. Sakai, M. Nagao, T. Kanade, Computer analysis and classification of photographs of
human faces, Kyoto University, 1972.
[3] E. Hjelmås, B. K. Low, Face detection: A survey, Computer vision and image understanding
83 (2001) 236–274.
[4] J. Buolamwini, T. Gebru, Gender shades: Intersectional accuracy disparities in commercial
gender classification, in: Conference on fairness, accountability and transparency, PMLR,
2018, pp. 77–91.
[5] P. Fussey, D. Murray, Independent report on the london metropolitan police service’s trial
of live facial recognition technology (2019).
[6] J. Yu, X. Hao, Z. Cui, P. He, T. Liu, Boosting fairness for masked face recognition, in:
Proceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp.
1531–1540.
[7] A. Kantarcı, F. Ofli, M. Imran, H. K. Ekenel, Bias-aware face mask detection dataset, arXiv
preprint arXiv:2211.01207 (2022).
[8] J. Pineau, P. Vincent-Lamarre, K. Sinha, V. Larivière, A. Beygelzimer, F. d’Alché Buc, E. Fox,
H. Larochelle, Improving reproducibility in machine learning research (a report from the
neurips 2019 reproducibility program), The Journal of Machine Learning Research 22
(2021) 7459–7478.
[9] N. Furl, P. Phillips, A. J. O’Toole, Face recognition algorithms and the other-race efect:
computational mechanisms for a developmental contact hypothesis, Cognitive Science 26
(2002) 797–815. doi:https://doi.org/10.1016/S0364- 0213(02)00084- 8.
[10] B. F. Klare, M. J. Burge, J. C. Klontz, R. W. V. Bruegge, A. K. Jain, Face recognition
performance: Role of demographic information, IEEE Transactions on information forensics
and security 7 (2012) 1789–1801.
[11] B. S. Bayu Dewantara, D. Twinda Rhamadhaningrum, Detecting Multi-Pose Masked
Face Using Adaptive Boosting and Cascade Classifier, in: 2020 International Electronics
Symposium (IES), 2020, pp. 436–441. doi:10.1109/IES50839.2020.9231934.
[12] A. Kumar, A. Kalia, K. Verma, A. Sharma, M. Kaushal, Scaling up face masks detection with
        </p>
        <p>YOLO on a novel dataset, Optik 239 (2021) 166744. doi:10.1016/j.ijleo.2021.166744.
[13] S. Wang, X. Wang, X. Guo, Advanced face mask detection model using hybrid dilation
convolution based method, Journal of Software Engineering and Applications 16 (2023)
1–19.
[14] P. Viola, M. Jones, Rapid object detection using a boosted cascade of simple features, in:
Proceedings of the 2001 IEEE computer society conference on computer vision and pattern
recognition. CVPR 2001, volume 1, Ieee, 2001, pp. I–I.
[15] B. S. B. Dewantara, D. T. Rhamadhaningrum, Detecting multi-pose masked face using
adaptive boosting and cascade classifier, in: 2020 International Electronics Symposium
(IES), IEEE, 2020, pp. 436–441.
[16] J. Deng, X. Xuan, W. Wang, Z. Li, H. Yao, Z. Wang, A review of research on object
detection based on deep learning, in: Journal of Physics: Conference Series, volume 1684,
IOP Publishing, 2020, p. 012028.
[17] J. Redmon, S. Divvala, R. Girshick, A. Farhadi, You only look once: Unified, real-time
object detection, in: Proceedings of the IEEE conference on computer vision and pattern
recognition, 2016, pp. 779–788.</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>A. Implementations Discarded from Our Analysis</title>
      <p>In Table 6 we present works claiming an open-source implementation that we were unable to
use in our analysis. The causes for this were either an unreachable or empty repository or a
non-compliance with the criteria which we identified in Section 5.</p>
      <p>Ref. Issue(s)</p>
      <p>Does not meet criterion (iii) (requires additional setup)
Does not meet criterion (ii) (parameters not provided)
Does not meet criterion (iii) (requires tuning on specific datasets before usage)
Repository linked in paper is empty
Claim code is accessible via contact, but did not reply to email
Repository linked in paper leads to dead page
Does not meet criterion (ii) (parameters not provided)
Does not meet criterion (i) (dependencies not specified)
Repository linked in paper leads to dead page</p>
      <p>Does not meet criterion (ii) (parameters not provided)</p>
    </sec>
    <sec id="sec-9">
      <title>B. Additional Information on the Datasets Used</title>
      <p>
        In this appendix, we provide additional details on the datasets used in our analysis, FairFace
[
        <xref ref-type="bibr" rid="ref22">38</xref>
        ] and BAFMD [7]. Table 7 summarizes relevant information on these two datasets, while
Figure 3 shows the composition of the datasets with respect to the labels (i.e., mask present or
absent) and the additional attributes on which we analyze the fairness. Notice that FairFace
only contains picture of people without face masks, being a face classification dataset.
      </p>
    </sec>
    <sec id="sec-10">
      <title>C. Details on Statistical Testing</title>
      <p>As mentioned in Section 6, we assess the significance of the diference in ratios between two
groups using an unpaired binomial test. The observed ratios, which we denote as  ̂1 and  ̂2,
can be seen as realizations of two Binomial random variables with number of trials  1 and  2
and unobserved success probabilities  1 and  2. The numbers of trials coincide with the sizes of
the two groups. We can test for the diference between these true unobserved ratios of the two
populations using the unpaired binomial test with the following set of hypotheses:
{ 0 ∶  1 =  2
 1 ∶  1 ≠  2
346
349</p>
      <p>Male</p>
      <p>Race
(a) BAFMD
(b) FairFace</p>
      <p>141
With face mask</p>
      <p>Without face mask
3300</p>
      <p>Age
2330
199
1356 1181
1353
 1 ̂1+ 2 ̂2 . The test quantity is defined as:
 1+ 2
 ⋆ ≐</p>
      <p>̂1 −  ̂2
√ (̂1 −  )̂ (  11 +  12 )
.</p>
      <p>Sex (Female, Male)
Skin color (Dark, Light)
Age (0-2, 3-9, 10-19,
20-29, 30-39, 40-49,
50-59, 60-69, 70+)
Race (Black, East
Asian,
Latino/Hispanic, Southeast
Asian, White)</p>
      <p>Sex (Female, Male)
695
N/A
250
Dark
445</p>
      <p>Light
5162</p>
      <p>Sex</p>
      <p>5792
Female</p>
      <p>
        Male
The corresponding p-value is computed as  (| | &gt;  ⋆),  being a Gaussian random variable with
mean 0 and variance 1. We accompany the p-value with an evaluation on the efect size using
Cohen’s ℎ [
        <xref ref-type="bibr" rid="ref25">41</xref>
        ]. The efect size can complement a statistical test by quantifying the magnitude
of a diference between two populations’ aggregates. Cohen’s ℎ was designed to introduce a
notion of dissimilarity between two ratios or proportions. It is calculated as
ℎ = |2 ⋅ arcsin √ 1̂ − 2 ⋅ arcsin √ 2̂|.
      </p>
      <p>Cohen introduced a rule of thumb for the interpretation of ℎ, indicating cutofs at 0.2, 0.5 and
0.8 as reference values for denoting the diference as small, medium, large.</p>
    </sec>
    <sec id="sec-11">
      <title>D. Additional Insights on Models and Results</title>
      <p>
        Hereby we ofer supplementary insights on three of the six models we made use of.
FMD and Maskd: similarities and invalid outputs on FairFace FMD and Maskd are quite
similar in concept: they both make use of a two-stage detector composed of (i) a face detector
for identifying a region of interest, and (ii) a mask classifier which acts on one specific region
of interest. The usage of a face detector for recognizing masked faces does not seem a good
strategy, as indicated by Groher et al. [
        <xref ref-type="bibr" rid="ref38">54</xref>
        ]. They noted that these algorithms, despite showing
good performance at generically recognizing faces, often failed (around 50% higher error rate)
when evaluating images of masked faces. This could motivate the very subpar performance on
localization attained on BAFMD of these two models. The connections do not end here: there
are obvious similarities in the implementations. In both cases the face detector is the same
pre-trained ResNet-10 [
        <xref ref-type="bibr" rid="ref39">55</xref>
        ]; the face mask classifier, on the other hand, is a custom Convolutional
Neural Network in Maskd and a MobileNetV2 [
        <xref ref-type="bibr" rid="ref40">56</xref>
        ] in FMD. Both the works use TensorFlow for
training and OpenCV for deployment; in addition, some code looks extremely similar, included
the readme file in the GitHub repositories. Given the fact that Face-Mask-Detector is released
in an older repository than Maskd, and the latter does not cite the former in any form, we have
notified the authors of Face-Mask-Detector on the matter, citing a potential case of plagiarism.
The similarities are not limited to the code and architecture; both models showcase the exact
same behavior on the dataset FairFace, whereas they consistently output bounding boxes which
lie completely outside the image frames. It is unclear to us what is causing this pathological
behavior, although we assume that the problem is caused by the ResNet-10 composing the first
stage of the detection. We do not know whether the issue lies in the architecture itself or in the
pre-processing which is applied on the data before being fed into the model. We did however
assume that one problem could be the small size of the images of the dataset (224 × 224). We
tried upscaling the images by a factor of 2 and feed them into the models, but the results did not
change. We operated no further analysis on the malfunctioning on the two implementations.
      </p>
      <sec id="sec-11-1">
        <title>MYTR: poor localization on BAFMD and fairness concerns Continuing with another</title>
        <p>
          underperforming model, MYTR, we have a motivation for the very poor performance on the
localization rate on BAFMD (around 15%). We did expect to record lower results across all the
three rates with respect to the other models, since MYTR was heavily pruned and quantized to
be run on low-end devices; however, the outcomes were quite underwhelming. By analyzing
the output produced by the model, we realized that the bounding boxes produced by it were
much larger than the ones in the ground truth. This deflated the localization rate, as in many
cases the Intersection-over-Union between prediction and ground truth was lower than the
recognition threshold of 0.5. We can see an example of this in behavior in Figure 4. The
reason for this diference in size of bounding boxes can be attributable to (at least) two aspects:
(a) large diferences in the labeling process for BAFMD and the training dataset of MYTR, or
(b) inaccurate set of anchor boxes, which are the system used by YOLO (up to version 4) for
outputting a fixed dimension of bounding boxes. This issue is not present in FairFace, as there
we are missing bounding boxes for the ground truth, thus we used other proxies for determining
a good localization (as indicated in Section 6). To check for possible improvements, we tried
experimentally lowering the threshold to 0.25 to observe possible changes in the localization
rate of MYTR. We did indeed observe an increase in the rate (to around 50%, still a poor result).
Despite the better rate, though, we did notice important hints of possible bias in localization,
with the rate for light-skinned people at around 55% and for dark-skinned people at around
45% (an efect size of 20.03). This further reinforces our findings that MYTR seems generally
to do a poor job in both localization and classification by adding additional fairness concerns.
The presence of such biases, in addition to those already mentioned in Section 7.2, are probably
to be expected since MYTR is a dataset which has undergone pruning and quantization, both
of which have been observed to increase bias towards minority groups [
          <xref ref-type="bibr" rid="ref41 ref42 ref43 ref44">57, 58, 59, 60</xref>
          ]. There
are several works introducing bias-aware model compression techniques (e.g., [
          <xref ref-type="bibr" rid="ref45 ref46">61, 62</xref>
          ]) which
could be employed to mitigate the biases on this model.
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bayham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Richter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. P.</given-names>
            <surname>Fenichel</surname>
          </string-name>
          ,
          <article-title>Risk compensation and face mask mandates during the covid-19 pandemic</article-title>
          , Scientific reports
          <volume>11</volume>
          (
          <year>2021</year>
          )
          <fpage>3174</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>W.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Anguelov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Erhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-Y.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. C.</given-names>
            <surname>Berg</surname>
          </string-name>
          , Ssd:
          <article-title>Single shot multibox detector</article-title>
          , in: Computer Vision-ECCV
          <year>2016</year>
          : 14th European Conference, Amsterdam, The Netherlands,
          <source>October 11-14</source>
          ,
          <year>2016</year>
          , Proceedings,
          <source>Part I 14</source>
          , Springer,
          <year>2016</year>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>B.</given-names>
            <surname>Liberatori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Mami</surname>
          </string-name>
          , G. Santacatterina,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zullich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. A.</given-names>
            <surname>Pellegrino</surname>
          </string-name>
          ,
          <article-title>Yolo-based face mask detection on low-end devices using pruning and quantization</article-title>
          ,
          <source>in: 2022 45th Jubilee International Convention on Information, Communication and Electronic Technology (MIPRO)</source>
          , IEEE,
          <year>2022</year>
          , pp.
          <fpage>900</fpage>
          -
          <lpage>905</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Weng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Machine Learning Techniques and Systems for Mask-Face Detection-Survey and a New OOD-Mask Approach</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <article-title>9171</article-title>
          . doi:
          <volume>10</volume>
          .3390/app12189171.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nagrath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Madan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Arora</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kataria</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Hemanth,</surname>
          </string-name>
          <article-title>Ssdmnv2: A real time dnnbased face mask detection system using single shot multibox detector and mobilenetv2</article-title>
          ,
          <source>Sustainable cities and society 66</source>
          (
          <year>2021</year>
          )
          <fpage>102692</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <surname>Faster</surname>
          </string-name>
          r-cnn:
          <article-title>Towards real-time object detection with region proposal networks</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>28</volume>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>B.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nandy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dutta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Biswas</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. Das</surname>
          </string-name>
          ,
          <article-title>Moxa: A deep learning based unmanned approach for real-time monitoring of people wearing medical masks, Transactions of the Indian National Academy of Engineering 5 (</article-title>
          <year>2020</year>
          )
          <fpage>509</fpage>
          -
          <lpage>518</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>C.</given-names>
            <surname>Deb</surname>
          </string-name>
          , Face Mask Detection,
          <year>2022</year>
          . URL: https://github.com/chandrikadeb7/ Face-Mask-Detection.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>H.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sidana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jindal</surname>
          </string-name>
          ,
          <article-title>A real time face mask detection system using convolutional neural network</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          <volume>81</volume>
          (
          <year>2022</year>
          )
          <fpage>14999</fpage>
          -
          <lpage>15015</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>A.</given-names>
            <surname>Paszke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gross</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Massa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lerer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bradbury</surname>
          </string-name>
          , G. Chanan,
          <string-name>
            <given-names>T.</given-names>
            <surname>Killeen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Gimelshein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Antiga</surname>
          </string-name>
          , et al.,
          <article-title>Pytorch: An imperative style, high-performance deep learning library</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>32</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Barham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Davis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Devin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghemawat</surname>
          </string-name>
          , G. Irving,
          <string-name>
            <given-names>M.</given-names>
            <surname>Isard</surname>
          </string-name>
          , et al.,
          <article-title>Tensorflow: a system for large-scale machine learning</article-title>
          .,
          <source>in: Osdi</source>
          , volume
          <volume>16</volume>
          ,
          <string-name>
            <surname>Savannah</surname>
            ,
            <given-names>GA</given-names>
          </string-name>
          , USA,
          <year>2016</year>
          , pp.
          <fpage>265</fpage>
          -
          <lpage>283</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>P.</given-names>
            <surname>Warden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Situnayake</surname>
          </string-name>
          ,
          <string-name>
            <surname>Tinyml:</surname>
          </string-name>
          <article-title>Machine learning with tensorflow lite on arduino and ultra-low-power microcontrollers,</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Shelhamer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Donahue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karayev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Guadarrama</surname>
          </string-name>
          , T. Darrell, Cafe:
          <article-title>Convolutional architecture for fast feature embedding</article-title>
          ,
          <source>in: Proceedings of the 22nd ACM international conference on Multimedia</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>675</fpage>
          -
          <lpage>678</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>N.</given-names>
            <surname>Mehrabi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Morstatter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Saxena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lerman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Galstyan</surname>
          </string-name>
          ,
          <article-title>A survey on bias and fairness in machine learning</article-title>
          ,
          <source>ACM Computing Surveys (CSUR) 54</source>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hardt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Price</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Srebro</surname>
          </string-name>
          ,
          <article-title>Equality of opportunity in supervised learning</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>29</volume>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mittal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Thakral</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumdar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vatsa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Are face detection models biased?</article-title>
          ,
          <source>in: 2023 IEEE 17th International Conference on Automatic Face and Gesture Recognition (FG)</source>
          , IEEE,
          <year>2023</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>E.</given-names>
            <surname>Mbunge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Simelane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. G.</given-names>
            <surname>Fashoto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Akinnuwesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Metfula</surname>
          </string-name>
          ,
          <article-title>Application of deep learning and machine learning models to detect COVID-19 face masks - A review</article-title>
          ,
          <source>Sustainable Operations and Computers</source>
          <volume>2</volume>
          (
          <year>2021</year>
          )
          <fpage>235</fpage>
          -
          <lpage>245</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.susoc.
          <year>2021</year>
          .
          <volume>08</volume>
          . 001.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nowrin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Afroz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Rahman</surname>
          </string-name>
          , I. Mahmud, Y.-
          <string-name>
            <given-names>Z.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <source>Comprehensive Review on Facemask Detection Techniques in the Context of Covid-19</source>
          , IEEE Access 9
          <article-title>(</article-title>
          <year>2021</year>
          )
          <fpage>106839</fpage>
          -
          <lpage>106864</lpage>
          . doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2021</year>
          .
          <volume>3100070</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Dey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Howlader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Deb</surname>
          </string-name>
          ,
          <article-title>Mobilenet mask: a multi-phase face mask detection model to prevent person-to-person transmission of sars-cov-2</article-title>
          , in:
          <source>Proceedings of International Conference on Trends in Computational and Cognitive Engineering: Proceedings of TCCE 2020</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>603</fpage>
          -
          <lpage>613</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>I. B.</given-names>
            <surname>Venkateswarlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kakarla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Prakash</surname>
          </string-name>
          ,
          <article-title>Face mask detection using mobilenet and global pooling block</article-title>
          ,
          <source>in: 2020 IEEE 4th Conference on Information &amp; Communication Technology (CICT)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          . doi:
          <volume>10</volume>
          .1109/CICT51604.
          <year>2020</year>
          .
          <volume>9312083</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. C.</given-names>
            <surname>Louis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Wheless</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Huo</surname>
          </string-name>
          ,
          <article-title>Wearmask: Fast in-browser face mask detection with serverless edge computing for covid-</article-title>
          19, arXiv preprint arXiv:
          <volume>2101</volume>
          .00784 (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>K.</given-names>
            <surname>Karkkainen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Joo</surname>
          </string-name>
          , Fairface:
          <article-title>Face attribute dataset for balanced race, gender, and age for bias measurement and mitigation</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1548</fpage>
          -
          <lpage>1558</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>H.</given-names>
            <surname>Rezatofighi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tsoi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gwak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sadeghian</surname>
          </string-name>
          , I. Reid,
          <string-name>
            <given-names>S.</given-names>
            <surname>Savarese</surname>
          </string-name>
          ,
          <article-title>Generalized intersection over union: A metric and a loss for bounding box regression</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>658</fpage>
          -
          <lpage>666</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [40]
          <string-name>
            <surname>T.-Y. Lin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Maire</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Hays</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Perona</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Ramanan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dollár</surname>
            ,
            <given-names>C. L.</given-names>
          </string-name>
          <string-name>
            <surname>Zitnick</surname>
          </string-name>
          ,
          <article-title>Microsoft coco: Common objects in context</article-title>
          , in: Computer Vision-ECCV
          <year>2014</year>
          : 13th European Conference, Zurich, Switzerland, September 6-
          <issue>12</issue>
          ,
          <year>2014</year>
          , Proceedings, Part V 13, Springer,
          <year>2014</year>
          , pp.
          <fpage>740</fpage>
          -
          <lpage>755</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <article-title>Statistical power analysis for the behavioral sciences</article-title>
          , Academic press,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <source>Face Mask Wearing Detection Algorithm Based on Improved YOLO-v4, Sensors</source>
          <volume>21</volume>
          (
          <year>2021</year>
          )
          <article-title>3263</article-title>
          . doi:
          <volume>10</volume>
          .3390/s21093263.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lucic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bleeker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jullien</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bhargav</surname>
          </string-name>
          , M. de Rijke,
          <article-title>Reproducibility as a mechanism for teaching fairness, accountability, confidentiality, and transparency in artificial intelligence</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>36</volume>
          ,
          <year>2022</year>
          , pp.
          <fpage>12792</fpage>
          -
          <lpage>12800</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>A.</given-names>
            <surname>Anwar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Raychowdhury</surname>
          </string-name>
          ,
          <article-title>Masked face recognition for secure authentication</article-title>
          , arXiv preprint arXiv:
          <year>2008</year>
          .
          <volume>11104</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>N.</given-names>
            <surname>Fasfous</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-R. Vemparala</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Frickenstein</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Frickenstein</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Badawy</surname>
          </string-name>
          , W. Stechele, Binarycop:
          <article-title>Binary neural network-based covid-19 face-mask wear and positioning predictor on edge devices</article-title>
          ,
          <source>in: 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>108</fpage>
          -
          <lpage>115</lpage>
          . doi:
          <volume>10</volume>
          .1109/IPDPSW52791.
          <year>2021</year>
          .
          <volume>00024</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhalla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Kundu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Deepanjali</surname>
          </string-name>
          , G. Vadivu,
          <string-name>
            <given-names>S.</given-names>
            <surname>Utomo</surname>
          </string-name>
          ,
          <article-title>Automatic face mask detection using a hide and seek algorithm, in: Progress in Pattern Recognition, Image Analysis</article-title>
          ,
          <source>Computer Vision</source>
          , and Applications: 25th Iberoamerican Congress,
          <string-name>
            <surname>CIARP</surname>
          </string-name>
          <year>2021</year>
          , Porto, Portugal, May
          <volume>10</volume>
          -13,
          <year>2021</year>
          , Revised Selected Papers, Springer,
          <year>2022</year>
          , pp.
          <fpage>430</fpage>
          -
          <lpage>439</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>F.</given-names>
            <surname>Boutros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Damer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kirchbuchner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kuijper</surname>
          </string-name>
          ,
          <article-title>Self-restrained triplet loss for accurate masked face recognition</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>124</volume>
          (
          <year>2022</year>
          )
          <article-title>108473</article-title>
          . URL: https: //www.sciencedirect.com/science/article/pii/S003132032100649X. doi:https://doi.org/ 10.1016/j.patcog.
          <year>2021</year>
          .
          <volume>108473</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>I.</given-names>
            <surname>Javed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Khalid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Shehryar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Amin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Syed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sadiq</surname>
          </string-name>
          ,
          <article-title>Face mask detection and social distance monitoring system for covid-19 pandemic</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          <volume>82</volume>
          (
          <year>2023</year>
          )
          <fpage>14135</fpage>
          -
          <lpage>14152</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>B. A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bansal</surname>
          </string-name>
          ,
          <article-title>Face mask detection on photo and real-time video images using cafe-mobilenetv2 transfer learning</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>13</volume>
          (
          <year>2023</year>
          )
          <fpage>935</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Shinde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. G.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <article-title>Intelligent iot (iiot) device to identifying suspected covid-19 infections using sensor fusion algorithm and real-time mask detection based on the enhanced mobilenetv2 model</article-title>
          , in: Healthcare, volume
          <volume>10</volume>
          ,
          <string-name>
            <surname>MDPI</surname>
          </string-name>
          ,
          <year>2022</year>
          , p.
          <fpage>454</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ottakath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Elharrouss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Almaadeed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Al-Maadeed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Khattab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Abualsaud</surname>
          </string-name>
          ,
          <article-title>Vidmask dataset for face mask detection with social distance measurement</article-title>
          ,
          <source>Displays</source>
          <volume>73</volume>
          (
          <year>2022</year>
          )
          <fpage>102235</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [52]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Joshi</surname>
          </string-name>
          , G. Kanahasabai,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kapil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <article-title>Deep learning framework to detect face masks from video footage, in: 2020 12th international conference on computational intelligence and communication networks (CICN)</article-title>
          , IEEE,
          <year>2020</year>
          , pp.
          <fpage>435</fpage>
          -
          <lpage>440</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [53]
          <string-name>
            <given-names>B.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Identifying facemask-wearing condition using image super-resolution with classification network to prevent covid-</article-title>
          19
          <source>, Sensors</source>
          <volume>20</volume>
          (
          <year>2020</year>
          )
          <fpage>5236</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [54]
          <string-name>
            <given-names>P.</given-names>
            <surname>Grother</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ngan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hanaoka</surname>
          </string-name>
          ,
          <article-title>Face recognition vendor test (fvrt): Part 3</article-title>
          ,
          <string-name>
            <surname>demographic</surname>
            <given-names>efects</given-names>
          </string-name>
          ,
          <source>National Institute of Standards and Technology Gaithersburg</source>
          ,
          <string-name>
            <surname>MD</surname>
          </string-name>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [56]
          <string-name>
            <given-names>M.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <article-title>Mobile video object detection with temporally-aware feature maps</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>5686</fpage>
          -
          <lpage>5695</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [57]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hooker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Courville</surname>
          </string-name>
          , G. Clark,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dauphin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Frome</surname>
          </string-name>
          ,
          <article-title>What do compressed deep neural networks forget?</article-title>
          , arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>05248</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [58]
          <string-name>
            <given-names>M.</given-names>
            <surname>Paganini</surname>
          </string-name>
          , Prune responsibly, arXiv preprint arXiv:
          <year>2009</year>
          .
          <volume>09936</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [59]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hooker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Moorosi</surname>
          </string-name>
          , G. Clark,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , E. Denton,
          <article-title>Characterising bias in compressed models</article-title>
          , arXiv preprint arXiv:
          <year>2010</year>
          .
          <volume>03058</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [60]
          <string-name>
            <given-names>C.</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fioretto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-E.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Naidu</surname>
          </string-name>
          ,
          <article-title>Pruning has a disparate impact on model accuracy</article-title>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>35</volume>
          (
          <year>2022</year>
          )
          <fpage>17652</fpage>
          -
          <lpage>17664</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [61]
          <string-name>
            <given-names>V.</given-names>
            <surname>Joseph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Siddiqui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhaskara</surname>
          </string-name>
          , G. Gopalakrishnan,
          <string-name>
            <given-names>S.</given-names>
            <surname>Muralidharan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Garland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ahmed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dengel</surname>
          </string-name>
          ,
          <article-title>Going beyond classification accuracy metrics in model compression</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>01604</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [62]
          <string-name>
            <given-names>C.</given-names>
            <surname>Blakeney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Huish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zong</surname>
          </string-name>
          ,
          <article-title>Simon says: Evaluating and mitigating bias in pruned neural networks with knowledge distillation</article-title>
          ,
          <source>arXiv preprint arXiv:2106.07849</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>