<!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>Model Fusion for Efficient Flood-Related Twitter Posts Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Georgia Christodoulou</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stelios Kontogiannis</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Konstantinos Avgerinakis</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Catalink Limited</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicosia</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cyprus</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <fpage>12</fpage>
      <lpage>13</lpage>
      <abstract>
        <p>The evolution of Artificial Intelligence has impacted many aspects of our lives. Recently, the aim has been placed on building intelligent and autonomous systems, able to assist the first responders to plan and manage their actions faster and more efficiently in emergency situations. For emergency events, data can be usually gathered from many sources, however one of the most valuable can be considered the collection of real-time data from social media. Real-time reporting through social media can be leveraged to monitor the progress of a critical situation, and then be exploited to improve the monitoring, organisation and response of the event from the responsible departments. In the presented work, we developed two modules, including a Natural Language Processing model recognising which social media posts may refer to 'floods', and a Computer Vision model distinguishing between the image posts that depict a 'flood' situation, from those that do not. While both models achieved remarkably accurate results, we decided to fuse their prediction scores to see if we can improve their performance, leading finally to the introduction of two low level AI representations and one higher level that leverages the former to provide its decision. Their comparison and valuable insights are presented in the following paragraphs.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 INTRODUCTION</title>
      <p>
        Flood is one of the most common natural disasters, happening when an excess of water submerges normally dry ground.
Floods are frequently caused by prolonged periods of heavy rain, quick melting of the snow, storm surges from tropical
cyclones or tsunamis in coastal zones. Floods can wreak havoc across a large area, killing people, damaging private
property, and destroying vital public health facilities. More than 2 billion people worldwide were impacted by floods
between 1998 and 2017 [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The most vulnerable people to floods are those who reside on floodplains, in non-flood
proof structures, or who lack warning systems and awareness of the risk of flooding. In essence, there are three primary
forms of floods: flash floods, river floods, and coastal floods. All three of them are becoming more frequent and intense,
and climate change is projected to contribute to this trend [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>
        Throughout history, numerous technological advancements have shielded human lives from danger. In our times, the
widespread use of smartphones allows individuals to report problems in real time. For instance, Twitter has become a
vital tool for emergency communication, leading more and more organisations to consider automating Twitter monitoring
for satisfying their purposes. If someone tweeted about an emergency or impending tragedy and it was promptly
detected by NLP models, we would be able to react more quickly than usual, potentially saving lives. The goal of this
competition based on the overview paper [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] is to develop a machine learning model that can determine which Tweets
are about actual disasters and which ones are not, potentially contributing to the concept of using Twitter for actual
natural disasters.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2 RELATED WORK</title>
      <p>
        On the one hand, researchers mainly focus on exploring computer vision methods for flood monitoring, flood
inundation mapping, debris flow estimation and post-flood damage estimation [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Since Convolutional Neural Networks
(CNNs) are best suited for processing images, they have been employed for this kind of tasks and have demonstrated
great success [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Szara et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] proposed a method that initially extracts handcrafted features from the data, and then
trains conventional machine learning and deep learning models (VGG-16) for floodwater detection on roadways. Kang et
al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] proposed a Fully Connected Network (FCN) for flood mapping on satellite images, while Gebrehiwot et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
introduced a similar CNN architecture that is trained to extract flooded areas from UAV imagery. Thirumarai Selvi et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
suggested an AlexNet-based model, for mapping flooded regions on remote sensing satellite images. Several works
investigate encoder-decoder model schemes for satellite image segmentation and classification of flooded and
non-flooded areas, such as Nemni et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], Hashemi-Beni and Gebrehiwot [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Liu et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        Another interesting piece of work that inspired us, was [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], which employs and trains CNNs for real-time fire
detection. Two state-of-the-art, powerful and compact CNNs, NasNet and ShuffleNetV2, are developed and trained in
order to perform fire detection in real-time. As we explain in Section 3.1, we worked with ShuffleNetV2 and we
re-purposed it for flood detection.
      </p>
      <p>
        On the other hand, Natural language processing (NLP) has embraced transfer learning as a standard practice
since word-embedding [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], sentence-embedding [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], and more recently BERT [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] based models have demonstrated
considerable improvements in downstream tasks. Despite the existence of some pre-trained language embeddings,
performing natural language processing in non-English languages—such as the Italian tweets used in the
competition—is challenging. Even though multilingual natural language processing is still an ongoing research area, it is
currently possible to achieve great results employing the following three methods: leveraging multilingual models [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ],
applying English translation for non-English content [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] and, lastly, the technique we deployed, which involved working
with a particular non-English model [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
      </p>
      <p>Copyright 2022 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
    </sec>
    <sec id="sec-3">
      <title>3.1 Computer Vision Model</title>
      <p>
        The computer vision algorithm was developed based on ShuffleNetV2 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The reason that we chose the particular
model to work with was that it can be easily deployed on IoT devices, since the architecture is lightweight, and so it can
be easily employed for flood detection applications. ShuffleNetV2 is specifically designed for mobile vision applications
and it is an improved version of ShuffleNetV1 [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>Fig 1: The fundamental units of the new architecture are the re-designed building blocks of ShuffleNetV1. (a) the
basic ShuffleNetV1 unit; (b) the ShuffleNetV1 unit for spatial down sampling (2x); (c) ShuffleNetV2 Normal cell;
(d) ShuffleNetV2 Reduction cell (for spatial down sampling, 2x).</p>
      <p>
        DWConv: depthwise convolution. Gconv: group convolution
Figure source: [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
      </p>
      <p>
        More specifically, ShuffleNetV1 has been re-designed in such a way so that it satisfies some specific guidelines that
the authors propose and explain in their work [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. For example, they suggest to have equal number of input and output
channels in the convolution layers, and carefully choosing the group number of convolutions, to minimise the MAC1.
ShuffleNetV2 introduces the channel-split operator and changes the design of the building blocks of ShuffleNetV1 (Fig.
1(a) and 1(b)). The new building blocks are the Normal Cell and the Reduction Cell. The Normal Cell (Fig.1(c)), splits the
input feature channels into two branches. One branch remains as identity, while the other branch contains three
convolutions with the same input and output number of channels. After convolution, the two branches are concatenated
so the number of input and output channels is the same. The channel-shuffle operation is also incorporated in order to
enable information communication between the two branches. The Reduction Cell (Fig.1(d)) on the other hand, is used
for spatial downsampling. The channel split operator is removed, so the number of output channels is doubled. The
building blocks are stacked to build the whole network. The overall architecture of ShuffleNetV2 is summarised in Table
1.
      </p>
      <p>
        The number of channels in each building block is scaled to generate four networks of different complexities. For the
task of flood detection, we used the simplest architecture, i.e. the one with the 0.5x level of complexity, since it has the
least number of trainable parameters (1.4 million) and executes the least number of FLOPs2 (41 million).
For the model training, we used the Transfer Learning technique, where a pre-trained model can be repurposed on a
new problem. For our training, we used as a starting point the ShuffleNetV2, that has been pre-trained on ImageNet
dataset [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Then, we removed the fully-connected layers and we added new ones, while all the convolutional layers
were set as non-trainable. The fully-connected layers were re-trained, but this time on the flood detection dataset, which
is a combination of images collected from different sources. Some data were distributed from the MediaEval contest,
while we completed the dataset with freely available data found from Unsplash [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], Pixabay [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], Flickr [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. The rest of
the data sources can be found at the references section[
        <xref ref-type="bibr" rid="ref28">28</xref>
        ][
        <xref ref-type="bibr" rid="ref29">29</xref>
        ][
        <xref ref-type="bibr" rid="ref30">30</xref>
        ][
        <xref ref-type="bibr" rid="ref31">31</xref>
        ][
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>3.2 NLP Model</title>
      <p>
        Initially, any noise that might make it difficult to classify the tweet's text had to be carefully removed. We used regular
expressions techniques Regex3 to remove any links, users, hashtags, or audio/video tags and more specifically, the
model was given lowercase text without square brackets, links, punctuation, words with numbers, and emojis. Using
tokens is, for the most part, a necessary evil since recent methods have demonstrated the possibility of
removing them altogether and instead operating on the raw text directly [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. Given the non-English text, we chose a
huggingface4 model, more precisely the bert-base-italian-cased5, whose source data includes a recent Wikipedia dump
and other texts from the OPUS6 corpus collection.
      </p>
    </sec>
    <sec id="sec-5">
      <title>4 RESULTS AND ANALYSIS</title>
    </sec>
    <sec id="sec-6">
      <title>4.1 Computer Vision Model Experiments</title>
      <p>The model was trained to distinguish images that contain floods from those that do not. Τo find the optimal model,
different experiments were conducted, trying different number of channels at the last convolutional layer (conv5), several
hyper-parameter combinations and different optimization algorithms (Stochastic Gradient Descent and Adam
optimization). For the model training, we split the dataset into training (85%) and validation (15%) dataset. The first was
used for the model training, while the second was used to validate the performance of the model and to tune the
hyper-parameters accordingly. Some of the experiments that we executed are summarised in Table 2. Due to the fact
that our dataset was imbalanced, we measured the performance of the models using F1-score. The model that scored
the best performance was model 7, with F1-score = 0.81.</p>
      <p>One difficult part of the whole procedure was to gather appropriate negative data (i.e. images that did not contain
floods). It is straightforward to gather data that contain floods, but for the negative class, it was not that easy since we
had to include images from rivers, the sea and other water bodies in general. In that way, we trained our model with the
indent to be able to distinguish between images that contained water bodies, and those that contained floods.
https://opus.nlpl.eu/</p>
    </sec>
    <sec id="sec-7">
      <title>4.2 NLP Model Experiments</title>
      <p>The algorithm was also trained to distinguish between tweet texts that reference floods and those that do not. In an effort
to find the best model, numerous tests were run using different combinations of hyper-parameters. We utilised K-Fold
cross validation to divide the dataset into 5 consecutive folds for model training, and we determined the f1 score for each
validation-train split. The first was used to train the model, and the second to evaluate the model's performance and
modify the hyper-parameters as needed. The average F1-score of our validation sets was around 94% even from the
first trials. As a result, we made minor model changes while still attempting to significantly raise the high F1 score.
Having to confirm that our model did not overfit the data was a challenging aspect of the entire process. We therefore
tested multiple K-fold splittings with varying K values and many training epochs, but the average F1 score results
remained consistent at around 94%. Our search for assurance of not overfitting was satisfied by results on the hidden
test set in the following table. Given that False Positive (FP) and False Negative (FN) make up a minor part of the True
Positive (TP) and True Negative (TN) tweets, there is little evidence of overfitting, as can be seen.</p>
    </sec>
    <sec id="sec-8">
      <title>4.3 Model fusion</title>
      <p>The two models mentioned above were integrated in this section in an attempt to make a combined prediction for the test
set. We chose to lean more heavily on the CNN model because we were not certain whether the NLP model was
overfitting or not. Additionally, since the majority of the predictions made by our NLP model had a confidence level of
above 94%, we decided against using the average of the two models and instead moved forward with some manual
criteria. For each tweet where the CNN model scored at least 80% confidence score towards the positive or the negative
class, we therefore allocated the respective value, while for the remaining tweets, we took the average. As we can see in
the table below, this technique performed at about 85%, which is slightly inferior to the NLP model prediction.
This research presents three methods for categorising tweets related to flood catastrophes, which may enable further
use of Twitter to mitigate the effects of severe natural disasters. It has been proven that both non-English text and
images from tweet posts can be used effectively. Based on the findings, we may infer that the NLP model outperforms
the computer vision model mostly due to the data itself, as images frequently lack acuity when describing the context of a
tweet. Future work will focus on ways to enhance the fused version of our model, such as utilising OCR7, weighting more
text when an image lacks pertinent context or when we detect a human being in the bulk of the image, along with
expanding the use of NLP models in non-English languages like German, French, and others.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgement</title>
      <p>This work has been performed in the context of the SILVANUS project, which has received funding from the European
Community’s Horizon 2020 research and innovation programme under the grant agreement No 101037247.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>[1] Task overview paper: Maria Authorsen</article-title>
          and Jacques de Coauthor.
          <article-title>Cool Task: Challenges, Dataset and Evaluation</article-title>
          .
          <source>Proc. of the MediaEval 2022 Workshop</source>
          , Bergen, Norway and Online,
          <volume>12</volume>
          -
          <fpage>13</fpage>
          January 2023
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Arshad</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ogie</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barthelemy</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pradhan</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verstaevel</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
            <given-names>P</given-names>
          </string-name>
          .
          <article-title>Computer Vision and IoT-Based Sensors in Flood Monitoring and Mapping: A Systematic Review</article-title>
          .
          <source>Sensors (Basel)</source>
          .
          <source>2019 Nov</source>
          <volume>16</volume>
          ;
          <volume>19</volume>
          (
          <issue>22</issue>
          ):
          <fpage>5012</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Gebrehiwot</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hashemi-Beni</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thompson</surname>
            <given-names>G</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kordjamshidi</surname>
            <given-names>P</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langan</surname>
            <given-names>TE</given-names>
          </string-name>
          .
          <article-title>Deep Convolutional Neural Network for Flood Extent Mapping Using Unmanned Aerial Vehicles Data</article-title>
          .
          <source>Sensors (Basel)</source>
          .
          <source>2019 Mar</source>
          <volume>27</volume>
          ;
          <issue>19</issue>
          (
          <issue>7</issue>
          ):
          <fpage>1486</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Thirumarai</surname>
            <given-names>Selvi C.</given-names>
          </string-name>
          , and Kalieswari S., “
          <article-title>Convolutional Neural Network Based Flood Detection Using Remote Sensing images”</article-title>
          ,
          <source>Easychari preprint no. 2235</source>
          , https://easychair.org/publications/preprint/CSNF
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Sazara</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cetin</surname>
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Iftekharuddin K. M.</surname>
          </string-name>
          ,
          <article-title>"Detecting floodwater on roadways from image data with handcrafted features and deep transfer learning,"</article-title>
          <source>2019 IEEE Intelligent Transportation Systems Conference (ITSC)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>804</fpage>
          -
          <lpage>809</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Bentivoglio</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isufi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jonkman</surname>
            ,
            <given-names>S. N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Taormina</surname>
          </string-name>
          , R.:
          <article-title>Deep Learning Methods for Flood Mapping: A Review of Existing Applications</article-title>
          and Future Research Directions, Hydrol.
          <source>Earth Syst. Sci. Discuss</source>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>You</surname>
          </string-name>
          , H.:
          <article-title>Flood Detection in Gaofen-3 SAR Images via Fully Convolutional Networks</article-title>
          , Sensors,
          <volume>18</volume>
          , https://doi.org/10.3390/s18092915, 2018
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Nemni</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bullock</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belabbes</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bromley</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Fully Convolutional Neural Network for Rapid Flood Segmentation in Synthetic Aperture Radar Imagery</article-title>
          , Remote Sensing,
          <volume>12</volume>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Hashemi-Beni</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Gebrehiwot</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Flood Extent Mapping: An Integrated Method Using Deep Learning and Region Growing Using UAV Optical Data</article-title>
          ,
          <source>IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing</source>
          ,
          <volume>14</volume>
          ,
          <fpage>2127</fpage>
          -
          <lpage>2135</lpage>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Liu</surname>
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            <given-names>X.</given-names>
          </string-name>
          , and Zheng G.:
          <article-title>Coastal Inundation Mapping From Bitemporal and Dual-Polarization SAR Imagery Based on Deep Convolutional Neural Networks</article-title>
          ,
          <source>Journal of Geophysical Research: Oceans</source>
          ,
          <volume>124</volume>
          ,
          <fpage>9101</fpage>
          -
          <lpage>9113</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Thomson</surname>
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhowmik</surname>
            <given-names>N.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Breckon</surname>
            <given-names>T. P.</given-names>
          </string-name>
          ,
          <article-title>"Efficient and Compact Convolutional Neural Network Architectures for Non-temporal Real-time Fire Detection,"</article-title>
          <source>2020 19th IEEE International Conference on Machine Learning and Applications (ICMLA)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>136</fpage>
          -
          <lpage>141</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Ma</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            <given-names>H. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            <given-names>J.</given-names>
          </string-name>
          , “
          <article-title>ShuffleNetV2: Practical Guidelines for Efficient CNN Architecture Design”</article-title>
          ,
          <source>Proceedings of the European Conference on Computer Vision (ECCV)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>116</fpage>
          -
          <lpage>131</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Zhang</surname>
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            <given-names>J.</given-names>
          </string-name>
          , “
          <article-title>ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices”</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Deng W. Dong R. Socher L. -J. Li</surname>
            ,
            <given-names>Kai</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            and
            <given-names>Li</given-names>
          </string-name>
          <string-name>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <article-title>"ImageNet: A large-scale hierarchical image database,"</article-title>
          <source>2009 IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2009</year>
          , pp.
          <fpage>248</fpage>
          -
          <lpage>255</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>[15] World Health Organisation, “Floods.”, www.who.int, https://www.who.int/health-topics/floods#</mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Zurich</surname>
          </string-name>
          , “ Avoiding Atlantis:
          <article-title>Will rising seas and coastal flooding wipe out some cities?”, www</article-title>
          .zurich.com,
          <year>June 2022</year>
          , https://www.zurich.com/en/knowledge/topics/global-risks/
          <article-title>can-coastal-cities-hold-back-the-sea</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Mapfre</surname>
          </string-name>
          , “
          <article-title>Artificial Intelligence will save us from natural disasters</article-title>
          .”, www.mapfre.com, Sept.
          <year>2021</year>
          , https://www.mapfre.com/en/insights/sustainability/natural-disasters
          <string-name>
            <surname>-</surname>
          </string-name>
          artificial-intelligence/
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Tomas</surname>
            <given-names>Mikolov</given-names>
          </string-name>
          , Ilya Sutskever, Kai Chen, Greg S Corrado, and
          <string-name>
            <given-names>Jeff</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          .
          <volume>3111</volume>
          -
          <fpage>3119</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Alexis</surname>
            <given-names>Conneau</given-names>
          </string-name>
          , Douwe Kiela, Holger Schwenk, Loic Barrault, and
          <string-name>
            <given-names>Antoine</given-names>
            <surname>Bordes</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Supervised learning of universal sentence representations from natural language inference data</article-title>
          .
          <source>arXiv preprint arXiv:1705.02364</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Jacob</surname>
            <given-names>Devlin</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>BERT: Pre-training of deep bidirectional transformers for language understanding</article-title>
          . arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Sagen</surname>
          </string-name>
          , Markus, Peltarion, “
          <article-title>Towards a token-free future in NLP”</article-title>
          , Jan.,
          <year>2022</year>
          , https://peltarion.com/blog/data-science/
          <article-title>towards-a-token-free-future-in-nlp</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Andreadis</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bozas</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gialampoukidis</surname>
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moumtzidou</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fiorin</surname>
            <given-names>R.</given-names>
          </string-name>
          , Lombardo F.,
          <string-name>
            <surname>Mavropoulos</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Norbiato</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vrochidis</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferri</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kompatsiaris</surname>
            <given-names>I.</given-names>
          </string-name>
          ,
          <source>DisasterMM: Multimedia Analysis of Disaster-Related Social Media Data Task at MediaEval</source>
          <year>2022</year>
          , in: Proceedings of the MediaEval 2022 Workshop, Bergen, Norway and Online,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Heidenreich</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <article-title>Evaluation of sentence embeddings in downstream and linguistic probing tasks, Towards Data Science</article-title>
          ,Aug.,
          <year>2018</year>
          ,https://towardsdatascience.com/paper-summary
          <article-title>-evaluation-of-sentence-embeddings-in-downst ream-and-linguistic-probing-tasks-5e6a8c63aab1</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Heidenreich</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <article-title>Introduction to Word Embeddings, Towards Data Science</article-title>
          , Aug.,
          <year>2018</year>
          https://towardsdatascience.com/introduction-to-word-embeddings-4cf857b12edc Datasets:
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Unsplash</surname>
          </string-name>
          , https://unsplash.com/
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Pixabay</surname>
          </string-name>
          , https://pixabay.com/
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Flickr</surname>
          </string-name>
          , https://www.flickr.com/
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <article-title>Roadway flooding Image dataset</article-title>
          , https://www.kaggle.com/datasets/saurabhshahane/roadway-flood-dataset
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <source>[29] European Flood 2013 Dataset (v1.0)</source>
          , https://github.com/cvjena/eu-flood-dataset
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Alamy</surname>
          </string-name>
          , https://www.alamy.com/
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>[31] iStockphoto, https://www.istockphoto.com/</mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Stock</surname>
            <given-names>Adobe</given-names>
          </string-name>
          , https://stock.adobe.com/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>