<!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 />
    <article-meta>
      <title-group>
        <article-title>Real-time ML Algorithms for The Detection of Dangerous Objects in Critical Infrastructures</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ivan Azarov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergiy Gnatyuk</string-name>
          <email>s.gnatyuk@nau.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marek Aleksander</string-name>
          <email>marek.aleksander@gmail.com</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ilya Azarov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Assel Mukasheva</string-name>
          <email>mukasheva.a.82@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Almaty University of Power Engineering and Telecommunication</institution>
          ,
          <addr-line>Almaty</addr-line>
          ,
          <country country="KZ">Kazakhstan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Aviation University</institution>
          ,
          <addr-line>Kyiv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>State Scientific and Research Institute of Cybersecurity Technologies and Information Protection</institution>
          ,
          <addr-line>Kyiv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Applied Sciences in Nowy Sacz</institution>
          ,
          <addr-line>Nowy Sacz</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Critical infrastructure is high-level priority area in the conditions of a hybrid large-scale war in Ukraine. Real-time threats monitoring should be provided in both cyber and physical space. This study analyzes existing machine learning (ML) algorithms in real time, compared their advantages and disadvantages, determined the main criteria and chose the optimal algorithm for protecting people and critical infrastructure in the conditions of a hybrid largescale war. The optimal algorithm was defined by criteria; it can be quickly learned detect the desired objects in a limited time, has good object finding accuracy, and does not require large server capacities. The novelty of the work lies in multicriteria analysis of real-time object detection algorithms by proposed criteria as well as defining optimal algorithm that can be used to detect dangerous objects in critical infrastructures. Given results will be useful for developing ML-based real-time monitoring system for critical infrastructure.</p>
      </abstract>
      <kwd-group>
        <kwd>1 cyber warfare</kwd>
        <kwd>critical infrastructure</kwd>
        <kwd>machine learning algorithms</kwd>
        <kwd>neural networks</kwd>
        <kwd>real-time</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>In the conditions of a hybrid large-scale war in Ukraine, the number of cyber threats is increasing, and
technologies that were reliable yesterday, require rapid improvement, modernization and quality
testing today, because the lives of our people and the integrity of critical infrastructure depend on it.
Machine learning (ML) technologies are emerging and improving to avoid human error.</p>
      <p>ML algorithms are becoming increasingly popular for real-time detection of dangerous objects:
such as fires, smoke, aviation and missile threats on critical infrastructure such as bridges, dams and
nuclear, hydroelectric and other power plants.</p>
      <p>In wartime, conventional methods of fire detection, such as smoke detectors and thermal imaging
cameras, can be slow and not always accurate. Real-time ML algorithms can quickly and accurately
detect fires in real time by analyzing video from cameras located throughout the facility. This allows
for faster response times and can potentially prevent damage to critical infrastructure and injury to
personnel.</p>
      <p>Also, ML algorithms can quickly and accurately detect and track in real time using video from
cameras placed around the object aircraft and UAVs that can potentially be used for malicious
purposes, such as espionage, or terrorist attacks on critical objects. infrastructure. This can help with
air traffic management and improve security at critical infrastructure facilities.</p>
      <p>
        It has been proven that these algorithms are highly effective in detecting potential threats and
providing early warning and neutralization to prevent potential disasters in the conditions of a
largescale war in Ukraine [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>The main objective of this study is multicriteria analysis and defining the optimal real-time ML
algorithm, that can effectively find threats for quick neutralization and increased security at critical
infrastructure facilities.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Real-time ML algorithms: advantages and disadvantages</title>
      <p>Analysis showed 10 most effective real-time object detection algorithms, such as: RetinaNet, Faster
R-CNN, Mask R-CNN, R-CNN, R-FCN, YOLACT, CornerNet, CenterNet, EfficientDet,You Only
Look Once (YOLO) and Single Shot MultiBox Detector (SSD). Let’s analyze these in detail.
2.1. YOLO
YOLO (You Only Look Once) is a real-time object detection algorithm that uses a single
convolutional neural network (CNN) to predict bounding boxes and class probabilities for objects in
an image. It divides the image into a grid of cells, and each cell assumes a set of bounding boxes and
class probabilities.</p>
      <p>YOLO is known for its speed and real-time performance, but it may not be as accurate as other
algorithms. A model of the algorithm can be seen in Fig. 1.
2.2. SSD
Single Shot MultiBox Detector (SSD) is a real-time object detection algorithm that uses a single
CNN to predict bounding boxes and class probabilities in an image.</p>
      <p>It uses a technique called binding blocks to provide multiple bounding boxes for objects of
different sizes and proportions.</p>
      <p>SSD is known for its high performance and is well suited for real-time applications. A model of
the algorithm can be seen in Fig. 2.</p>
      <sec id="sec-2-1">
        <title>Advantages of Single Shot MultiBox Detector:</title>
        <p> High performance and real-time capabilities make it ideal for real-time applications.
 Can work with objects of different scales and proportions.
 Simple architecture and ease of implementation.</p>
        <p> Can handle multiple frames per second
Disadvantages of SSD:</p>
        <p>
           Insufficient accuracy of detection of small objects or small classes [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
        <sec id="sec-2-1-1">
          <title>2.3. RetinaNet</title>
          <p>RetinaNet is a real-time object detection algorithm that addresses the imbalance between foreground
and background classes in object detection.</p>
          <p>It uses a technique called focal loss to reduce the effect of light negative samples and improve the
detection of rare objects. A model of the algorithm can be seen in Fig. 3.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Advantages of RetinaNet:</title>
        <p> Good accuracy, robust to scale variations and works well on small objects
 Fixes an imbalance between foreground and background classes when detecting objects.
Disadvantages of RetinaNet:</p>
        <p>
           High computational cost compared to other real-time algorithms [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
        </p>
        <sec id="sec-2-2-1">
          <title>2.4. Faster R-CNN</title>
          <p>Faster R-CNN is a real-time object detection algorithm that uses a Regional Proposition Network
(RPN) to generate object proposals and a separate CNN to classify and locate objects in the proposals.
It is known for its accuracy, but may not be as fast as other algorithms.</p>
          <p>
            A model of the algorithm can be seen in Fig. 4 [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ].
          </p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>Advantages of Faster R-CNN:</title>
        <p> High accuracy and the ability to process objects of different scales and proportions.
Disadvantages of Faster R-CNN:</p>
        <p>
           High computational cost, making it less suitable for real-time applications [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
2.5. R-FCN
R-FCN is a real-time feature detection algorithm that uses fully convolutional convolution (FCN) to
predict feature bounding boxes and class probabilities.
        </p>
        <p>It uses position-sensitive score maps to improve object detection accuracy. A model of the
algorithm can be seen in Fig. 5.</p>
        <p>Advantages of R-FCN:</p>
        <p>
           Improved object detection accuracy thanks to the use of position-sensitive score maps.
Disadvantages of R-FCN:
 Not as fast as other algorithms and may not handle small objects or fine-grained classes as
well as other algorithms [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
        <sec id="sec-2-3-1">
          <title>2.6. Mask R-CNN</title>
          <p>Mask R-CNN is an extension of Faster R-CNN that adds an additional branch to the network to
predict feature masks in addition to bounding boxes and class probabilities. A model of the algorithm
can be seen in Fig. 6.</p>
        </sec>
      </sec>
      <sec id="sec-2-4">
        <title>Advantages of Mask R-CNN:</title>
        <p> Improved object detection accuracy due to the use of instance segmentation masks.
 Ability to perform segmentation at the instance level.</p>
        <p>Disadvantages of Mask R-CNN:</p>
        <p>
           High computational cost, making it less suitable for real-time applications [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <sec id="sec-2-4-1">
          <title>2.7. YOLACT</title>
        </sec>
        <sec id="sec-2-4-2">
          <title>2.8. CornerNet</title>
          <p>YOLACT is a real-time object detection algorithm that uses a single CNN to predict both
bounding boxes and class probabilities as well as instance segmentation masks.</p>
          <p>A model of the algorithm can be seen in Fig. 7.</p>
          <p>Advantages of YOLACT:</p>
          <p> Real-time performance, efficiency, and the ability to perform instance-level segmentation.
Disadvantages of YOLACT:</p>
          <p>
             Insufficient accuracy for small objects and fine-grained classes [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ].
          </p>
          <p>CornerNet is a real-time object detection algorithm that uses key points instead of bounding boxes
for object detection. It uses two separate networks: one to determine the upper left and lower right
corners, and another to predict the class of the object.</p>
          <p>A model of the algorithm can be seen in Fig. 7.</p>
        </sec>
      </sec>
      <sec id="sec-2-5">
        <title>Advantages of CornerNet:</title>
        <p> Good results in detecting small objects due to the use of key points instead of bounding
boxes.</p>
        <p>Disadvantages of CornerNet:</p>
        <p>
           High computational cost, making it less suitable for real-time applications [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
        </p>
        <sec id="sec-2-5-1">
          <title>2.9. CenterNet</title>
          <p>CenterNet is a real-time object detection algorithm that uses keypoints instead of bounding boxes
for object detection. It uses a single CNN to predict the object center and size, as well as the class
probability.</p>
          <p>A model of the CenterNet algorithm can be seen in Fig. 9.</p>
        </sec>
      </sec>
      <sec id="sec-2-6">
        <title>Advantages of CenterNet:</title>
        <p> Good results in detecting small objects due to the use of key points instead of bounding
boxes.</p>
        <p>Disadvantages of CenterNet:</p>
        <p>
           High computational cost, making it less suitable for real-time applications [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
        <sec id="sec-2-6-1">
          <title>2.10. EfficientDet</title>
          <p>EfficientDet is a real-time object detection algorithm that uses a single CNN to predict both
bounding boxes and class probabilities, but uses a technique called complex scaling to improve the
accuracy and efficiency of the detection network.</p>
          <p>A model of the EfficientDet algorithm can be seen in Fig. 10.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results and discussion</title>
      <p>It is worth noting that the best algorithm for a particular application will depend on the specific
requirements of the task and the available hardware.</p>
      <p>In general, there is a trade-off between speed, accuracy, and computing resources when choosing a
real-time object detection algorithm.</p>
      <p>When choosing an algorithm for real-time object detection on critical infrastructure facilities, it is
important to consider the specific requirements of the application, such as the type of objects to be
detected, the size of the objects, the complexity of the scenes, and the required processing speed. In
addition, it is also important to consider available computing resources and data availability.</p>
      <p>For example, if you need to detect small objects or detailed classes in a real-time application,
algorithms such as RetinaNet, Faster R-CNN, R-FCN, Mask R-CNN, EfficientDet – may be more
suitable because they have higher accuracy for these types of objects, but may require more
computing resources and are not as fast as other counterparts.</p>
      <p>Such algorithms as: YOLACT, CornerNet, CenterNet can process information faster, require less
computing resources, but have the lowest accuracy detection of small objects.</p>
      <p>However, if you need to perform object detection not only from images, but also from videos and
webcams in real time on a low-power device, or with limited computing resources, algorithms such as
YOLO and SSD may be more optimal and appropriate.</p>
      <p>
        To protect critical infrastructure [
        <xref ref-type="bibr" rid="ref17 ref18">17-23</xref>
        ], the optimal solution would be to use an algorithm
YOLO, the learning rate of this neural network is high and it does not require a lot of computing
resources and has good accuracy. Speed, accuracy and the price of computing equipment determine
optimal use [24-27].
      </p>
      <p>Because these criteria determine the speed of decision-making by the situational center to
neutralize potential threats and save people's lives.</p>
      <p>Table 1: Comparison of real-time object detection algorithms</p>
      <p>Accuracy of
detection of large
objects</p>
      <p>Accuracy of
detection of small
objects</p>
      <p>Calculated
cost</p>
      <p>Processing
speed</p>
      <sec id="sec-3-1">
        <title>High</title>
      </sec>
      <sec id="sec-3-2">
        <title>High</title>
      </sec>
      <sec id="sec-3-3">
        <title>High</title>
      </sec>
      <sec id="sec-3-4">
        <title>High</title>
      </sec>
      <sec id="sec-3-5">
        <title>High</title>
      </sec>
      <sec id="sec-3-6">
        <title>High</title>
      </sec>
      <sec id="sec-3-7">
        <title>Average</title>
      </sec>
      <sec id="sec-3-8">
        <title>Average</title>
      </sec>
      <sec id="sec-3-9">
        <title>High</title>
      </sec>
      <sec id="sec-3-10">
        <title>High</title>
      </sec>
      <sec id="sec-3-11">
        <title>Average</title>
      </sec>
      <sec id="sec-3-12">
        <title>Average</title>
      </sec>
      <sec id="sec-3-13">
        <title>High</title>
      </sec>
      <sec id="sec-3-14">
        <title>High</title>
      </sec>
      <sec id="sec-3-15">
        <title>High</title>
      </sec>
      <sec id="sec-3-16">
        <title>High</title>
        <p>Low</p>
      </sec>
      <sec id="sec-3-17">
        <title>Average</title>
      </sec>
      <sec id="sec-3-18">
        <title>Average</title>
      </sec>
      <sec id="sec-3-19">
        <title>High</title>
        <p>Low
Low</p>
      </sec>
      <sec id="sec-3-20">
        <title>High</title>
      </sec>
      <sec id="sec-3-21">
        <title>High</title>
      </sec>
      <sec id="sec-3-22">
        <title>High</title>
      </sec>
      <sec id="sec-3-23">
        <title>High</title>
      </sec>
      <sec id="sec-3-24">
        <title>Average</title>
      </sec>
      <sec id="sec-3-25">
        <title>High</title>
      </sec>
      <sec id="sec-3-26">
        <title>Average</title>
      </sec>
      <sec id="sec-3-27">
        <title>High</title>
      </sec>
      <sec id="sec-3-28">
        <title>High</title>
      </sec>
      <sec id="sec-3-29">
        <title>High</title>
      </sec>
      <sec id="sec-3-30">
        <title>Average</title>
      </sec>
      <sec id="sec-3-31">
        <title>Average Low Low</title>
      </sec>
      <sec id="sec-3-32">
        <title>High</title>
      </sec>
      <sec id="sec-3-33">
        <title>Average</title>
      </sec>
      <sec id="sec-3-34">
        <title>Average Low</title>
        <p>Algorithm</p>
      </sec>
      <sec id="sec-3-35">
        <title>YOLO</title>
        <p>SSD
RetinaNet
Faster R-CNN
R-FCN
Mask R-CNN
YOLACT
CornerNet
CenterNet</p>
        <p>EfficientDet</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions and future research studies</title>
      <p>This study analyzes existing real-time object detection algorithms, such as: RetinaNet, Faster R-CNN,
Mask R-CNN, R-CNN, R-FCN, YOLACT, CornerNet, CenterNet, EfficientDet,You Only Look Once
(YOLO) and Single Shot MultiBox Detector (SSD).</p>
      <p>Their advantages and disadvantages were compared and the main criteria were determined
(accuracy detection of large and small objects, at computational cost and processing speed) as well as
optimal algorithm for protection critical infrastructure [28-32] in the conditions of a full-scale war in
Ukraine was defined.</p>
      <p>The optimal algorithm is YOLO, which can be quickly learned detect the desired objects in a
limited time, has good object finding accuracy (which depends on the quality and number of training
epochs), and does not require large server capacities (cloud server computing can also be used), other
real-time ML algorithms require larger server capacities, have low learning speed, although they can
be more accurate in detection of small objects.</p>
      <p>The novelty of the work lies in multicriteria analysis of real-time object detection algorithms by
proposed criteria as well as defining optimal algorithm that can be used to detect dangerous objects in
critical infrastructures.</p>
      <p>In any case, using these algorithms together and combining them using ensemble techniques (for
example: using multiple algorithms to train a common model faster and more accurately) can improve
the overall performance of the system.</p>
      <p>In addition, it is also important to note that ML algorithms are not perfect, and the results should
be checked by specialists of the situation center and information processing, who will be able to
evaluate the quality of the trained model for finding objects, and improve the quality of the algorithm
model by increasing the number of training epochs, this is important especially in critical
infrastructure where a small mistake can cause a major disaster.</p>
      <p>In the future, given results will be useful for developing ML-based real-time monitoring system for
critical infrastructure.
Circuits/Systems, Computers and Communications (ITC-CSCC), Phuket, Thailand, 2022,
pp. 1054-1057, doi: 10.1109/ITC-CSCC55581.2022.9895016.
[19] W. Yang, D. BO and L. S. Tong, “TS-YOLO:An efficient YOLO Network for Multi-scale
Object Detection,” 2022 IEEE 6th Information Technology and Mechatronics Engineering
Conference (ITOEC), Chongqing, China, 2022, pp. 656-660, doi:
10.1109/ITOEC53115.2022.9734458.
[20] Y. Ma, J. Yang, Z. Li and Z. Ma, “YOLO-Cigarette: An effective YOLO Network for outdoor
smoking Real-time Object Detection,” 2021 Ninth International Conference on Advanced
Cloud and Big Data (CBD), Xi'an, China, 2022, pp. 121-126, doi:
10.1109/CBD54617.2021.00029.
[21] F.-C. Adochiei et al., “Intelligent System for Automatic Assessment and Interpretation of
Disguised Behaviour for Critical Infrastructure Personnel,” 2022 E-Health and Bioengineering
Conference (EHB), Iasi, Romania, 2022, pp. 01-04, doi: 10.1109/EHB55594.2022.9991710.
[22] S. Gnatyuk, “Critical Aviation Information Systems Cybersecurity”, Meeting Security
Challenges Through Data Analytics and Decision Support, NATO Science for Peace and
Security Series, D: Information and Communication Security. IOS Press Ebooks, Vol.47, №3,
рр. 308-316, 2016.
[23] Y.-C. Liao, “Generating Targeted Attack Scenarios against Availability for Critical
Infrastructures,” 2021 14th CMI International Conference – Critical ICT Infrastructures and
Platforms (CMI), Copenhagen, Denmark, 2021, pp. 1-7, doi: 10.1109/CMI53512.2021.9663753.
[24] Y. Choi, S. Lee and B. Choi, “Vulnerability Risk Score Recalculation for the Devices in Critical
Infrastructure,” 2022 13th International Conference on Information and Communication
Technology Convergence (ICTC), Jeju Island, Korea, Republic of, 2022, pp. 2179-2181, doi:
10.1109/ICTC55196.2022.9952587.
[25] Yu. Danik, R. Hryschuk, S. Gnatyuk, “Synergistic effects of information and cybernetic
interaction in civil aviation”, Aviation, Vol. 20, №3, рр. 137-144, 2016.
[26] E. Samanis, J. Gardiner and A. Rashid, “Adaptive Cyber Security for Critical Infrastructure,”
2022 ACM/IEEE 13th International Conference on Cyber-Physical Systems (ICCPS), Milano,
Italy, 2022, pp. 304-305, doi: 10.1109/ICCPS54341.2022.00043.
[27] V. Sklyar and V. Kharchenko, “Domain Specific Modelling and Language for Safety-Critical
and Security-Critical Requirements Engineering,” 2022 12th International Conference on
Dependable Systems, Services and Technologies (DESSERT), Athens, Greece, 2022, pp. 1-7,
doi: 10.1109/DESSERT58054.2022.10018738.
[28] P. S. Rajulapati, N. Nukavarapu and S. Durbha, “Multi-Agent Deep Reinforcement Learning
based Interdependent Critical Infrastructure Simulation Model for Situational Awareness during
a Flood Event,” 2020 IEEE International Geoscience and Remote Sensing Symposium,
Waikoloa, HI, USA, 2020, pp. 6890-6893, doi: 10.1109/IGARSS39084.2020.9323380.
[29] O. Ivanchenko, V. Kharchenko, B. Moroz, L. Kabak and S. Konovalenko, “Risk Assessment of
Critical Energy Infrastructure Considering Physical and Cyber Assets: Methodology and
Models,” 2018 IEEE 4th International Symposium on Wireless Systems within the International
Conferences on Intelligent Data Acquisition and Advanced Computing Systems
(IDAACSSWS), Lviv, Ukraine, 2018, pp. 225-228, doi: 10.1109/IDAACS-SWS.2018.8525594.
[30] M. Čerňan, Z. Müller, J. Tlustý and J. Halaška, “Critical Infrastructure and the Possibility of
Increasing its Resilience in the Context of the Energy Sector,” 2020 21st International Scientific
Conference on Electric Power Engineering (EPE), Prague, Czech Republic, 2020, pp. 1-5, doi:
10.1109/EPE51172.2020.9269175.
[31] T. Hovorushchenko, D. Medzatyi, D. Kvanitskyi and S. Kravchuk, “Characteristics and Method
of Forming the User Information Portrait,” 2022 12th International Conference on Dependable
Systems, Services and Technologies (DESSERT), Athens, Greece, 2022, pp. 1-6, doi:
10.1109/DESSERT58054.2022.10018619.
[32] K. Vgena, A. Kitsiou, C. Kalloniatis and S. Gritzalis, “Determining the Role of Social Identity
Attributes to the Protection of Users' Privacy in Social Media”, Future Internet, vol. 14, no. 9,
2022.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Müller</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guido</surname>
            <given-names>S.</given-names>
          </string-name>
          “
          <article-title>Introduction to Machine Learning with Python: A Guide for Data Scientists”</article-title>
          . USA:
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <year>2016</year>
          . 400 p.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>Lei</given-names>
          </string-name>
          &amp; Zhi,
          <string-name>
            <surname>Luqian</surname>
          </string-name>
          &amp; Zhao,
          <string-name>
            <surname>Cai</surname>
          </string-name>
          &amp; Zheng,
          <string-name>
            <surname>Wen.</surname>
          </string-name>
          (
          <year>2022</year>
          ). “
          <string-name>
            <surname>Fire-YOLO: A Small Target</surname>
          </string-name>
          <article-title>Object Detection Method for Fire Inspection”</article-title>
          , Sustainability,
          <volume>14</volume>
          ,
          <fpage>4930</fpage>
          .
          <fpage>10</fpage>
          .3390/su14094930.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>YOLO</given-names>
            <surname>: Real-Time Object Detection</surname>
          </string-name>
          <string-name>
            <surname>URL</surname>
          </string-name>
          : https://pjreddie.com/darknet/yolo/ (
          <volume>23</volume>
          .
          <fpage>01</fpage>
          .
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Shi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; Jiang,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ; Bao,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. “</surname>
          </string-name>
          <article-title>CISPNet: Automatic Detection of Remote Sensing Images from Google Earth in Complex Scenes Based on Context Information Scene Perception”</article-title>
          .
          <source>Appl. Sci</source>
          .
          <year>2019</year>
          ,
          <volume>9</volume>
          , 4836. https://doi.org/10.3390/app9224836.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Liu</surname>
            <given-names>W.</given-names>
          </string-name>
          et al. “
          <article-title>SSD: Single shot multibox detector</article-title>
          ,
          <source>European conference on computer vision”</source>
          , Springer, Cham,
          <year>2016</year>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Hoang</surname>
            ,
            <given-names>T.M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>P.H.</given-names>
          </string-name>
          ; Truong,
          <string-name>
            <given-names>N.Q.</given-names>
            ;
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.W.</surname>
          </string-name>
          ; Park,
          <string-name>
            <surname>K.R.</surname>
          </string-name>
          “
          <article-title>Deep RetinaNet-Based Detection and Classification of Road Markings by Visible Light Camera Sensors”</article-title>
          .
          <source>Sensors</source>
          <year>2019</year>
          ,
          <volume>19</volume>
          , 281. https://doi.org/10.3390/s19020281.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Lin</surname>
            <given-names>T. Y.</given-names>
          </string-name>
          et al. “
          <article-title>Focal loss for dense object detection”</article-title>
          ,
          <source>Proceedings of the IEEE international conference on computer vision</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>2980</fpage>
          -
          <lpage>2988</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Object detection using Faster</surname>
            <given-names>R-CNN</given-names>
          </string-name>
          , URL: https://learn.microsoft.com/en-us/cognitivetoolkit/object
          <article-title>-detection-using-faster-r-cnn.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Kim</surname>
            , Byoungjun, and
            <given-names>Joonwhoan</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>“A Bayesian Network-Based Information Fusion Combined with DNNs for Robust Video Fire Detection”</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>11</volume>
          , no.
          <volume>16</volume>
          : 7624. https://doi.org/10.3390/app11167624.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Shaoqing</surname>
            <given-names>Ren</given-names>
          </string-name>
          , Kaiming He,
          <string-name>
            <surname>Ross Girshick</surname>
          </string-name>
          , Jian Sun. “
          <string-name>
            <surname>Faster</surname>
            <given-names>R-CNN</given-names>
          </string-name>
          :
          <article-title>Towards Real-Time Object Detection with Region Proposal Networks”</article-title>
          , URL: https://arxiv.org/abs/1506.01497.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Wang</surname>
            <given-names>Y.</given-names>
          </string-name>
          et al. “
          <article-title>Detecting faces using region-based fully convolutional networks”</article-title>
          ,
          <source>arXiv preprint arXiv:1709.05256</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>He</surname>
            <given-names>K.</given-names>
          </string-name>
          et al. “
          <string-name>
            <surname>Mask</surname>
            <given-names>R-CNN</given-names>
          </string-name>
          ,
          <source>Proceedings of the IEEE international conference on computer vision”</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>2961</fpage>
          -
          <lpage>2969</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Bolya</surname>
            <given-names>D.</given-names>
          </string-name>
          et al. “
          <article-title>Yolact: Real-time instance segmentation</article-title>
          ,
          <source>Proceedings of the IEEE/CVF international conference on computer vision”</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>9157</fpage>
          -
          <lpage>9166</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Law</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deng</surname>
            <given-names>J</given-names>
          </string-name>
          . 'Cornernet:
          <article-title>Detecting objects as paired keypoints</article-title>
          ,
          <source>Proceedings of the European conference on computer vision</source>
          (ECCV)”,
          <year>2018</year>
          , pp.
          <fpage>734</fpage>
          -
          <lpage>750</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Duan</surname>
            <given-names>K.</given-names>
          </string-name>
          et al. “
          <article-title>Centernet: Keypoint triplets for object detection</article-title>
          ,
          <source>Proceedings of the IEEE/CVF international conference on computer vision”</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>6569</fpage>
          -
          <lpage>6578</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Tan</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pang</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Le</surname>
            <given-names>Q. V.</given-names>
          </string-name>
          “
          <article-title>Efficientdet: Scalable and efficient object detection</article-title>
          ,
          <source>Proceedings of the IEEE/CVF conference on computer vision and pattern recognition”</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>10781</fpage>
          -
          <lpage>10790</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mahendru</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Dubey</surname>
          </string-name>
          , “
          <article-title>Real Time Object Detection with Audio Feedback using Yolo vs</article-title>
          .
          <source>Yolo_v3,” 2021 11th International Conference on Cloud Computing</source>
          , Data Science &amp;
          <string-name>
            <surname>Engineering</surname>
          </string-name>
          (Confluence), Noida, India,
          <year>2021</year>
          , pp.
          <fpage>734</fpage>
          -
          <lpage>740</lpage>
          , doi: 10.1109/Confluence51648.
          <year>2021</year>
          .
          <volume>9377064</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Samothai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sanguansat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kheaksong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Srisomboon</surname>
          </string-name>
          and
          <string-name>
            <given-names>W.</given-names>
            <surname>Lee</surname>
          </string-name>
          , “
          <source>The Evaluation of Bone Fracture Detection of YOLO Series," 2022 37th International Technical Conference on</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>