<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Flood Detection via Twitter Streams Using Textual</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Visual Features Firoj Alam</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zohaib Hassan</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kashif Ahmad</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Asma Gul</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Alexander Riegler</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicola Conci</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ala Al-Fuqaha</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Statistics, Shaheed Benazir Bhutto Women University</institution>
          ,
          <addr-line>Peshawar</addr-line>
          ,
          <country country="PK">Pakistan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Division of Information and Computing Technology, College of Science and Engineering, Hamad Bin Khalifa University</institution>
          ,
          <addr-line>Qatar Foundation, Doha</addr-line>
          ,
          <country country="QA">Qatar</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Qatar Computing Research Institute</institution>
          ,
          <addr-line>Doha</addr-line>
          ,
          <country country="QA">Qatar</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>SimulaMet</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>University of Trento</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <fpage>14</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>The paper presents our proposed solutions for the MediaEval 2020 Flood-Related Multimedia Task, which aims to analyze and detect lfooding events in multimedia content shared over Twitter. In total, we proposed four diferent solutions including a multi-modal solution combining textual and visual information for the mandatory run, and three single modal image and text-based solutions as optional runs. In the multi-modal method, we rely on a supervised multimodal bitransformer model that combines textual and visual features in an early fusion, achieving a micro F1-score of .859 on the development data set. For the text-based flood events detection, we use a transformer network (i.e., pretrained Italian BERT model) achieving an F1-score of .853. For image-based solutions, we employed multiple deep models, pre-trained on both, the ImageNet and Places data sets, individually and combined in an early fusion achieving F1-scores of .816 and .805 on the development set, respectively.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Floods are the most frequent and devastating type of natural disaster
causing a significant loss in terms of human lives and infrastructure
worldwide, every year. According to a recent report1, around
8090% of natural disasters worldwide over the last decade are caused
by floods, and more than two billion people worldwide were
affected between 1998-2017. The damage of flood can be significantly
mitigated if timely and accurate information about the location,
scale, and most afected areas is available [
        <xref ref-type="bibr" rid="ref22 ref3">3, 22</xref>
        ]. However, several
challenges, such as the availability of reporters and other resources,
etc., are associated with the gathering of such information during
lfoods [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. On the other hand, social media has been proved very
efective in information dissemination in such events [
        <xref ref-type="bibr" rid="ref21 ref22 ref4 ref6 ref8">4, 6, 8, 21, 22</xref>
        ].
      </p>
      <p>
        Similar to previous years of the challenge [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9–11</xref>
        ], the MediaEval
2020 flood-related multimedia task [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] aims to analyze tweets from
Twitter for flood events detection. The participants were provided
a collection of tweets with associated images, and were asked to
propose a framework able to automatically identify flood-related
tweets relevant to a particular area. This paper provides the details
of the methods proposed by team HBKU_UNITN_SIMULA for the
1https://www.who.int/health-topics/floods#tab=tab_1
task. In total, we proposed four diferent solutions including a
multimodal one for the mandatory run, a textual information based
solution, and a couple of image-based solutions for flood events
detection in Twitter images.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>PROPOSED APPROACHES</title>
      <p>
        Transfer learning has become mainstream in computer vision and
natural language processing (NLP). For example, in computer
vision models (e.g., VGG16, ResNet18) trained using ImageNet [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]
or Places Database [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] have been used as pre-trained models to
initialize networks for fine-tunning the task-specific models. For
NLP, word-embedding [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], sentence-embedding [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], and recent
BERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] based models have shown significant progresses in
downstream tasks. For this study, we used deep CNN models for image
classification and a transformer model for text classification and
ifnally combine them to design a multimodel network. Prior work
with similar approaches in this direction include [
        <xref ref-type="bibr" rid="ref1 ref17 ref2 ref21">1, 2, 17, 21</xref>
        ]. The
study in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] used a combination of a deep CNN for image and
a transformer model for text in a similar manner as proposed in
this work. For the disaster response task, in [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] the authors used a
deep CNN (VGG16) for the image, a CNN with static embedding
for text, and finally combine them in the shared representation
before a softmax layer for classification. In [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], the authors propose
a cross-attention module for multimodal fusion, and the study in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
proposes diferent fusion approaches for combining disaster-related
tweet classification tasks. Our work is in line with the study by [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ],
however, our work is diferent in how we use diferent pre-trained
models (i.e., models trained with ImageNet and Places database). In
the next section we discuss the details of the models used in this
study.
2.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Text-based Model (Run 2)</title>
      <p>
        Pre-processing. For the text-based model, we first pre-process
the tweet texts as they are noisy, and consist of many symbols,
emoticons, URLs, usernames, and invisible characters. Prior studies
like [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] show that filtering and cleaning the tweets before training
a classifier helps significantly. We pre-process the tweet texts before
the classification experiments. The preprocessing includes removal
of invisible characters, URLs, and hashtag signs.
      </p>
      <p>Transformer model. The pre-processed texts are then fed into a
transformer network by adding a task-specific layer on top of the
network. We use a model-specific tokenizer, which is a part of the
transformer model. Currently, the pre-trained transformer models
are available for monolingual and multilingual settings. Since the
tweets are in the Italian language, and for Italian a monolingual
model exists, namely Italian BERT23, we used it for our experiments.</p>
      <p>
        For the training, we used the Transformer Toolkit [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. We
finetune the model using a learning rate of 1 − 5 for ten epochs [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
The training of the pre-trained models has some instability as
reported in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], therefore, we run each experiment ten times using
diferent seeds and select the model that performs the best on the
development set. Finally, we evaluate the selected model on the test
set.
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Image-based Model (Run 3 and 4)</title>
      <p>
        For the flood image detection we employed two diferent methods.
In the first method, we fine-tuned an existing model, namely
VggNet16 [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], pre-trained on the Places dataset [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. In the second
method, we jointly utilized the models pre-trained on the ImageNet
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and the Places dataset. The basic motivation for the joint use
of the models comes from our previous experience on similar tasks
[
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ], where the fusion of object and scene-level information
extracted with the models pre-trained on ImageNet and Places dataset,
respectively, have been proven very efective in classification of
disaster-related images.
      </p>
      <p>
        The class distribution of the dataset for the challenge this year
is very imbalanced. Therefore, we used an oversampling technique
to balance the distribution of the class labels in the training. This
of course comes with the risk that the test data might be
imbalanced which would most probably reduce the performance. We
used the Synthetic Minority Oversampling Technique (SMOTE)
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] to up-sample the minority class. We used the imblearn
implementation [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] for our experiments. In fact, the number of samples
in the minority class have been increased by a factor of three.
2.3
      </p>
    </sec>
    <sec id="sec-5">
      <title>Multimodal Model (Run 1)</title>
      <p>
        The multimodal network consists of a text and an image network
combined to form a shared representation before the classification
layer. The text network consists of BERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and the image
network consists of ResNet152 [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. We used ResNet152 in multimodal
network as it was shown to work well in a previous study [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
The input to the whole network is pre-processed text and extracted
features for the images. The object and scene-level features are
extracted through VGGNet16 pre-trained on ImageNet and Places
datasets. During the training the model jointly learns the image
embeddings and token embedding spaces of BERT. We use the Adam
optimizer with a minibatch size of 32 for training the model.
3
      </p>
    </sec>
    <sec id="sec-6">
      <title>RESULTS AND ANALYSIS</title>
      <p>In total, we submitted four runs. Our first run is based on the
multimodal framework where textual and visual features are combined
using early fusion. Our second run is based on an Italian version
of the BERT model for text analysis. The third run is based on
VGGNet-19 pre-trained on Places datasets, which is fine-tuned on
the flood-related images. In run four, two versions of VGGNet-16,
one pre-trained on ImageNet and the other pre-trained on the Places
2https://huggingface.co/dbmdz/bert-base-italian-uncased
3Note that the model is trained on Wikipedia dump and various texts from the OPUS
corpora.
dataset, are combined in an early fusion manner by concatenating
the features obtained from the last fully connected layer.</p>
      <p>Table 1 provides the experimental results of our proposed
solutions for the task on the development set. Overall better results are
obtained with run 1, which shows the advantage of a multi-modal
solution over the single modality in the task. On the other hand, the
lowest F1-score is obtained with fusion of object and scene-level
features. However, it is interesting that the results obtained with
the individual model (VGGNet16) pre-trained on the Places dataset
has outperformed the method combining the object and scene-level
features. In order to investigate the potential causes of the reduction
in the performance of the fusion framework, we also analyzed the
performance of VGGNet16 pre-trained on ImageNet where an
F1score of .804 is obtained. The lower performance of the model when
pre-trained on ImageNet compared to the Places data indicates that
the scene-level features are more important for the task. It is to be
noted that the models pre-trained on ImageNet extract object-level
while the ones pre-trained on the Places datasets correspond to
scene-level information. Due to the imbalanced dataset we decided
not to discuss the test data set results before the test data is publicly
released and we are able to perform a more detailed analysis.
4</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSIONS AND FUTURE WORK</title>
      <p>The task aims at the multimodal analysis of floods on Twitter. The
participants were provided with a collection of tweets containing
text and associated images and were asked to propose a multimodal
framework able to automatically determine whether a tweet
represents a flood-related event relevant to a specific area or not. We
proposed four diferent solutions to the task including a multimodal,
a textual, and a couple of image-based solutions. Overall, better
results are observed for the multimodal approach indicating the
advantage of the joint use of textual and visual information. As far
as the evaluation of textual and visual information is concerned,
significantly better results are obtained with textual features compared
to visual information. Moreover, we also observed that scene-level
information is more critical for the task compared to object-level
features extracted with models pre-trained on ImageNet.</p>
      <p>We believe there is still room for improvement in the multimodal,
textual, and image-based solutions. In the future, we aim to explore
the task further by introducing more sophisticated methods to
jointly combine textual and visual information in a better way. We
also plan to perform a more detailed analysis of the test data once
publicly released.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Mahdi</given-names>
            <surname>Abavisani</surname>
          </string-name>
          , Liwei Wu, Shengli Hu, Joel Tetreault, and
          <string-name>
            <given-names>Alejandro</given-names>
            <surname>Jaimes</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Multimodal Categorization of Crisis Events in Social Media</article-title>
          .
          <source>In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          .
          <fpage>14679</fpage>
          -
          <lpage>14689</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Mansi</given-names>
            <surname>Agarwal</surname>
          </string-name>
          , Maitree Leekha, Ramit Sawhney, and Rajiv Ratn Shah.
          <year>2020</year>
          .
          <article-title>Crisis-DIAS: Towards Multimodal Damage Analysis - Deployment, Challenges and Assessment</article-title>
          .
          <source>Proceedings of the AAAI Conference on Artificial Intelligence</source>
          <volume>34</volume>
          ,
          <issue>01</issue>
          (Apr.
          <year>2020</year>
          ),
          <fpage>346</fpage>
          -
          <lpage>353</lpage>
          . https: //doi.org/10.1609/aaai.v34i01.
          <fpage>5369</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Kashif</given-names>
            <surname>Ahmad</surname>
          </string-name>
          , Konstantin Pogorelov, Michael Riegler, Nicola Conci, and
          <string-name>
            <given-names>Pål</given-names>
            <surname>Halvorsen</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Social media and satellites</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          (
          <year>2018</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Kashif</given-names>
            <surname>Ahmad</surname>
          </string-name>
          , Konstantin Pogorelov, Michael Riegler, Olga Ostroukhova, Pål Halvorsen, Nicola Conci, and
          <string-name>
            <given-names>Rozenn</given-names>
            <surname>Dahyot</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Automatic detection of passable roads after floods in remote sensed and social media data</article-title>
          .
          <source>Signal Processing: Image Communication</source>
          <volume>74</volume>
          (
          <year>2019</year>
          ),
          <fpage>110</fpage>
          -
          <lpage>118</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Sheharyar</given-names>
            <surname>Ahmad</surname>
          </string-name>
          , Kashif Ahmad, Nasir Ahmad, and
          <string-name>
            <given-names>Nicola</given-names>
            <surname>Conci</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Convolutional neural networks for disaster images retrieval</article-title>
          .
          <source>In Proceedings of the MediaEval 2017 Workshop (Sept</source>
          .
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>2017</year>
          ). Dublin, Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Firoj</given-names>
            <surname>Alam</surname>
          </string-name>
          , Ferda Ofli, and
          <string-name>
            <given-names>Muhammad</given-names>
            <surname>Imran</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Descriptive and visual summaries of disaster events using artificial intelligence techniques: case studies of Hurricanes Harvey, Irma, and Maria</article-title>
          .
          <source>Behaviour &amp; Information Technology 39</source>
          ,
          <issue>3</issue>
          (
          <year>2020</year>
          ),
          <fpage>288</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Stelios</given-names>
            <surname>Andreadis</surname>
          </string-name>
          , Ilias Gialampoukidis, Anastasios Karakostas, Stefanos Vrochidis, Ioannis Kompatsiaris, Roberto Fiorin, Daniele Norbiato, and
          <string-name>
            <given-names>Michele</given-names>
            <surname>Ferri</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>The Flood-related Multimedia Task at MediaEval</article-title>
          <year>2020</year>
          . (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Benjamin</given-names>
            <surname>Bischke</surname>
          </string-name>
          , Damian Borth,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Schulze</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Dengel</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Contextual enrichment of remote-sensed events with social media streams</article-title>
          .
          <source>In Proceedings of the 24th ACM international conference on Multimedia. ACM</source>
          ,
          <volume>1077</volume>
          -
          <fpage>1081</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Benjamin</given-names>
            <surname>Bischke</surname>
          </string-name>
          , Patrick Helber, Erkan Basar, Simon Brugman,
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Konstantin</given-names>
            <surname>Pogorelov</surname>
          </string-name>
          .
          <source>The Multimedia Satellite Task at MediaEval</source>
          <year>2019</year>
          :
          <article-title>Flood Severity Estimation</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="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Benjamin</surname>
            <given-names>Bischke</given-names>
          </string-name>
          , Patrick Helber, Christian Schulze, Srinivasan Venkat, Andreas Dengel, and
          <string-name>
            <given-names>Damian</given-names>
            <surname>Borth</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>The Multimedia Satellite Task at MediaEval 2017: Emergence Response for Flooding Events</article-title>
          .
          <source>In Proceedings of the MediaEval 2017 Workshop (Sept</source>
          .
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>2017</year>
          ). Dublin, Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Benjamin</surname>
            <given-names>Bischke</given-names>
          </string-name>
          , Patrick Helber,
          <string-name>
            <given-names>Zhengyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          , Jens de Bruijn, and
          <string-name>
            <given-names>Damian</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="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Nitesh</surname>
            <given-names>V Chawla</given-names>
          </string-name>
          , Kevin W Bowyer, Lawrence O Hall, and
          <string-name>
            <given-names>W Philip</given-names>
            <surname>Kegelmeyer</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>SMOTE: synthetic minority over-sampling technique</article-title>
          .
          <source>Journal of artificial intelligence research 16</source>
          (
          <year>2002</year>
          ),
          <fpage>321</fpage>
          -
          <lpage>357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <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="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Jia</surname>
            <given-names>Deng</given-names>
          </string-name>
          , Wei Dong, Richard Socher,
          <string-name>
            <surname>Li-Jia</surname>
            <given-names>Li</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kai</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <surname>Li</surname>
          </string-name>
          Fei-Fei.
          <year>2009</year>
          .
          <article-title>Imagenet: A large-scale hierarchical image database</article-title>
          .
          <source>In Computer Vision and Pattern Recognition</source>
          ,
          <year>2009</year>
          .
          <article-title>CVPR 2009</article-title>
          . IEEE Conference on. Ieee,
          <volume>248</volume>
          -
          <fpage>255</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <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="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Kaiming</surname>
            <given-names>He</given-names>
          </string-name>
          , Xiangyu Zhang, Shaoqing Ren, and
          <string-name>
            <given-names>Jian</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          .
          <volume>770</volume>
          -
          <fpage>778</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Douwe</surname>
            <given-names>Kiela</given-names>
          </string-name>
          , Suvrat Bhooshan, Hamed Firooz, and
          <string-name>
            <given-names>Davide</given-names>
            <surname>Testuggine</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Supervised multimodal bitransformers for classifying images and text</article-title>
          . arXiv preprint arXiv:
          <year>1909</year>
          .
          <volume>02950</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Alex</surname>
            <given-names>Krizhevsky</given-names>
          </string-name>
          , Ilya Sutskever, and
          <string-name>
            <given-names>Geofrey E</given-names>
            <surname>Hinton</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Imagenet classification with deep convolutional neural networks</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          .
          <volume>1097</volume>
          -
          <fpage>1105</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Guillaume</surname>
            <given-names>Lemaître</given-names>
          </string-name>
          , Fernando Nogueira, and
          <string-name>
            <surname>Christos</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Aridas</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Imbalanced-learn: A Python Toolbox to Tackle the Curse of Imbalanced Datasets in Machine Learning</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>18</volume>
          ,
          <issue>17</issue>
          (
          <year>2017</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          . http://jmlr.org/papers/v18/
          <fpage>16</fpage>
          -
          <lpage>365</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Tomas</surname>
            <given-names>Mikolov</given-names>
          </string-name>
          , Ilya Sutskever, Kai Chen, Greg S Corrado, and
          <string-name>
            <given-names>Jef</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="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Ferda</surname>
            <given-names>Ofli</given-names>
          </string-name>
          , Firoj Alam, and
          <string-name>
            <given-names>Muhammad</given-names>
            <surname>Imran</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Analysis of Social Media Data using Multimodal Deep Learning for Disaster Response</article-title>
          .
          <source>In ISCRAM.</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Naina</surname>
            <given-names>Said</given-names>
          </string-name>
          , Kashif Ahmad, Michael Riegler, Konstantin Pogorelov, Laiq Hassan, Nasir Ahmad, and
          <string-name>
            <given-names>Nicola</given-names>
            <surname>Conci</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Natural disasters detection in social media and satellite imagery: a survey</article-title>
          .
          <source>Multimedia Tools and Applications (17 Jul</source>
          <year>2019</year>
          ). https://doi.org/10.1007/ s11042-019-07942-1
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Karen</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Zisserman</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          .
          <source>arXiv preprint arXiv:1409.1556</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Thomas</surname>
            <given-names>Wolf</given-names>
          </string-name>
          , Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pierric Cistac, Tim Rault, R'emi Louf, Morgan Funtowicz, and
          <string-name>
            <given-names>Jamie</given-names>
            <surname>Brew</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>HuggingFace's Transformers: State-of-the-art Natural Language Processing</article-title>
          . ArXiv abs/
          <year>1910</year>
          .03771 (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Bolei</surname>
            <given-names>Zhou</given-names>
          </string-name>
          , Agata Lapedriza, Jianxiong Xiao, Antonio Torralba, and
          <string-name>
            <given-names>Aude</given-names>
            <surname>Oliva</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Learning deep features for scene recognition using places database</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          .
          <volume>487</volume>
          -
          <fpage>495</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>