<!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>A Feature Analysis for Multimodal News Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Golsa Tahmasebzadeh</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sherzod H</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>kimov</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mull</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>lph Ew</string-name>
          <email>ralph.ewerthg@tib.eu</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>L3S Research Center, Leibniz University Hannover</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Leibniz Information Centre for Science and Technology</institution>
          ,
          <addr-line>Hannover</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Content-based information retrieval is based on the information contained in documents rather than using metadata such as keywords. Most information retrieval methods are either based on text or image. In this paper, we investigate the usefulness of multimodal features for cross-lingual news search in various domains: politics, health, environment, sport, and nance. To this end, we consider ve feature types for image and text and compare the performance of the retrieval system using di erent combinations. Experimental results show that retrieval results can be improved when considering both visual and textual information. In addition, it is observed that among textual features entity overlap outperforms word embeddings, while geolocation embeddings achieve better performance among visual features in the retrieval task.</p>
      </abstract>
      <kwd-group>
        <kwd>Multimodal News Retrieval Multimodal Features Computer Vision Natural Language Processing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The rapid growth of media content on the Web has led to a surge of intelligent
technologies to organise them and satisfy users' information needs. Multimodal
information retrieval (MIR) is a branch of computer science that focuses on the
identi cation of users' search needs and present them the most relevant resources
considering information from di erent modalities. In today's Web era, one of the
challenging aspects of retrieval is that information encoded in other formats than
text are gaining importance, namely image, video, and audio data. Therefore,
systems that utilize content from di erent modalities have received more and
more attention in the research community in the last decade.</p>
      <p>
        In this paper, we analyse the impact of di erent features extracted from
both text and image for information retrieval in the news domain. Prior work
Copyright c 2020 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).
[
        <xref ref-type="bibr" rid="ref10 ref14">14,10</xref>
        ] typically utilises state-of-the-art deep learning models for object
recognition [
        <xref ref-type="bibr" rid="ref18 ref5">18,5</xref>
        ] or object detection [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] to extract visual features. In contrast, we
adopt three di erent visual descriptors including object, places and geolocation
embeddings to cover images of di erent news domains. The di erence of our
approach with previous methods is that our visual descriptors are based on
pretrained deep learning architectures. For text, most state-of-the-art systems use
Bidirectional Encoder Representations from Transformers (BERT) embeddings
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] to encode textual content. In addition, we consider another textual
descriptor to analyse the overlap of entities mentioned in news articles. We focus on
news domain and address ve domains: politics, health, environment, sport, and
nance, for both English and German language. We apply multimodal feature
extraction on collected news articles that contain both image and text content.
The ranking is calculated as a pair-wise similarity score between news articles
based on either visual features, textual features, or their combinations. Given
a query document, we compute the performance in terms of Average Precision
(AP) of ranked documents.
      </p>
      <p>The main contribution of this paper is a comparison of di erent
state-of-theart feature descriptors for multimodal content, and how they a ect the
performance on information retrieval in the news domain. Our analysis reveals that the
combination of visual features and textual features performs better in
comparison with each modality separately. Regarding textual features it is shown that
entity overlap is an e cacious feature to describe news contents from di erent
domains, while geolocation features from images perform better in di erent news
domains when compared with object and places features. In general, the
experiments show that simply taking the mean of multimodal features is already a
good representative among all exclusive feature types.</p>
      <p>The remainder of the paper is structured as follows. We discuss some
related work on multimodal information retrieval in Section 2. Next in Section 3
we explain the collection of the dataset. In Section 4 the description of
multimodal feature extraction for news article search is mentioned. We present the
experimental results and discussions in Section 5. Finally, we conclude the paper
with ndings for multimodal news retrieval using textual and visual features in
Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Initial methods for information retrieval are often based on only one modality
and rely either on textual [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] or on visual features [
        <xref ref-type="bibr" rid="ref11 ref17">11,17</xref>
        ]. Suarez et al.[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
propose a method to collect related tweets to news articles by considering eight
di erent search methods which are solely based on text such as: search by title,
summary, content of text, bigram phrases and named entities to name but a
few. More recently, Dai et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] explore the e ect of BERT embeddings [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
in Information Retrieval (IR) and show that enhancing word embeddings with
additional knowledge from search logs produces a related search task in case
of limited amount of labeled data. Saritha et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] use Deep Belief Network
(DBN) to extract visual features and report that the DBN generates a huge
dataset for learning features and provides a good classi cation to handle the
retrieval of relevant content.
      </p>
      <p>
        The aforementioned approaches lack in representing content of a multimedia
document since other modalities are not taken into account. To obviate this,
multimodal-based methods were introduced [
        <xref ref-type="bibr" rid="ref10 ref14">10,14</xref>
        ]. Mithun et al.[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] learn an
aligned image-text representation and update the joint representation using web
images. On the other hand, Qi et al.[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] train a multitask model on four di erent
tasks to model the linguistic information and visual content. Mithun et al.[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
in addition to visual and textual features leverage web images with noisy tags
to overcome the limited labeled data. However, Qi et al.[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] collect a Large-scale
weAk-supervised Image-Text (LAIT) from the Web to enhance pre-training and
further ne-tune the model using public datasets in a multi-stage format. Both
state-of-the-art multimodal approaches are focused on increasing training data
to improve the performance, but do not incorporate di erent visual and textual
descriptors to represent image and text more comprehensively. A di erent
approach is proposed by Vo et al.[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] to retrieve images where query is an image
along with a description given by user. They combine image and text through
Compositional Learning where core idea is that a complex concept can be
developed by combing multiple simple concepts or attributes [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Crossmodal
consistency is another approach which is useful in news retrieval [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Muller-Budack
et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] proposed a multimodal approach to quantify cross-modal entity
coherence between image and text by gathering visual evidence from the Web using
named entity linking.
      </p>
      <p>
        Besides visual and textual features, modalities other than image and text
are also of interest to improve the performance of a MIR system. For instance
Dang-Nguyen et al.[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] apply geolocation coordinates as additional information.
They adopt support vector machine and apply bag-of-words as visual feature
vector, and user-generated tags as textual features. Then, the model is trained
to assign the optimal weights for each descriptor. They report that this extra
information signi cantly improves the performance.
      </p>
      <p>Inspired by the above mentioned methods, we combine di erent visual and
textual descriptors and show the impact of each descriptor in di erent news
domains.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Dataset</title>
      <p>In order to collect an appropriate dataset for the envisioned feature analysis, we
extracted news articles from ve news domains: politics, health, environment,
sport, and nance. For each domain, we manually selected recent or impactful
news events, for instance, Brexit for politics and Coronavirus for the health
domain. We gathered a maximum of 20 news articles for 25 events in English and
German using the EventRegistry3 API (Application Programmer's Interface).
3 http://eventregistry.org/
In total, we obtained 348 English and 263 German articles. Then two experts
manually veri ed if the crawled news articles match the queried event. More
information on the extracted dataset is provided in Table 1. Each extracted
news article contains a title, body text, and an image.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Methodology</title>
      <p>In Section 4.1, we explain how the extraction of multimodal features is performed
using pre-trained deep learning approaches. Then, we describe the computation
of pair-wise similarities between news articles to do the retrieval task.
4.1</p>
      <sec id="sec-4-1">
        <title>Multimodal Features</title>
        <p>Prior work often utilises features from a single modality be it either text or
visual content. Considering the variety of images and textual content used in
news, we aim to analyse the e ects of multimodal features for news information
retrieval. Using di erent types of features to represent an image or text is crucial
in an information retrieval system, specially in news retrieval. There are various
categories of articles such as sport, environment and politics, each of which
requires distinct descriptors to represent the content of the news. For instance,
in environmental images places and geolocation are more important than objects;
in sport di erent types of visual features such as objects, places, and geolocation
are necessary to represent all aspects of an image. We use the embeddings of
pretrained convolutional neural networks from state-of-the-art computer vision for
object detection, place recognition, and geolocation estimation as visual features.
Entity vectors and word embeddings serve as textual features. The process of
multimodal feature extraction is shown in Figure 1. Each news article contains
a title, body text, and an image.</p>
        <p>Visual Features To extract visual features from images, three di erent visual
descriptors are adopted: objects, places, and geolocations. Since news articles are
usually from di erent domains, their corresponding images have distinct types
of visual information. To extract features pre-trained deep learning models for
di erent tasks are applied to extract rich feature vectors from the last
fullyconnected layer of the respective convolutional neural network. Please note that
we do not take the predictions from these models but the weights (that lead to
model predictions). Regarding the models as explained below, this is the layer
before the last softmax activation.</p>
        <p>
          { Object recognition: We use the ResNet-50 [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] model pre-trained on the
ImageNet dataset [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], where the task is to recognise 1000 distinct objects in
images such as car, person, etc. The dimension of the resulting feature vector
for an image is 2048.
{ Place recognition: We use the ResNet [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] model pre-trained on the Places365
dataset [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], where the task is to recognize 365 distinct places such as beach,
stadium, street etc. The dimension of the resulting feature vector for an
image is 2048.
{ Geolocation recognition: We use the model [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] based on ResNet101 [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]
pretrained on a subset of the Yahoo Flickr Creative Commons 100 Million
dataset (YFCC100M) [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. The subset, which includes around ve million
geo-tagged images, was introduced for the MediaEval Placing Task 2016
(MP-16) [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. This model is aimed at predicting the geolocation of an image.
The dimension of the resulting feature vector for an image is 2048.
        </p>
        <p>Each image of an article was fed into the models described above and three
2048-dimensional vectors for objects, places, and geolocation were extracted.
Textual Features Textual features are extensively used in information
retrieval systems since most of the context in news are provided in textual format.
Therefore, we consider two di erent features to retrieve relevant documents for
comparing the textual content. The rst feature type comprises named entities
in a given news article, while the second type of features are word embeddings
representing the text. We assume that similar events mention similar entities,
as well as similar events being described with similar words. Thus, the overlap
of entities and similarity of word embeddings between articles are important
features for information retrieval.</p>
        <p>
          First, we explain how to extract named entities from news articles. As
mentioned above, we consider English and German news articles that cover various
events from ve domains. We use spaCy [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] to extract named entities and
Wikier [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] to link those named entities to Wikipedia pages, since these tools support
both languages. First, we extract named entities and their corresponding spans
in a text using spaCy. Then, we use Wiki er to extract named entities, their
spans and additionally the links to Wikipedia pages and PageRank score for
each detected entity.
        </p>
        <p>We combine the outputs from both systems by considering the spans of
extracted named entities where both spaCy and Wiki er agree on. We select the
linked entity from Wiki er with the highest PageRank score with the aim of
disambiguation. Finally, we collect named entities with their links to Wikipedia
pages for both English and German news articles.</p>
        <p>
          { Entity vectors: As mentioned above, we collect all extracted named entities
in order to convert each news article into a vector representation. Each news
article is converted into an entity vector representation, where an entry in the
vector is set to 1, if the entity (related to the entry) appears in a document,
otherwise it is set to 0. In total, the news articles contained 5,195 and 1,991
entities for English and German, respectively.
{ Word embeddings: We use BERT [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] embeddings to extract word vectors
for all sentences in text, since such word embeddings take into account the
contextual surrounding of words. Since text content of news articles is long,
we use a sliding window approach by selecting 1500 characters at a time and
extracting word vectors from BERT. We use the last layer of the output,
where a 768-dimensional vector is assigned to each token. The word
vectors for each token are then averaged to obtain a single vector representing
the given span from text. We continue the process until all tokens are
processed. The resulting vectors represent the whole news text in terms of word
embeddings using BERT.
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Multimodal News Retrieval</title>
        <p>In this section, we describe the retrieval task performed in this paper. After
collecting news articles, the ve feature embeddings are computed for image and
text as explained above. The retrieval system is essentially returning a list of
relevant documents for a given query. In our case, the query is a news article
and the task id to retrieve news articles of the same event based on uni-modal
and multimodal similarity measures.</p>
        <p>We compute a pair-wise similarity between news articles using cosine
similarity between selected vectors depending on the modality. The similarity of news
articles is computed separately for each language. Each news article is treated
as a query and the remaining ones as a reference to compute cosine similarity.
The remaining news articles are ranked by their similarity score in regard to
the selected query. As described above, we consider ve di erent features from
image and text. We average the similarity scores from each feature when the
modalities are merged for the retrieval task.</p>
        <p>The evaluation of the performance is based on average precision score using
Eq.1. In this equation P stands for Precision, R stands for Recall and n de nes
the nth threshold. We use this measure because it combines recall and precision in
di erent thresholds for ranked retrieval results, thus, better represents the overall
performance. In other words, for one information need, the average precision is
mean of the precision scores regarding di erent thresholds after each relevant
document is retrieved.</p>
        <p>AverageP recision =</p>
        <p>X(Rn
n</p>
        <p>Rn 1)Pn
(1)
In this paper AP is calculated by looking at the ranked list of other news articles
whether they are relevant or not. For instance, we pick an article from the event
Brexit and rank the rest of news articles by the similarities to the chosen one.
The objective of the retrieval task is to rank the remaining news articles in the
same event higher than others.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <p>In this section, we discuss evaluation results to measure the performance of
the proposed multimodal information retrieval system. To better demonstrate
the performance, evaluation is done in di erent con gurations by considering
information from di erent modalities as follows:
{ Only textual features
{ Only visual features
{ Visual and textual features</p>
      <p>In all of the con gurations Average Precision is used as a performance
measure as explained in Section 4.2.
5.1</p>
      <sec id="sec-5-1">
        <title>Evaluation Results</title>
        <p>We evaluate the performance of each modality separately and in combination.
We provide the evaluation of the proposed system for each selected event in
Table 2 and Table 3 for English and German news articles respectively. In these
tables, each row presents average precision of the corresponding event using a
single feature or a combination of features. The combination of features is done
by averaging the similarity scores from the corresponding features. We
computed the performance for each feature, combination of features from the same
modality, and combination of both modalities. The best performing features are
highlighted in bold for each event in Table 2 and Table 3.</p>
        <p>As shown in Table 2 and Table 3 regarding textual features, the rst three
columns show average precision using only textual features including: BERT
embeddings (B), entity overlap (E) and mean of both features (T ) respectively.
Among individual textual features, for English, entity overlap achieves the best
performance since it outperforms in ve events, while BERT embeddings
outperform in only two events, as highlighted in the Table 2. Similarly, for German,
feature entity overlap achieves the best performance since it outperforms in ve
events, while BERT embeddings outperforms in only one event as highlighted
in the Table 3. Regarding combination of textual features for English it
outperforms each individual textual feature by achieving the best average precision in
six events, and for the German news by outperforming in ve events it equals
to entity overlap performance.</p>
        <p>Regarding visual features, the next four columns show results for three visual
features including: objects (O), places (P), geolocation (L), and combined (V ).
Regarding individual visual features in comparison with all other eight features
for English, in only three events, and for German in ve events either of features:
objects, places and geolocation, outperform the rest. For English, individual
visual features in comparison with each other, have similar performance. For
German, geolocation has better performance than the others since it outperforms
in three events, while objects and places both outperform in only one event
in total. As mentioned above, mean approach is considered as combination of
features where the similarities of combined features are averaged. For English, in
none of the events mean of visual features (V ) outperforms the rest of features,
whereas for German it outperforms in four events in total as presented in Table
3.</p>
        <p>We consider the same combination regarding all the ve feature types for
both visual and textual by averaging the similarity scores. As shown in both
tables, out of 25 events, regarding English, the three di erent combinations
including: mean of all features (V+T), mean of visual (V ) and mean of textual
(T ) features in comparison with each other outperform in eleven, zero and six of
events respectively. For the German news the mentioned performances are eight,
four and ve respectively. Thus, it is evident that for both languages
combination of visual and textual outperforms each individual feature (B, E, O, P, L)
and the combination of visual (V ) and textual (T ) features.</p>
        <p>The results presented in Table 4 are average precision scores for ve domains:
Politics, Sport, Health, Environment, and Finance. It is observed that for English
the mean of all features (T+V) outperforms in three out of ve events, which
are Environment, Health and Sport. Similar pattern is observed for German
where the domains are: Politics, Environment and Finance. Therefore, for both
languages for three out of ve news domains the combination of multimodal
features resulted in a better performance for the information retrieval task.
5.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Discussion</title>
        <p>As mentioned earlier, Table 4 shows the impact of di erent features in di erent
domains, and Table 2 and Table 3 show the evaluation results for each event
associated with each domain. In this section we further study the numbers reported
in the tables and discuss the impact of features in di erent domains.</p>
        <p>To compare visual and textual features together, as presented in Table 4,
for English, in all the categories textual features are better descriptors than
visual features, except for Environment where both features have equal average
precision score. For German, three categories including Sport, Environment and
Health are the ones that t this condition. The reason that in English news
textual features are better than visual features in more categories than German
is that entity overlap in English in total obtains a better performance than
German. In more detail, the named entity extraction tool, spaCy, extracted
more entities in English than in German. Thus, in German news retrieval, for
some queries the obtained entity overlap similarities with the reference articles
are zero. In these cases we set the similarity scores to very small random number.</p>
        <p>Regarding combination of all features, in English news even though visual
features are not better than textual features, they helped textual features
improve the overall performance for domains such as Environment and Health (see
T+V column in Table 4). On the other hand, for Politics and Finance textual
features outperform either visual and combined features. One reason is that the
content of images in these domains are not noticeable in terms of places,
geolocation or objects. The other reason is the richness of text in comparison with
images. Since these two domains include very speci c events such as Volkswagen
emissions scandal and Greek government debt crisis, due to speci c entities
existing in their texts, entity overlap outperforms the other four remaining feature
types including all visual features (see column T+V in Table 2). Therefore, the
experiments show that there is a need for additional visual descriptors to
better represent the visual content. For instance, face detectors that distinguish
depicted persons in images might be helpful, since usually there are popular
people in images of these news domains.</p>
        <p>Regarding textual features individually, as presented in Table 4, in English
news, Politics is the one that achieved the highest performance using only textual
features for which the reason is that events such as Cyprus-Turkey maritime
zones dispute report higher in comparison with events in other categories using
entity overlap as a textual descriptor. However, Environment is the one with
the least average precision using only textual features. The reason is that events
such as Water scarcity or Global warming are broad topics where the chances of
having a big entity overlap is low. In addition, it is observable from the results
in Table 2 and Table 3 that BERT embeddings in most cases did not yield any
improvements over the other features. Conversely, the entity overlap in most
cases outperforms all the other individual feature types. Thus, it is worth to
mention that in news retrieval systems instead of comparing the whole text it is
better to focus on named entities mentioned in text.</p>
        <p>From visual point of view, for German in most events geolocation and
combined features outperform the other two visual features objects and places, and
for English individual visual features in total outperform the combined visual
features. As mentioned in Section 5.1, visual features do not outperform either
textual or combination of all features (T+V). One possible reason for the low
performance of visual descriptors might be that the models that are used in this
research are trained on domains other than news. Therefore, they are not able
to extract useful visual clues from news images. Nevertheless, they have a good
impact in improving the average precision, in the retrieval task, when combined
with textual features as presented in Table 2, Table 3 and Table 4.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this paper, we have proposed a feature analysis for multimodal news retrieval,
considering and representing both image and text content in news articles. To
this end, we have investigated the impact of three visual descriptors (objects,
places, and geolocation) as well as two textual descriptors (entity overlap and
text similarity using BERT embeddings).</p>
      <p>We evaluated the approach on 25 events extracted from ve news domains.
Experiments show that multimodal (combination of visual and textual) features
outperform individual visual and textual features. Furthermore, we showed that
the textual feature of entity overlap performs better than BERT embeddings
for both English and German news articles. We observed that in some domains
additional visual descriptors such as face detectors might help on top of the
existing visuals features.</p>
      <p>In future work, we intend to train a supervised model that learns to assign
di erent importance weights for the available features values. Another approach
could be to increase the set of features to better represent images of di erent
news domains to improve the overall performance when combined with textual
features. Besides, extending the dataset by including more news domains and
other languages for more in depth experiments is another future direction.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This project has received funding from the European Union's Horizon 2020
research and innovation programme under the Marie Sklodowska-Curie grant
agreement no 812997.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Brank</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leban</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grobelnik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Semantic annotation of documents based on wikipedia concepts</article-title>
          .
          <source>Informatica (Slovenia)</source>
          <volume>42</volume>
          (
          <issue>1</issue>
          ) (
          <year>2018</year>
          ), http://www. informatica.si/index.php/informatica/article/view/2228
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Dai</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Callan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Deeper text understanding for IR with contextual neural language modeling</article-title>
          . In: Piwowarski,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Chevalier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gaussier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Maarek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Scholer</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2019</year>
          , Paris, France,
          <source>July 21-25</source>
          ,
          <year>2019</year>
          . pp.
          <volume>985</volume>
          {
          <fpage>988</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2019</year>
          ). https://doi.org/10.1145/3331184.3331303
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dang-Nguyen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boato</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moschitti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Natale</surname>
            ,
            <given-names>F.G.B.D.</given-names>
          </string-name>
          :
          <article-title>Supervised models for multimodal image retrieval based on visual, semantic and geographic information</article-title>
          . In: Lambert,
          <string-name>
            <surname>P</surname>
          </string-name>
          . (ed.) 10th
          <source>International Workshop on Content-Based Multimedia Indexing</source>
          ,
          <string-name>
            <surname>CBMI</surname>
          </string-name>
          <year>2012</year>
          , Annecy, France, June 27-29,
          <year>2012</year>
          . pp.
          <volume>1</volume>
          {
          <issue>5</issue>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2012</year>
          ). https://doi.org/10.1109/CBMI.
          <year>2012</year>
          .6269806
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>BERT: pre-training of deep bidirectional transformers for language understanding</article-title>
          .
          <source>In: Proceedings of the</source>
          <year>2019</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL-HLT 2019, Minneapolis</article-title>
          , MN, USA, June 2-7,
          <year>2019</year>
          , Volume
          <volume>1</volume>
          (Long and Short Papers). pp.
          <volume>4171</volume>
          {
          <issue>4186</issue>
          (
          <year>2019</year>
          ). https://doi.org/10.18653/v1/n19-
          <fpage>1423</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In: 2016 IEEE Conference on Computer Vision</source>
          and Pattern Recognition,
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          <year>2016</year>
          ,
          <string-name>
            <surname>Las</surname>
            <given-names>Vegas</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NV</surname>
          </string-name>
          , USA, June 27-30,
          <year>2016</year>
          . pp.
          <volume>770</volume>
          {
          <fpage>778</fpage>
          . IEEE Computer Society (
          <year>2016</year>
          ). https://doi.org/10.1109/CVPR.
          <year>2016</year>
          .90
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <article-title>Identity mappings in deep residual networks</article-title>
          . In: Leibe,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Matas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Sebe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Welling</surname>
          </string-name>
          , M. (eds.)
          <source>Computer Vision - ECCV 2016 - 14th European Conference</source>
          , Amsterdam, The Netherlands,
          <source>October 11-14</source>
          ,
          <year>2016</year>
          , Proceedings,
          <source>Part IV. Lecture Notes in Computer Science</source>
          , vol.
          <volume>9908</volume>
          , pp.
          <volume>630</volume>
          {
          <fpage>645</fpage>
          . Springer (
          <year>2016</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -46493-0 38
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Honnibal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
          </string-name>
          , I.:
          <article-title>spaCy 2: Natural language understanding with bloom embeddings, convolutional neural networks and incremental parsing</article-title>
          . To appear (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Larson</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soleymani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gravier</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.J.F.</given-names>
          </string-name>
          :
          <article-title>The benchmarking initiative for multimedia evaluation: Mediaeval 2016</article-title>
          . IEEE MultiMedia
          <volume>24</volume>
          (
          <issue>1</issue>
          ),
          <volume>93</volume>
          {
          <fpage>96</fpage>
          (
          <year>2017</year>
          ). https://doi.org/10.1109/MMUL.
          <year>2017</year>
          .9
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Misra</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hebert</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>From red wine to red tomato: Composition with context</article-title>
          .
          <source>In: 2017 IEEE Conference on Computer Vision</source>
          and Pattern Recognition,
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          <year>2017</year>
          ,
          <article-title>Honolulu</article-title>
          ,
          <string-name>
            <surname>HI</surname>
          </string-name>
          , USA, July
          <volume>21</volume>
          -
          <issue>26</issue>
          ,
          <year>2017</year>
          . pp.
          <volume>1160</volume>
          {
          <fpage>1169</fpage>
          . IEEE Computer Society (
          <year>2017</year>
          ). https://doi.org/10.1109/CVPR.
          <year>2017</year>
          .
          <volume>129</volume>
          , https://doi.org/10.1109/CVPR.
          <year>2017</year>
          .129
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Mithun</surname>
            ,
            <given-names>N.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panda</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papalexakis</surname>
            ,
            <given-names>E.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roy-Chowdhury</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          :
          <article-title>Webly supervised joint embedding for cross-modal image-text retrieval</article-title>
          . In: Boll,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.M.</given-names>
            ,
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Byun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.W.</given-names>
            ,
            <surname>Lienhart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Mei</surname>
          </string-name>
          , T. (eds.)
          <source>2018 ACM Multimedia Conference on Multimedia Conference, MM 2018</source>
          , Seoul, Republic of Korea,
          <source>October 22-26</source>
          ,
          <year>2018</year>
          . pp.
          <year>1856</year>
          {
          <year>1864</year>
          . ACM (
          <year>2018</year>
          ). https://doi.org/10.1145/3240508.3240712
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mukherjee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sil</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sahu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chowdhury</surname>
            ,
            <given-names>A.S.:</given-names>
          </string-name>
          <article-title>A bag of constrained informative deep visual words for image retrieval</article-title>
          .
          <source>Pattern Recognit. Lett</source>
          .
          <volume>129</volume>
          ,
          <issue>158</issue>
          {
          <fpage>165</fpage>
          (
          <year>2020</year>
          ). https://doi.org/10.1016/j.patrec.
          <year>2019</year>
          .
          <volume>11</volume>
          .011
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mu</surname>
          </string-name>
          <article-title>ller-</article-title>
          <string-name>
            <surname>Budack</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pustu-Iren</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ewerth</surname>
          </string-name>
          , R.:
          <article-title>Geolocation estimation of photos using a hierarchical model and scene classi cation</article-title>
          . In: Ferrari,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Hebert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Sminchisescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Weiss</surname>
          </string-name>
          , Y. (eds.) Computer Vision - ECCV 2018 - 15th European Conference, Munich, Germany, September 8-
          <issue>14</issue>
          ,
          <year>2018</year>
          , Proceedings,
          <source>Part XII. Lecture Notes in Computer Science</source>
          , vol.
          <volume>11216</volume>
          , pp.
          <volume>575</volume>
          {
          <fpage>592</fpage>
          . Springer (
          <year>2018</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -01258-8 35
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mu</surname>
          </string-name>
          <article-title>ller-</article-title>
          <string-name>
            <surname>Budack</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Theiner</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Diering</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Idahl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ewerth</surname>
          </string-name>
          , R.:
          <article-title>Multimodal analytics for real-world news using measures of cross-modal entity consistency</article-title>
          . CoRR abs/
          <year>2003</year>
          .10421 (
          <year>2020</year>
          ), https://arxiv.org/abs/
          <year>2003</year>
          .10421
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cui</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bharti</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sacheti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Imagebert: Crossmodal pre-training with large-scale weak-supervised image-text data</article-title>
          . CoRR abs/
          <year>2001</year>
          .07966 (
          <year>2020</year>
          ), https://arxiv.org/abs/
          <year>2001</year>
          .07966
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
          </string-name>
          , J.:
          <string-name>
            <surname>Faster R-CNN</surname>
          </string-name>
          <article-title>: towards real-time object detection with region proposal networks</article-title>
          .
          <source>IEEE Trans. Pattern Anal. Mach. Intell</source>
          .
          <volume>39</volume>
          (
          <issue>6</issue>
          ),
          <volume>1137</volume>
          {
          <fpage>1149</fpage>
          (
          <year>2017</year>
          ). https://doi.org/10.1109/TPAMI.
          <year>2016</year>
          .
          <volume>2577031</volume>
          , https: //doi.org/10.1109/TPAMI.
          <year>2016</year>
          .2577031
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Russakovsky</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krause</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Satheesh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Ma,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Karpathy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Khosla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Bernstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.S.</given-names>
            ,
            <surname>Berg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.C.</given-names>
            ,
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          :
          <article-title>Imagenet large scale visual recognition challenge</article-title>
          .
          <source>International Journal of Computer Vision</source>
          <volume>115</volume>
          (
          <issue>3</issue>
          ),
          <volume>211</volume>
          {
          <fpage>252</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.1007/s11263-015-0816-y
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Saritha</surname>
            ,
            <given-names>R.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paul</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>P.G.</given-names>
          </string-name>
          :
          <article-title>Content based image retrieval using deep learning process</article-title>
          .
          <source>Cluster Computing</source>
          <volume>22</volume>
          (
          <issue>Supplement</issue>
          ),
          <volume>4187</volume>
          {
          <fpage>4200</fpage>
          (
          <year>2019</year>
          ). https://doi.org/10.1007/s10586-018-1731-0
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Simonyan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          . In: Bengio,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>LeCun</surname>
          </string-name>
          , Y. (eds.) 3rd
          <source>International Conference on Learning Representations, ICLR</source>
          <year>2015</year>
          , San Diego, CA, USA, May 7-
          <issue>9</issue>
          ,
          <year>2015</year>
          , Conference Track Proceedings (
          <year>2015</year>
          ), http://arxiv.org/abs/1409.1556
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Suarez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Albakour</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corney</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martinez-Alvarez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esquivel</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A data collection for evaluating the retrieval of related tweets to news articles</article-title>
          . In: Pasi,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Piwowarski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Azzopardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Hanbury</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <source>Advances in Information Retrieval - 40th European Conference on IR Research</source>
          , ECIR
          <year>2018</year>
          , Grenoble, France, March 26-29,
          <year>2018</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10772</volume>
          , pp.
          <volume>780</volume>
          {
          <fpage>786</fpage>
          . Springer (
          <year>2018</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -76941-7 76
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Thomee</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shamma</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedland</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elizalde</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poland</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borth</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>YFCC100M: the new data in multimedia research</article-title>
          .
          <source>Commun. ACM</source>
          <volume>59</volume>
          (
          <issue>2</issue>
          ),
          <volume>64</volume>
          {
          <fpage>73</fpage>
          (
          <year>2016</year>
          ). https://doi.org/10.1145/2812802
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Vo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murphy</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fei-Fei</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hays</surname>
          </string-name>
          , J.:
          <article-title>Composing text and image for image retrieval - an empirical odyssey</article-title>
          .
          <source>In: IEEE Conference on Computer Vision</source>
          and Pattern Recognition,
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          <year>2019</year>
          , Long Beach, CA, USA, June 16-20,
          <year>2019</year>
          . pp.
          <volume>6439</volume>
          {
          <issue>6448</issue>
          . Computer Vision Foundation / IEEE (
          <year>2019</year>
          ). https://doi.org/10.1109/CVPR.
          <year>2019</year>
          .00660
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lapedriza</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khosla</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torralba</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Places: A 10 million image database for scene recognition</article-title>
          .
          <source>IEEE Trans. Pattern Anal. Mach. Intell</source>
          .
          <volume>40</volume>
          (
          <issue>6</issue>
          ),
          <volume>1452</volume>
          {
          <fpage>1464</fpage>
          (
          <year>2018</year>
          ). https://doi.org/10.1109/TPAMI.
          <year>2017</year>
          .2723009
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>