<!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>AI-based flood event understanding and quantification using online media and satellite data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mirko Zafaroni</string-name>
          <email>mirko.zafaroni@unito.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Lopez-Fuentes</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessandro Farasin</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paolo Garza</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Harald Skinnemoen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>AnsuR Technologies</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>LINKS Foundation</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Politecnico di Torino</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Turin</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>University of the Balearic Islands</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>29</lpage>
      <abstract>
        <p>In this paper we study the problem of flood detection and quantification using online media and satellite data. We present a three approaches, two of them based on neural networks and a third one based on the combination of diferent bands of satellite images. This work aims to detect floods and also give relevant information about the flood situation such as the water level and the extension of the flooded regions, as specified in the three subtasks, for which of them we propose a specific solution.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The frequency and the intensity of natural disasters have risen
significantly due to climate change. Flood events alone represent
about the 39% of the natural disasters occurred worldwide. During
this type of natural disasters it is important for emergency
responders to have as much information as possible about the magnitude
of the disaster, the areas afected and the situation and location of
people in danger. In order to extract this information we consider
two information sources: online news articles and satellite spectral
imagery. Thanks to the rapid access to internet, online news contain
information about natural disasters in almost real-time while
satellite spectral imagery can give information of the extension of the
lfood. Using these two information sources, we propose approaches
for flood event understanding and quantification:
• An algorithm that determines if an image extracted from an
online news article contains relevant information about the flood.
For example, images of the flood itself, but also images of
emergency responders, people in danger, etc.
• An algorithm that given an image, extracted from online news,
determines if there is water in the image and in case of containing
water, if the water level is above or below the knee level of the
people in the scene, if there are any. It contemplates also the use
of news text as additional data for inference.
• An algorithm that given spectral imagery from satellites it
segments the water regions of the images and gives a flood/no flood
prediction and an estimation of the flood extension.
2
Emergency prevention, detection, assistance and understanding
through computer vision and image processing techniques is an
open problem since the early stages of this field [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. In particular, in
the flood detection domain scientific work mostly focuses on flood
detection either in social media or satellite data [
        <xref ref-type="bibr" rid="ref1 ref2 ref4">1, 2, 4</xref>
        ]. Among the
latest, several approaches are known in the literature and exploit
spectral bands and other sensor measurements [
        <xref ref-type="bibr" rid="ref14 ref15 ref16 ref19 ref9">9, 14–16, 19</xref>
        ] to
retrieve proper indicators.
      </p>
      <p>
        This work builds on top of our Multi-modal deep learning
approach for flood detection [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], which used social media images
together with their metadata to determine if a social media post
contained visual information about a flood; and our deep learning
models for passability detection of flooded roads [
        <xref ref-type="bibr" rid="ref11 ref5">5, 11</xref>
        ], which
went a step further and gave information about the state of the
roads during a flood event, information that is of utmost importance
during a flood in order to build a map of accessible roads for rescue
and supply operations. Moving in this direction, in this paper we
aim at giving an estimation of the water level.
3
      </p>
    </sec>
    <sec id="sec-2">
      <title>APPROACH</title>
      <p>In this section, each stage of the solution will be briefly introduced.</p>
      <p>News Image Topic Disambiguation (NITD). During a
flooding the media normally updates the information about the situation
to keep the reader updated. Due to the large amount of online
newspapers and media, searching for these relevant articles can be
time consuming. To optimize the search it is possible to use natural
language processing (NLP) algorithms or keyword searches. Since
most of these articles contain images, in this first stage, we want
to refine the search using a computer vision algorithm to classify
those images in flood event related/not flood event related.</p>
      <p>
        In order to train the classifier we use the training set for this
task that is composed by 5145 images which have been retrieved
from online news as containing information about a flood by an
NLP or keyword algorithm and then manually classified. As for
the algorithm, we use an ensemble of 4 state-of-the-art networks
(InceptionV3 [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], MobileNet [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], VGG16 and VGG19 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]) and
cross-validation using two folds. Since the dataset is highly
imbalanced we balance the dataset during training by randomly
undersampling the negative class for each epoch. This way the dataset
stays balanced but we use all the samples from both categories.
Finally, we combine the networks by majority voting.
      </p>
      <p>
        Multimodal Flood Level Estimation (MFLE). Given online
articles with visual and textual information we developed a textual,
a textual-visual and a only visual model to estimate the flood level
by predicting if the water is above or below the knee of the people
in the scene. The latter model is composed by two branches: (i) it
takes as input image crops of person’s knees extracted by a state
of the art pose estimator [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and predicts if the knee is under or
above the water; (ii) it takes as input a full image of the scene, and
predicts if the image has people with knees underwater.
To create the training data for the first branch we used the pose
estimator algorithm to extract a region around all the knees from
the training set. The knees from images which were labelled as 0,
water below the knee, were labelled as 0 by default, while the ones
belonging to images labelled as 1 were manually labelled, since
there could be people in the same image with water level above
or below the knee. Both networks use a VGG19 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] pre-trained
on ImageNet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to extract deep features of the images, followed
by a fully-connected (FC). Then the information is concatenated
to combine the semantic features of the knee with the context
information provided by the full resolution image. This way the
ifrst branch gets information about the context while the second
branch gets information about the knees. Finally, a FC estimates if
the knee is above or below the water and another FC if the water is
above or below the knee level. The two branch system is propose
because a simple one-branch Convolution Neural Network (CNN)
would greedily learn to predict flooded images as “water above
the knee” class, since it lacks specific data about the knees in the
scene and so it would associate the features of a flooded area as
“water above the knee” class, because it solely composed by these
examples.
      </p>
      <p>Finally, an image is classified as “water above the knee” if there
is at least one knee in the scene that is classified as “water above the
knee” by the knee branch and the context branch also classified the
image as “water above the knee”. We also combined textual data of
the articles to verify if it could lead to a better predictor. This was
achieved by building an ensemble composed by the previous model
and an NLP module. This module is composed by a bidirectional
Long Short-Term Memory (LSTM) network. The result of the LSTM
is concatenated to the last FC layer of the image classifier. The only
textual model is composed by the module described above alone.</p>
      <p>City-centered Satellite Sequences (CCSS). Given a sequence
of Sentinel-2 satellite images that depict a certain city over a
certain length of time, this task aims to classify whether there was a
lfooding event ongoing in that city at that time.</p>
      <p>
        We built an expert system which leverages on both the spectral
and the related metadata information. Firstly, it computes a binary
mask for each layer, in which white pixels represent areas with
presence of water, while black pixels represent the other regions.
The binary masks are obtained: (i) by computing, for each pixel, the
Modified Normalized Diference Water Index (MNDWI) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] adapted
for Sentinel-2 bands (S2), according to Equation (1); (ii) by setting
to white the pixels having M N DW IS 2 ≥ 0, black the others.
      </p>
      <p>M N DW I =
ρдr een − ρswir 1
ρдr een + ρswir 1
, M N DW IS 2 =
Assuming that the dataset does not have missing values lasting for
the whole time serie, we set the pixels related to uncovered areas to
white. Then, we performed the pixel-wise intersection among two
sets of layers: (i) the computed binary layers marked as FLOODED
and (ii) the ones marked as NON-FLOODED in the metadata file.</p>
      <p>The two images depict the water persistence in case of flood
and non-flood. Finally, to discriminate flooded regions from normal
water-sources (like rivers or lakes) a pixel-wise diference among
the two sets is computed. Even if a binary mask representing the
residual flood extent is available, to be compliant with the CCSS
subtask, the approach returns 1 if there is still any white region in
the resulting binary mask, 0 otherwise.
4</p>
    </sec>
    <sec id="sec-3">
      <title>RESULTS</title>
      <p>The results, split by subtask, are reported in Table 1. For the
subtasks NITD and MFLE, the F1-Scores are referred to the 20 % of the
development set, used as validation set. Conversely, being the CCSS
proposed approach an expert system, the whole devset was used.
In this latest substask, the confusion matrix on the devset, TP:108,
FP:0, FN:33, TN:127, shows that the approach is strong against false
positives, having a precision of 1.0.
Conclusions present our insight on the subtasks. (NITD)
Balancing the dataset during training and combining diferent models
significantly improves the perfomance. (MFLE) (i) Merging global
and local classifiers improves the performance; (ii) the text brings
some information, but the approach gives better results
processing only images; (iii) people water reflection degrades the
performance of pose estimation algorithm. (iv) the importance of the two
branches is supplied by an ablation study in which the two branch
model achieved 0.79 F1-score on validation, while the full image
branch alone achieved 0.71 and the branch using the cropped knees
achieved 0.76. (CCSS) (i) B03 and B11 are highly informative for
water segmentation; (ii) the approach is an expert system, therefore
there is no need of a training set and it is computationally fast;</p>
    </sec>
    <sec id="sec-4">
      <title>ACKNOWLEDGMENTS</title>
      <p>This work was supported by the European Commission H2020
SHELTER project, GA no. 821282 and by the Spanish grant
TIN201675404-P. Laura Lopez-Fuentes benefits from the NAERINGSPHD
fellowship of the Norwegian Research Council under the
collaboration agreement Ref.3114 with the UIB.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>K.</given-names>
            <surname>Avgerinakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moumtzidou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Andreadis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Michail</surname>
          </string-name>
          , I. Gialampoukidis,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vrochidis</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Kompatsiaris.</surname>
          </string-name>
          <article-title>Visual and Textual Analysis of Social Media and Satellite Images for Flood Detection@ Multimedia Satellite Task MediaEval 2017</article-title>
          .
          <source>In Proc. of the MediaEval 2017 Workshop (Sept</source>
          .
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>2017</year>
          ). Dublin, Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bischke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhardwaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gautam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Helber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Borth</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Dengel</surname>
          </string-name>
          .
          <article-title>Detection of Flooding Events in Social Multimedia and Satellite Imagery using Deep Neural Networks</article-title>
          .
          <source>In Proc. of the MediaEval 2017 Workshop (Sept</source>
          .
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>2017</year>
          ). Dublin, Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bischke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Helber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Brugman</surname>
          </string-name>
          , E. Basar,
          <string-name>
            <given-names>Zx</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Larson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Pogorelov</surname>
          </string-name>
          .
          <source>The Multimedia Satellite Task at MediaEval</source>
          <year>2019</year>
          :
          <article-title>Estimation of Flood Severity</article-title>
          .
          <source>In Proc. of the MediaEval 2019</source>
          Workshop (Oct.
          <fpage>27</fpage>
          -
          <lpage>29</lpage>
          ,
          <year>2019</year>
          ). Sophia Antipolis, France.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bischke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Helber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. De Bruijn</surname>
            , and
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Borth</surname>
          </string-name>
          .
          <article-title>The Multimedia Satellite Task at MediaEval 2018</article-title>
          .
          <source>In Proc. of the MediaEval 2018</source>
          Workshop (Oct.
          <fpage>29</fpage>
          -
          <lpage>31</lpage>
          ,
          <year>2018</year>
          ). Sophia Antipolis, France.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bischke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Helber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhao</surname>
          </string-name>
          , J. de Bruijn, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Borth</surname>
          </string-name>
          .
          <source>The Multimedia Satellite Task at MediaEval</source>
          <year>2018</year>
          :
          <article-title>Emergency Response for Flooding Events</article-title>
          .
          <source>In Proc. of the MediaEval 2018</source>
          Workshop (Oct.
          <fpage>29</fpage>
          -
          <lpage>31</lpage>
          ,
          <year>2018</year>
          ). Sophia-Antipolis, France.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Simon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wei</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sheikh</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Realtime multi-person 2d pose estimation using part afinity fields</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          .
          <fpage>7291</fpage>
          -
          <lpage>7299</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>ImageNet: A Large-Scale Hierarchical Image Database</article-title>
          .
          <source>In CVPR09.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Donchyts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schellekens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Winsemius</surname>
          </string-name>
          , E. Eisemann, and N. van de Giesen.
          <year>2016</year>
          .
          <article-title>A 30 m resolution surface water mask including estimation of positional and thematic diferences using landsat 8, srtm and openstreetmap: a case study in the Murray-Darling Basin, Australia</article-title>
          .
          <source>Remote Sensing</source>
          <volume>8</volume>
          ,
          <issue>5</issue>
          (
          <year>2016</year>
          ),
          <fpage>386</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Farasin</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Garza</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>PERCEIVE: Precipitation Data Characterization by means on Frequent Spatio-Temporal Sequences</article-title>
          .
          <source>In ISCRAM.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>A. G Howard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Kalenichenko</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Weyand</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Andreetto</surname>
            , and
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Adam</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Mobilenets: Eficient convolutional neural networks for mobile vision applications</article-title>
          . (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lopez-Fuentes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Skinnemoen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Garza</surname>
          </string-name>
          .
          <article-title>Deep Learning Models for Passability Detection of Flooded Roads</article-title>
          .
          <source>In Proc. of the MediaEval 2018</source>
          Workshop (Oct.
          <fpage>29</fpage>
          -
          <lpage>31</lpage>
          ,
          <year>2018</year>
          ). Sophia Antipolis, France.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lopez-Fuentes</surname>
          </string-name>
          , J. van de Weijer,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bolanos</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Skinnemoen</surname>
          </string-name>
          <article-title>. Multi-modal Deep Learning Approach for Flood Detection</article-title>
          .
          <source>In Proc. of the MediaEval 2017 Workshop (Sept</source>
          .
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>2017</year>
          ). Dublin, Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lopez-Fuentes</surname>
          </string-name>
          , J. van de Weijer,
          <string-name>
            <given-names>M.</given-names>
            <surname>González-Hidalgo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Skinnemoen</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. D.</given-names>
            <surname>Bagdanov</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Review on computer vision techniques in emergency situations</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          <volume>77</volume>
          ,
          <issue>13</issue>
          (
          <year>2018</year>
          ),
          <fpage>17069</fpage>
          -
          <lpage>17107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Osumi</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Detecting land cover change using Sentinel-2. Abstracts of the ICA 1 (</article-title>
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>He</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Fmask 4.0: Improved cloud and cloud shadow detection in Landsats 4-8 and Sentinel-2 imagery</article-title>
          .
          <source>Remote Sensing of Environment</source>
          <volume>231</volume>
          (
          <year>2019</year>
          ),
          <fpage>111205</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>C.</given-names>
            <surname>Rossi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. S.</given-names>
            <surname>Acerbo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ylinen</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Juga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nurmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bosca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Tarasconi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cristoforetti</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Alikadic</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Early detection and information extraction for weather-induced floods using social media streams</article-title>
          .
          <source>International journal of disaster risk reduction 30</source>
          (
          <year>2018</year>
          ),
          <fpage>145</fpage>
          -
          <lpage>157</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Very Deep Convolutional Networks for Large-Scale Image Recognition</article-title>
          .
          <source>ICLR</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <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>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wojna</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Rethinking the inception architecture for computer vision</article-title>
          .
          <source>In Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          .
          <volume>2818</volume>
          -
          <fpage>2826</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhu</surname>
          </string-name>
          and
          <string-name>
            <given-names>C. E.</given-names>
            <surname>Woodcock</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Object-based cloud and cloud shadow detection in Landsat imagery</article-title>
          .
          <source>Remote sensing of environment 118</source>
          (
          <year>2012</year>
          ),
          <fpage>83</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>