<!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>NLE @ MediaEval'17: Combining Cross-Media Similarity and Embeddings for Retrieving Diverse Social Images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jean-Michel Renders</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gabriela Csurka</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Naver Labs Europe</institution>
          ,
          <addr-line>Meylan</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <fpage>13</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>In this working note we briefly describe the methods we used in the MediaEval17, Retrieving Diverse Social Images Task and give details on the submitted runs.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        One of the main motivations for participating in the MediaEval’17
Retrieving Diverse Social Images Task [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] was to evaluate the
cross-media similarity measure we proposed in [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] , which has
proven to give top-ranked retrieval results on several ImageCLEF
multimedia search tasks between 2007 and 20111 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        The cross-media similarity we adopted this year difers from the
one we used previously in the features used for both visual and
textual modalities. Indeed, previously we used Fisher Vectors [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
for image representation and standard Dirichlet language model
(LM) or Lexical Entailment [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] for text representation. However,
recent progresses have shown that using activation layers of deep
Convolutional Networks pre-trained on ImageNet as image
representation performs better than Fisher Vectors [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] on visual task
due to the large amount of knowledge learned from ImageNet.
Similarly, word embedding-based representations such as word2vec
relying on the information learned from large textual collections
outperform standard tfidf -based and previous LM-based
representations. Therefore, in our cross-media similarity model we used
features extracted from deep models pre-trained on ImageNet and
word embeddings learned from a large corpus of queries2.
      </p>
      <p>
        A second motivation was to compare this simple approach with
more recent image and text combination strategies, such as joint
image and text embedding [
        <xref ref-type="bibr" rid="ref20 ref21 ref5 ref6 ref8">5, 6, 8, 20, 21</xref>
        ]. These methods, in
contrast to our fully unsupervised cross-media similarity, exploit labels
or relevance scores to learn the embedding.
      </p>
      <p>
        Finally, our third motivation was to evaluate several methods to
make the top ranked images more diverse. In particular, we explored
a clustering-based method, with several visual, textual and joint
similarity measures: images were re-ranked based on the number of
times a document shared clusters with documents already present
in the upper ranked images (the lower, the better). While this family
of methods allowed us to significantly increase the cluster recall,
these methods turned out to perform below the classical Maximum
Margin Relevance method (MMR) proposed in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], at least for the
development set.
      </p>
      <sec id="sec-1-1">
        <title>1For more details, please visit www.imageclef.org</title>
        <p>2The models used to get these representations were built prior and independently
from the challenge.
2.1</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>INCREASING THE TOP RELEVANCE</title>
    </sec>
    <sec id="sec-3">
      <title>Cross-media and Mono-media Relevance</title>
      <p>
        First, we describe our cross-media similarity measure, which we
already proposed in [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. This cross-media similarity measure is
a relatively simple extension of pseudo-relevance feedback and,
can be applied to a single media as well (text or image). It can
be considered as a two-step similarity measure, where the final
similarity between a query and a document3 is nothing else but
the average visual similarity between the document and the top-K
documents most “textually”-similar (i.e. relevant) to the query.
      </p>
      <p>More formally, if we denote by SV (d,d ′) the normalized visual
similarity measure between documents d and d ′, and by ST (d,q)
the textual relevance score of document d with respect to query q,
the new relevance score of a document d is defined as a weighted
average of its similarity with the top retrieved documents based on
the textual relevance scores:</p>
      <p>ST ,V (d,q) =</p>
      <p>PK
di ∈N NTK (q) ST (di ,q)SV (d,di )</p>
      <p>Pdi ∈N NTK (q) ST (di ,q)
(1)
where N NTK (q) denotes the top-K documents most similar to the
query q using only the textual modality. We called it cross-media
similarity, because it represents in some sense the similarity
between a textual query and the visual part of a document.</p>
      <p>From our experiments, we observe better performances if we
recombine this score with the initial relevance scores as a convex
linear combination: S˜T,V (d, q) = (1 − α )ST,V (d, q) + α ST (di, q). This
algorithm is the core of NLE-RUN3.</p>
      <p>Note that we can apply a similar two-step similarity measure,
using only visual (or textual, resp.) features in both steps. Concretely,
we obtain a pure text-based retrieval model (more or less equivalent
to classical pseudo relevance feedback) by replacing in (1) SV (d,d ′)
with ST (d,d ′), the normalized textual similarity measure between
documents d and d ′; this results in a purely textual relevance score
S˜T,T (d, q). This method corresponds to NLE-RUN2.</p>
      <p>By analogy, assuming (abusively) that the Flickr ranking is based
on the image only, we can replace the term ST (di ,q) in (1) with
SF (di ,q), the normalized “Flickr” relevance score, defined as (n −
r )/r , where n is the number of images returned by Flickr and r is the
provided Flickr rank of document di ; this results in a purely visual
relevance score S˜F,V (d, q). This method corresponds to NLE-RUN1.
2.2</p>
    </sec>
    <sec id="sec-4">
      <title>Joint visual and textual embedding</title>
      <p>
        We considered the joint textual and visual embedding model
proposed in [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], where the idea is to use a two-view neural network
with two layers of non-linearities on top of any representation of
3Here a document refers to a Flickr image with its textual and visual representations.
the image and text views. To train this network, in a way which is
reminiscent of some “learning to rank” strategies, we use 4
diferent triplet losses (visual-visual, textual-textual, visual-textual and
textual-visual). The aim is to enforce that two documents relevant
to the same query should have both textual and visual embeddings
close in the new common (i.e. joint) latent space, while a document
relevant to a query q should be far from documents non-relevant
to the same query or from documents relevant to other queries.
More formally, given a set of triplets (di ,dj ,dk ) built from the set
of queries and their associated documents, the method amounts to
minimizing the following loss function:
ℒ(di ,dj ,dk )
=
+
+
+
max [0,m + d (piV ,pVj ) − d (piV ,pkV )]
max [0,m + d (pTi ,pTj ) − d (pTi ,pTk )]
max [0,m + d (piV ,pTj ) − d (piV ,pTk )]
max [0,m + d (pTi ,pVj ) − d (pTi ,pkV )]
where piV and pTi are the projections of the visual respectively
textual representation of document di into the common embedded
space. To select such triplets for training, we experimented with
using the ground-truth relevance scores provided with the
development set but we have observed that they do not generalize for
unseen topics. Therefore, instead, we used the pseudo-relevance
scores (using our cross-media similarity scores) by considering the
top-ranked documents4 as relevant to the query; the bottom-ranked
documents as well as all documents associated to the other queries
were assumed to be non-relevant.
      </p>
      <p>After the model was trained, we computed embeddings both for
the textual queries and documents. For the documents – which have
two embeddings –, we considered the centroid of their visual and
textual embeddings and ranked them according to their distance
to the query in the embedding space. This approach was used to
build our NLE-RUN4 and NLE-RUN5 runs.
3</p>
    </sec>
    <sec id="sec-5">
      <title>PROMOTING DIVERSITY</title>
      <p>
        Note that in general promoting diversity comes with a risk of
decreased precision as we discard in general relevant elements from
the top that are similar to other elements on the top. Our aim
therefore was to find a good trade-of between keeping the relevance as
high as possible while introducing diversity. The best performance
on the development set was obtained with the Maximum Margin
Relevance method (MMR) proposed in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The main idea of the
method is that we re-rank documents by considering new scores
which corresponds to their initial relevance scores diminished with
the maximum similarity score compared to the documents already
selected weighted by a penalty factor β .
4
      </p>
    </sec>
    <sec id="sec-6">
      <title>RESULTS AND ANALYSIS</title>
      <p>The methods presented here above, based on pseudo-relevance
feedback, heavily depends on the choice of the mono-modal similarity
measures and, consequently, on a good textual/visual
representation of the query and the documents.
4We considered as relevant documents with scores &gt; mean + std and non-relevant
scores &lt; mean + std, where mean and std are the mean and standard deviation
of the the scores within the topic.</p>
      <p>J.-M. Renders and G. Csurka</p>
      <p>
        For the textual facet, after trying word2vec and Glove [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
embeddings, we finally decided to adopt the Dual Embedding Space Model
for Document Ranking [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], pre-trained on the Bing query corpus5.
This choice was motivated by the fact that this embedding
specifically designed for IR applications experimentally turned out to give
better performance on the development set. Document and query
embeddings are simply computed as the average of the embeddings
of their constitutive words; we then use a simple mixture of the
Dirichlet-smoothed LM relevance score with the cosine similarity
of the textual embeddings as the ST (d,q) textual relevance score.
      </p>
      <p>
        As visual representation, we considered several deep CNN
models pretrained on ImageNet. We experimented with AlexNet [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ],
GoogleNet Inception V3 [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], Inception-ResNet [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and RMAC6 [
        <xref ref-type="bibr" rid="ref19 ref7">7,
19</xref>
        ] deep models. The pretrained models were used as such, without
any fine tuning on the task collection. We used as visual
representation the activations of the last fully connected layer preceding
the class prediction one. The features were L2-normalized and the
dot product used as similarity.
      </p>
      <p>
        We used the provided ground truth on the development set
and considered the P@50 to select the best visual similarity and
to set the parameters. Best results were found with the features
extracted from the Inception-ResNet [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] model. As best choice for
the parameters in (1), we found K = 25 and α = 0.15.
      </p>
      <p>To promote diversity, we used for all runs the classical MMR
applied to the initial relevance scored computed by the methods
described above. The metrics used in MMR to penalize documents
similar to higher rank documents was the RMAC visual similarity
between images, except for NLE-RUN2, where we used the cosine
similarity between text embeddings to keep the run purely textual.
The weight factor β that penalizes a too high similarity with higher
rank documents was tuned using the development set.</p>
      <p>Our runs are summarized in Table 1. We can see that our visual
only and textual only runs have similar performances, the visual
one having slightly higher precision and the text higher diversity.
Using the cross-media similarity allowed us to obtain a much better
ranking both in terms of precision and also diversity. Learning joint
visual and textual embedding using the relevance scores did not
help, or even slightly degraded the results. The main reason is that
the embedding only learned from information already captured by
the cross-media similarity7.</p>
      <p>Acknowledgement: We would like to thank Jon Almazan, who
provided us with RMAC representations for the images.</p>
      <sec id="sec-6-1">
        <title>5See http://research.microsoft.com/projects/DESM</title>
        <p>
          6The RMAC model [
          <xref ref-type="bibr" rid="ref19 ref7">7, 19</xref>
          ] is trained with a triplet loss instead of a classification loss,
to make the distance between images from the same class smaller than the distance to
images from other classes plus a margin.
7Originally, we intended to use external data such as Visual Genome [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] or Flickr30K
Entities [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] to learn embeddings such as relationships between objects and persons,
etc. Due to time constraint we will investigate this in the future.
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Jaime</given-names>
            <surname>Carbonell</surname>
          </string-name>
          and Jade Goldstein.
          <year>1998</year>
          .
          <article-title>The use of MMR, diversitybased reranking for reordering documents and producing summaries</article-title>
          .
          <source>In ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR).</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Stéphane</given-names>
            <surname>Clinchant</surname>
          </string-name>
          , Cyril Goutte, and
          <string-name>
            <given-names>Éric</given-names>
            <surname>Gaussier</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Lexical Entailment for Information Retrieval</article-title>
          .
          <source>In European Conference on Information Retrieval Research.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Stéphane</given-names>
            <surname>Clinchant</surname>
          </string-name>
          ,
          <string-name>
            <surname>Jean-Michel Renders</surname>
            , and
            <given-names>Gabriela</given-names>
          </string-name>
          <string-name>
            <surname>Csurka</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>XRCE's participation to ImageCLEF</article-title>
          . In CLEF online Working Notes.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Stéphane</given-names>
            <surname>Clinchant</surname>
          </string-name>
          ,
          <string-name>
            <surname>Jean-Michel Renders</surname>
            , and
            <given-names>Gabriela</given-names>
          </string-name>
          <string-name>
            <surname>Csurka</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Trans-Media Pseudo-Relevance Feedback Methods in Multimedia Retrieval</article-title>
          .
          <source>In Advances in Multilingual and Multimodal Information Retrieval</source>
          .
          <source>Vol. LNCS 5152</source>
          . Springer,
          <fpage>569</fpage>
          -
          <lpage>576</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Andrea</given-names>
            <surname>Frome</surname>
          </string-name>
          , Greg S. Corrado, Jon Shlens, Samy Bengio,
          <string-name>
            <given-names>Jef</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <string-name>
            <surname>Marc'Aurelio Ranzato</surname>
            , and
            <given-names>Tomas</given-names>
          </string-name>
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>DeViSE: A Deep Visual-Semantic Embedding Model</article-title>
          .
          <source>In Annual Conference on Neural Information Processing Systems (NIPS).</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Yunchao</given-names>
            <surname>Gong</surname>
          </string-name>
          , Liwei Wang, Micah Hodosh, Julia Hockenmaier, and
          <string-name>
            <given-names>Svetlana</given-names>
            <surname>Lazebnik</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Improving Image-Sentence Embeddings Using Large Weakly Annotated Photo Collections</article-title>
          .
          <source>In European Conference on Computer Vision</source>
          (ECCV).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Albert</surname>
            <given-names>Gordo</given-names>
          </string-name>
          , Jon Almazán, Jerome Revaud, and
          <string-name>
            <given-names>Diane</given-names>
            <surname>Larlus</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Deep Image Retrieval: Learning global representations for image search</article-title>
          .
          <source>In European Conference on Computer Vision</source>
          (ECCV).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Albert</given-names>
            <surname>Gordo</surname>
          </string-name>
          and
          <string-name>
            <given-names>Diane</given-names>
            <surname>Larlus</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Beyond instance-level image retrieval: Leveraging captions to learn a global visual representation for semantic retrieval</article-title>
          .
          <source>In IEEE Conference on Computer Vision and Pattern Recognition (CVPR).</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Ranjay</given-names>
            <surname>Krishna</surname>
          </string-name>
          , Yuke Zhu, Oliver Groth, Justin Johnson, Kenji Hata, Joshua Kravitz, Stephanie Chen, Yannis Kalantidis,
          <string-name>
            <surname>Li-Jia</surname>
            <given-names>Li</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>David A.</given-names>
            <surname>Shamma</surname>
          </string-name>
          , Michael S. Bernstein, and
          <string-name>
            <surname>Fei-Fei Li</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Visual Genome: Connecting language and vision using crowdsourced</article-title>
          .
          <volume>123</volume>
          (
          <year>2017</year>
          ),
          <fpage>32</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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 Annual Conference on Neural Information Processing Systems (NIPS).</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Tsung-Yi Lin</surname>
            ,
            <given-names>Michael</given-names>
          </string-name>
          <string-name>
            <surname>Maire</surname>
            , Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollár, and
            <given-names>C.Lawrence</given-names>
          </string-name>
          <string-name>
            <surname>Zitnick</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <string-name>
            <surname>Microsoft</surname>
            <given-names>COCO</given-names>
          </string-name>
          :
          <article-title>Common Objects in Context</article-title>
          .
          <source>In European Conference on Computer Vision</source>
          (ECCV).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Henning</given-names>
            <surname>Müller</surname>
          </string-name>
          , Paul Clough, Theo Deselaers, and Barbara Caputo (Eds.).
          <year>2010</year>
          .
          <article-title>ImageCLEF- Experimental Evaluation in Visual Information Retrieval</article-title>
          . Vol.
          <source>INRE</source>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Eric</surname>
            <given-names>Nalisnick</given-names>
          </string-name>
          , Bhaskar Mitra, Nick Craswell, and
          <string-name>
            <given-names>Rich</given-names>
            <surname>Caruana</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Improving Document Ranking with Dual Word Embeddings</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Jefrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>GloVe: Global Vectors for Word Representation</article-title>
          .
          <source>In Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <volume>1532</volume>
          -
          <fpage>1543</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Florent</given-names>
            <surname>Perronnin</surname>
          </string-name>
          and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Dance</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Fisher Kernels on Visual Vocabularies for Image Categorization</article-title>
          .
          <source>In IEEE Conference on Computer Vision and Pattern Recognition (CVPR).</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Bryan</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Plummer</surname>
          </string-name>
          , Liwei Wang,
          <string-name>
            <surname>Chris M. Cervantes</surname>
            , Juan C. Caicedo, Julia Hockenmaier, and
            <given-names>Svetlana</given-names>
          </string-name>
          <string-name>
            <surname>Lazebnik</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Flickr30k Entities: Collecting Region-to-Phrase Correspondences for Richer Image-toSentence Models</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Christian</surname>
            <given-names>Szegedy</given-names>
          </string-name>
          , Sergey Iofe, Vincent Vanhoucke, and
          <string-name>
            <given-names>Alex</given-names>
            <surname>Alemi</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning</article-title>
          .
          <source>CoRR arXiv:1602.07261</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Christian</surname>
            <given-names>Szegedy</given-names>
          </string-name>
          , Vincent Vanhoucke, Sergey Iofe, Jonathon Shlens, and
          <string-name>
            <given-names>Zbigniew</given-names>
            <surname>Wojna</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Rethinking the Inception Architecture for Computer Vision</article-title>
          . In IEEE Conference on
          <article-title>Computer Vision and Pattern Recognition (CVPR).</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Giorgos</surname>
            <given-names>Tolias</given-names>
          </string-name>
          , Ronan Sicre, and
          <string-name>
            <given-names>Hervé</given-names>
            <surname>Jégou</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Particular object retrieval with integral max-pooling of CNN activations.</article-title>
          .
          <source>In International Conference on Machine Learning (ICML).</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Liwei</surname>
            <given-names>Wang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Yin</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Svetlana</given-names>
            <surname>Lazebnik</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Learning Deep Structure-Preserving Image-Text Embeddings</article-title>
          .
          <source>In IEEE Conference on Computer Vision and Pattern Recognition (CVPR).</source>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21] jason Weston, bengio Bengio, and
          <string-name>
            <given-names>Nicolas</given-names>
            <surname>Usunier</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>WSABIE: Scaling Up To Large Vocabulary Image Annotation</article-title>
          .
          <source>In AAAI International Joint Conference on Artificial Intelligence (IJCAI) .</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Maia</surname>
            <given-names>Zaharieva</given-names>
          </string-name>
          , Bogdan Ionescu, Alexandru Lucian Gînscă, Rodrygo L.T. Santos, and
          <string-name>
            <given-names>Henning</given-names>
            <surname>Müller</surname>
          </string-name>
          .
          <year>2017</year>
          . Retrieving Diverse Social Images at MediaEval 2017:
          <article-title>Challenges, Dataset and Evaluation</article-title>
          .
          <source>In Medieval</source>
          <year>2017</year>
          , Multimedia Benchmark Workshop.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>