<!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>Models for Wildfire Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Smitha Haridasan</string-name>
          <email>sxharidasan@shockers.wichita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ajita Rattani</string-name>
          <email>ajita.rattani@wichita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zelalem Demissie</string-name>
          <email>zelalem.demissie@wichita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Atri Dutta</string-name>
          <email>atri.dutta@wichita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Wichita State University</institution>
          ,
          <addr-line>Wichita, KS</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <abstract>
        <p>Aided by wind, all it takes is one ember and few minutes to create wildfire. Wildfires are growing in frequency and size due to climate change. Wildfires and its consequences are one of the major environmental concerns. Every year, millions of hectares of forests are destroyed over the world, causing mass destruction and human casualties. Thus early detection of wildfire becomes a critical component to mitigate this threat. Many computer vision based techniques have been proposed for early detection of forest fire using video surveillance. Several computer vision based methods have been proposed to predict and detect forest fires at various spectrum, namely, RGB, HSV and YCbCr. The aim of this paper is to propose multi-spectral deep learning model that combine information from diferent spectrum at intermediate layers for accurate fire detection. A heterogeneous dataset assembled from publicly available dataset is used for model training and evaluation in this study. The experimental results show that multi-spectral deep learning models could obtain an improvement of about 1.9% and 14.88% in test and challenge set over those based on single spectrum for fire detection even in challenging environments.</p>
      </abstract>
      <kwd-group>
        <kwd>deep learning</kwd>
        <kwd>forest fire detection</kwd>
        <kwd>natural hazard detection</kwd>
        <kwd>multi-spectral learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Wildfires or conflagration are large destructive unexpected fire often caused by human activity
or natural phenomena which spreads quickly over the woodland and bush such as forest and
prairie and gets uncontrollable. As many as 90 percent of wildfires in the United States are
caused by human, for example, campfires left unattended, the burning of debris, downed power
lines, negligently discarded cigarettes and intentional act of arson. Surface fires, ground fires,
crown fires and spot fires are diferent types of hazardous fires and each one of these difer in
the way fire spreads.
got destroyed due to 58, 288 fires resulting in 128 firefighter fatalities in 2021. Rather than
detecting and reporting massive fire, it is important to device techniques which detect smoke
and fire at an early stage. Early detection and instant reporting of such fire incidents are very
important to mitigate the damage caused by wildfire.</p>
      <p>Traditional fire detection systems include thermal and optical smoke and heat detectors.
Buildings and vehicles are often equipped with thermal and optical sensors for smoke detection.
However, these sensor-based smoke detectors usually installed indoors have to be in close proximity
in order to detect fire or smoke and they do not provide the location of fire/smoke incident .</p>
      <p>
        In order to overcome some of the disadvantages of sensor-based systems for wildfire detection
and monitoring, recent research and development has been made in computer vision based
surveillance systems for early detection of smoke and fire. Image features like color detection,
histogram, motion, and flicker along with machine learning algorithms have been used to
detect and locate fire and smoke in the existing studies. RGB, yCbCr and HSV color spectrums
provide diferent imaging characteristics under diferent conditions. For instance, Premal et
al.[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] used yCbCr spectrum to detect fire and RGB spectrum to detect smoke by exploiting the
black-grayish to black region in the image. Chmelar et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] used HSV based gaussian mixture
model to detect fire. Melendez et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] used multi-spectral imaging in infrared spectrum
to measure instantaneous radiated power and total radiated energy. Foggia et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] used a
multi-classification system with a combination of color, shape and motion to detect fire. Fire
and smoke have unreliable and unpredictable color and shape characteristics, therefore fire
detection methods based on color, area and shape are often not reliable.
      </p>
      <p>
        Recent advances in deep learning have obtained hallmark accuracy rates for various computer
vision problems [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ]. To this front, deep learning based object recognition and localization
schemes have been utilized for wildfire detection and localization in the existing literature.
Frizzi et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and Yin et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] used deep convolutional neural networks to identify fire in
videos. Muhammad et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] applied transfer learning to pretrained VGG-16 and ResNet-50
based convolutional neural network (CNN) models for fire detection. With the increasing use
of unmanned aerial vehicles for surveillance, there is a pressing need for lightweight models
to enable deployment in the resource constraint environment. In this context, handful of
studies have used lightweight models for forest fire detection. For example, Khan et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
added an expansion layer to MobileNetv2 and eliminated the fully connected layers to make it
computationally inexpensive. Yang et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] applied transfer learning on MobileNet for forest
ifre classification. Abid et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and Geetha et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] did a comprehensive survey on machine
learning algorithms based on forest fire prediction and detection. Barmpoutis et al.[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] did a
comprehensive review on optical remote sensing techniques used in early fire warning systems
and provided an extensive survey on flame and smoke detection algorithms.
      </p>
      <p>However, the state-of-the-art is still not mature. There is a need for advanced deep learning
models for accurate detection of forest fire.</p>
      <p>The aim of this manuscript is to develop advanced multi-spectral deep learning models that
can combine information from various spectrums such as RGB, YCbCr and HSV, for accurate fire
detection by leveraging features from three spectrum. Experimental results of multi-spectral
models on publicly available datasets suggests an increase in accuracy of about 1.9% and 14.88%,
respectively, in test and challenge set over those based on single spectrum. Fig. 1 shows the
schema of the multi-spectral deep learning model that combine information from various
spectrum by concatenating fully connected layers from all the networks followed by other
dense and the final output layer.</p>
      <p>
        In summary, the main contributions of this work are as follows:
• Multi-spectral deep learning models that combine information obtained from
intermediate layers from various spectrums i.e., RGB, yCbCr and HSV, is used for fire detection.
To this aim, multi-spectral version of light weight models like MobileNetv2 [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ],
NASNetMobile [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], DenseNet121 [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], Xception [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], Inceptionv3 [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], were developed and
compared with multi-spectral version of heavy-weight models like InceptionResNetv2
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] and ResNet152v2 [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
• Comparative evaluation with the unimodal deep learning models that use single spectrum
for fire detection.
• Assembling of large composite heterogeneous data set from benchmark fire detection
dataset like FD-Dataset [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], Firesense [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], DeepQuest [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and Furgfire [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] for
deep(a) Smoke and wildfire
(b) Day time wildfire
(c) Wildfire at night
      </p>
      <p>The rest of this paper is structured as follows: Section 2 discusses dataset and experiment
protocol used in this study. Section 3 discusses the results and discussion of individual and
multi-spectral models over heterogeneous fire accident and aerial forest images. Conclusion
and future work are discussed in Section 4.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Dataset and Experimental Protocol</title>
      <sec id="sec-2-1">
        <title>2.1. Dataset</title>
        <p>
          To evaluate the performance of the proposed approach for detecting fire in images, we assembled
a heterogeneous dataset (Table-1) consisting of RGB images extracted from publicly available
datasets, namely, FD[
          <xref ref-type="bibr" rid="ref23">23</xref>
          ], Visifire[
          <xref ref-type="bibr" rid="ref24">24</xref>
          ], DeepQuest [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] and Furgfire [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. The fire images in the
heterogeneous dataset contains images of various indoor and outdoor fire and smoke incidents
including wildfire images (Fig- 2) captured using drones.
        </p>
        <p>Apart from the training, validation, and test set, heterogeneous dataset contains challenge
set that contain various no-fire challenging images which are engulfed with smoke and fire like
objects such as dust, fog, trafic lights, sunset and sunrise as shown in (Fig- 3). This challenge
set of images aims to test the efectiveness of the models on challenging conditions.</p>
        <p>
          Table-1 shows the characteristics of heterogeneous dataset consisting of 37,217 fire, 37118
non-fire images in training set, 5000 fire and 4996 no-fire images in the validation set and 7344
ifre, and 7296 no-fire images in the test set, 250 fire, and 248 no-fire images are in the challenge
set. All the images are in RGB format and are converted to HSV and YCbCr [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. RGB, HSV
and YCbCr images are preprocessed and resized as required by the respective CNN models used
in the experiments. Data augmentation techniques like rotation, shear, zoom and horizontal
lfip were applied to all images in the training set to avoid model over-fitting and to improve
generalization ability.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Experimental Protocol</title>
        <sec id="sec-2-2-1">
          <title>2.2.1. Individual Models for RGB, HSV and YCbCr spectrum</title>
          <p>In this experiment, light weight and heavy CNN models were trained on RGB, HSV and yCbCr
spectrum, separately. Models namely, MobileNetv2, NASNetmobile, DenseNet121, Xception,
InceptionV3, InceptionResNetv2 and ResNet152v2 were used in this study. The pretrained
version of these models with weights trained on ImageNet, were fine-tuned on the training set
of heterogeneous dataset. Dense layers of 2048-1024-256-64 were used with a final output layer
to classify images into fire and no-fire images</p>
        </sec>
        <sec id="sec-2-2-2">
          <title>2.2.2. Multispectral Models</title>
          <p>The multi-spectral version of these models used images from RGB, HSV and YCbCr spectrum
as input. These images were convolved with stack of convolutional layers for each spectrum
separately. The features from the three spectrum are concatenated together horizontally to
obtain a combined feature vector. The convolution layers were followed by dense layers
20481024-256-64 and the final output layer of two neurons for the final classification. Learning
rate of 3 −4 was used for all the experiments. The models were trained using ReLU as the loss
function and ADAM optimizer. Batch size was set as 64 for training. All the experiments were
conducted on two Intel Xeon processor NVIDIA Quadro RTX 4000 GPUs.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results and Discussion</title>
      <sec id="sec-3-1">
        <title>3.1. Experiment# 1: Performance Evaluation of CNN Models for RGB, HSV and YCbCr Spectrum</title>
        <p>the test and challenge set of the heterogenous dataset. In Table 2, best results are highlighted as
bold and the second best results are highlighted as italics. InceptionV3 obtained the highest test
accuracy of 94.90% and 87.87% for RGB and yCbCr spectrum, respectively. Xception obtained
the highest test accuracy of 83.10% for HSV spectrum. When comparing results of the models
across spectrum on test set, RGB spectrum obtained the best accuracy for fire detection, followed
by HSV and yCbCr spectrum. When comparing the results of these models on the challenge set
across spectrum, RGB again obtained the best accuracy, followed by HSV and YCbCr spectrum.
This shows that features from RGB spectrum are the most efective in fire detection compared
to HSV and yCbCr. As can be seen, InceptionResNetv2, ResNet152v2, and Xception obtained
the highest challenge accuracy of 81.92%, 66.47%, 61.84% in RGB, HSV and YCbCr spectrum,
respectively. The performance of all the models in the challenge set deteriorated due to the flame
like objects and smoke engulfed images which led to more false positives and false negatives.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Experiment #2: Two spectrum fusion models for forest fire detection</title>
        <p>Table-3 shows test accuracy of fusion of two spectrum (RGB | HSV) and (RGB | YCbCr). When
fusing RGB and HSV, ResNet152v2 and InceptionV3 gave the best and the second best test
accuracy of 90.05% and 87.47% respectively. On an average, fusion of RGB and HSV gave a test
accuracy of 84.70% which is 5.33% more than the average performance of HSV on test set in
experiment 1. When fusing RGB and YCbCr, ResNet152v2 and DenseNet121 gave the best and
second best test accuracy of 87.28% and 84.90% respectively. On an average, fusion of RGB and
YCbCr gave a test accuracy of 82.55% which again is a significant improvement when compared
to the performance of YCbCr in experiment-1. Table-3 also shows challenge accuracy obtained
from fusion of two spectrum (RGB | HSV) and (RGB | YCbCr). When combining RGB and HSV,
InceptionResNetv2 and NASNetMobile gave the best and second best challenge accuracy of
84.53% and 79.94% respectively. An average challenge accuracy of 75.45% was obtained when
fusing RGB and HSV spectrum which is 2.90% and 22.36% more than average obtained from RGB
and HSV spectrum respectively on the challenge set in experiment 1. When fusing RGB and
YCbCr, InceptionResNet152v2 and DenseNet121 gave the best and the second best challenge
accuracy of 82.46% and 79.89% respectively. An average challenge accuracy of 73.64% was
obtained when fusing RGB and YCbCr which is 25.91% more than the performance of YCbCr on
challenge set in experiment 1.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Experiment # 3: Multi-spectral models for forest fire detection</title>
        <p>Table 4 shows performance of the multi-spectral models on the test and challenge set. The best
results are highlighted in bold and the second best results are highlighted in italics. Maximum
test and challenge accuracy of 96.8% and 85.94%, respectively, was obtained while combining
features from multiple spectrum. Multi-spectrum fusion gave an average test accuracy of 93.28%
which is 14.04% and 11.51% more than the average obtained with HSV and YCbCr in experiment
1. An average challenge accuracy of 78.02% was obtained with multispectral fusion which is a
6.10%, 24.92% and 30.26% more than the average challenge accuracy obtained in RGB, HSV and
YCbCr spectrum (experiment-1) respectively. The highest and the second highest challenge
accuracy was obtained using InceptionResNetv2 and NASNetMobile. Overall, multi-spectral
models increased the test and challenge set accuracy by 1.9% and 4.02%, respectively, when
compared to the results of individual models.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Experiment # 4: Individual and Multi-spectral models for Aerial Wildfire images:</title>
        <p>
          This experiment uses Aerial imagery FLAME (Fire Luminosity Airborne-based Machine learning
evaluation) dataset [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] which consists of images (Table - 5) of pile burn in Northern Arizona
(a) Fire image in train set
(b) Fire image in test set
(c) Clouds in aerial image
captured using drones. The dataset consists of 25018 fire images and 14357 no fire images in
training set, 5137 fire images and 3480 no fire images in test set. A set of sample fire and no fire
images are shown in fig 4. Fire images includes fire and smoke from pile burns and No fire images
include clouds and fog to make the classification a challenging task. Table- 6 shows performance
of individual spectrum RGB, HSV, yCbCr and three-spectrum fusion on models (MobileNetv2,
NASNetMobile, DenseNet121, Xception, Inceptionv3, InceptionResNetv2 and ResNet152v2)
in terms of accuracy evaluated on test set of aerial images (Table-5). Table-6 shows the test
accuracy obtained using individual spectrum and multi-spectrum fusion. Fusion of spectrum
proved to be giving better results compared to individual spectrum. In summary, experimental
results demonstrate the efectiveness of multi-spectral model in fire image classification.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>Considering the wildfire frequencies and the causalities involved, automated computer vision
based system for early fire detection is an important topic of research. However, automated
ifre detection using computer vision based methods is a challenging task due to non-uniform
shape, and color and the presence of motion. In this study, we investigated multi-spectral
deep learning models that can combine complementary information from various spectrum
for performance enhancement. Experimental results on a large scale heterogeneous dataset
and aerial forest dataset suggest performance enhancement of the multi-spectral models over
those models trained on a single spectrum. As part of future work, end-to-end model will be
developed for smoke and fire detection and localization.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Acknowledgement</title>
      <p>We acknowledge support from Wichita State University President’s Convergent Science
Initiative for conducting the research described in this paper.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>NIFC</surname>
          </string-name>
          , National interagency fire center,
          <year>2021</year>
          . URL: https://www.nifc.gov/fire-information/ nfn.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>C. E.</given-names>
            <surname>Premal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vinsley</surname>
          </string-name>
          ,
          <article-title>Image processing based forest fire detection using ycbcr colour model</article-title>
          , in: 2014 International Conference on Circuits,
          <source>Power and Computing Technologies [ICCPCT-2014], IEEE</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>1229</fpage>
          -
          <lpage>1237</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Chmelar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Benkrid</surname>
          </string-name>
          ,
          <article-title>Eficiency of hsv over rgb gaussian mixture model for fire detection</article-title>
          ,
          <source>in: 2014 24th International Conference Radioelektronika, IEEE</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Meléndez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. J. de Castro</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>López</surname>
          </string-name>
          ,
          <article-title>Measurement of forest fire parameters with multi-spectral imaging in the medium infrared</article-title>
          ,
          <source>Quantitative InfraRed Thermography Journal</source>
          <volume>3</volume>
          (
          <year>2006</year>
          )
          <fpage>183</fpage>
          -
          <lpage>199</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Foggia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Saggese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vento</surname>
          </string-name>
          ,
          <article-title>Real-time fire detection for video-surveillance applications using a combination of experts based on color, shape, and motion</article-title>
          ,
          <source>IEEE TRANSACTIONS on circuits and systems for video technology 25</source>
          (
          <year>2015</year>
          )
          <fpage>1545</fpage>
          -
          <lpage>1556</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A. V.</given-names>
            <surname>Nadimpalli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rattani</surname>
          </string-name>
          , Gbdf:
          <article-title>Gender balanced deepfake dataset towards fair deepfake detection</article-title>
          ,
          <year>2022</year>
          . URL: https://arxiv.org/abs/2207.10246. doi:
          <volume>10</volume>
          .48550/ARXIV.2207.10246.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ramachandran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rattani</surname>
          </string-name>
          ,
          <article-title>Deep generative views to mitigate gender classification bias across gender-race groups</article-title>
          ,
          <year>2022</year>
          . URL: https://arxiv.org/abs/2208.08382. doi:
          <volume>10</volume>
          .48550/ ARXIV.2208.08382.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Frizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kaabi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bouchouicha</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.-M. Ginoux</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Moreau</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Fnaiech</surname>
          </string-name>
          ,
          <article-title>Convolutional neural network for video fire and smoke detection</article-title>
          ,
          <source>in: IECON 2016-42nd Annual Conference of the IEEE Industrial Electronics Society</source>
          , IEEE,
          <year>2016</year>
          , pp.
          <fpage>877</fpage>
          -
          <lpage>882</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yuan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>A deep normalization and convolutional neural network for image smoke detection</article-title>
          ,
          <source>Ieee Access</source>
          <volume>5</volume>
          (
          <year>2017</year>
          )
          <fpage>18429</fpage>
          -
          <lpage>18438</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>K.</given-names>
            <surname>Muhammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ahmad</surname>
          </string-name>
          , I. Mehmood,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Baik</surname>
          </string-name>
          ,
          <article-title>Convolutional neural networks based fire detection in surveillance videos</article-title>
          ,
          <source>IEEE Access 6</source>
          (
          <year>2018</year>
          )
          <fpage>18174</fpage>
          -
          <lpage>18183</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>K.</given-names>
            <surname>Muhammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Elhoseny</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. H.</given-names>
            <surname>Ahmed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Baik</surname>
          </string-name>
          ,
          <article-title>Eficient fire detection for uncertain surveillance environment</article-title>
          ,
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>15</volume>
          (
          <year>2019</year>
          )
          <fpage>3113</fpage>
          -
          <lpage>3122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>H.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Non-temporal lightweight fire detection network for intelligent surveillance systems</article-title>
          ,
          <source>IEEE Access 7</source>
          (
          <year>2019</year>
          )
          <fpage>169257</fpage>
          -
          <lpage>169266</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Abid</surname>
          </string-name>
          ,
          <article-title>A survey of machine learning algorithms based forest fires prediction and detection systems</article-title>
          ,
          <source>Fire Technology</source>
          <volume>57</volume>
          (
          <year>2021</year>
          )
          <fpage>559</fpage>
          -
          <lpage>590</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Geetha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Abhishek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Akshayanat</surname>
          </string-name>
          ,
          <article-title>Machine vision based fire detection techniques: A survey</article-title>
          ,
          <source>Fire Technology</source>
          <volume>57</volume>
          (
          <year>2021</year>
          )
          <fpage>591</fpage>
          -
          <lpage>623</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P.</given-names>
            <surname>Barmpoutis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Papaioannou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dimitropoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Grammalidis</surname>
          </string-name>
          ,
          <article-title>A review on early forest fire detection systems using optical remote sensing</article-title>
          ,
          <source>Sensors</source>
          <volume>20</volume>
          (
          <year>2020</year>
          )
          <fpage>6442</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sandler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhmoginov</surname>
          </string-name>
          , L.-C.
          <article-title>Chen, Mobilenetv2: Inverted residuals and linear bottlenecks</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>4510</fpage>
          -
          <lpage>4520</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>B.</given-names>
            <surname>Zoph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vasudevan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. V.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <article-title>Learning transferable architectures for scalable image recognition</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>8697</fpage>
          -
          <lpage>8710</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>G.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Van Der</given-names>
            <surname>Maaten</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. Q.</given-names>
            <surname>Weinberger</surname>
          </string-name>
          ,
          <article-title>Densely connected convolutional networks</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>4700</fpage>
          -
          <lpage>4708</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>F.</given-names>
            <surname>Chollet</surname>
          </string-name>
          , Xception:
          <article-title>Deep learning with depthwise separable convolutions</article-title>
          ,
          <source>in: Proceedings of the IEEE CVPR</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1251</fpage>
          -
          <lpage>1258</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vanhoucke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Iofe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wojna</surname>
          </string-name>
          ,
          <article-title>Rethinking the inception architecture for computer vision</article-title>
          , in
          <source>: Proceedings of the IEEE CVPR</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>2818</fpage>
          -
          <lpage>2826</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Iofe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vanhoucke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Alemi</surname>
          </string-name>
          ,
          <article-title>Inception-v4, inception-resnet and the impact of residual connections on learning</article-title>
          ,
          <source>in: Thirty-first AAAI conference on artificial intelligence</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <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 CVPR</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>An eficient fire detection method based on multiscale feature extraction, implicit deep supervision and channel attention mechanism</article-title>
          ,
          <source>IEEE Transactions on Image Processing</source>
          <volume>29</volume>
          (
          <year>2020</year>
          )
          <fpage>8467</fpage>
          -
          <lpage>8475</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>N.</given-names>
            <surname>Grammalidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dimitropoulos</surname>
          </string-name>
          , E. Cetin,
          <article-title>Firesense database of videos for flame and smoke detection</article-title>
          ,
          <source>IEEE Trans Circuits Syst Video Technol</source>
          <volume>25</volume>
          (
          <year>2017</year>
          )
          <fpage>339</fpage>
          -
          <lpage>351</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>DeepQuest</surname>
          </string-name>
          , Deepquest,
          <year>2021</year>
          . URL: https://github.com/DeepQuestAI/Fire-Smoke-Dataset.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Stefens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. N.</given-names>
            <surname>Rodrigues</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S. da Costa</given-names>
            <surname>Botelho</surname>
          </string-name>
          ,
          <article-title>An unconstrained dataset for nonstationary video based fire detection</article-title>
          ,
          <source>in: 2015 12th Latin American Robotics Symposium and 2015 3rd Brazilian Symposium on Robotics (LARS-SBR)</source>
          , IEEE,
          <year>2015</year>
          , pp.
          <fpage>25</fpage>
          -
          <lpage>30</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>N. A.</given-names>
            <surname>Ibraheem</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Hasan</surname>
            ,
            <given-names>R. Z.</given-names>
          </string-name>
          <string-name>
            <surname>Khan</surname>
            ,
            <given-names>P. K.</given-names>
          </string-name>
          <string-name>
            <surname>Mishra</surname>
          </string-name>
          ,
          <article-title>Understanding color models: a review</article-title>
          ,
          <source>ARPN Journal of science and technology 2</source>
          (
          <year>2012</year>
          )
          <fpage>265</fpage>
          -
          <lpage>275</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>A.</given-names>
            <surname>Shamsoshoara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Afghah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Razi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fulé</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. Blasch,</surname>
          </string-name>
          <article-title>The flame dataset: Aerial imagery pile burn detection using drones (uavs</article-title>
          ),
          <year>2020</year>
          . URL: https://dx.doi.org/10.21227/ qad6-
          <fpage>r683</fpage>
          . doi:
          <volume>10</volume>
          .21227/qad6-
          <fpage>r683</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>