<!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>USEMP: Finding Diverse Images at MediaEval 2015</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>E. Spyromitros-Xioufis</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Popescu</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>S. Papadopoulos</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>I. Kompatsiaris</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>CERTH-ITI</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thermi-Thessaloniki</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Greece</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>espyromi</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>papadop</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ikom}@iti.gr</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gif-sur-Yvette</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>France</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>adrian.popescu@cea.fr</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <fpage>14</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>We describe the participation of the USEMP team in the Retrieving Diverse Social Images Task of MediaEval 2015. Our runs are produced based on a supervised diversi cation method that jointly optimizes relevance and diversity. All runs are automated and use only resources given by the task organizers. Our best results in terms of the o cial ranking metric on the one-topic part of the test set came by the runs that combine visual and textual information while the textual-only run performed better on the multi-topic part.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        The Retrieving Diverse Social Images task of MediaEval
2015 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] deals with the problem of result diversi cation in
social image retrieval. This year there are two notable di
erences with previous editions: (1) a larger development set is
available and (2) \multi-concept" queries which are mainly
related to events rather than speci c places or landmarks
were introduced.
      </p>
      <p>
        We deal with the task using supervised Maximal Marginal
Relevance (sMMR) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], a re ned version of the supervised
diversi cation method that we developed in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. sMMR
and earlier versions of the method are discussed in Section 2.
Section 3 gives further details about our methodology and
describes modi cations compared to [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Section 4 provides
descriptions of the employed features and Section 5 describes
the submitted runs. Finally, Section 6 presents and discusses
the experimental results.
      </p>
    </sec>
    <sec id="sec-2">
      <title>PREVIOUS WORK</title>
      <p>
        In the 2013 edition of the task, the SocialSensor team
developed a supervised diversi cation method [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and applied
it for producing the visual-only run that achieved the best
performance among runs of this type. Similarly to previous
diversi cation methods [
        <xref ref-type="bibr" rid="ref2 ref5">2, 5</xref>
        ], that method greedily
optimized a utility function that jointly accounts for relevance
and diversity. The main di erence compared to earlier
approaches was the replacement of the unsupervised de nition
of relevance with a task-speci c de nition that is learned
directly from the ground truth. More speci cally, instead
of computing an image's relevance score by measuring its
similarity to a reference image (e.g., the Wikipedia image
of a query topic), the approach exploited the available
relevance annotations (for the images of the development set)
to train a classi er which was then used to assign relevance
scores to images of unseen queries. Although that classi er
was not adapted to any particular query, it could accurately
estimate relevance by capturing its task-speci c notion.
      </p>
      <p>
        In 2014, the SocialSensor team re ned their approach [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
topping the scoreboard in several categories: best
visualonly run, third textual run and best visual+textual run that
was also ranked second overall, slightly surpassed by a run
that used specialized lters (face/blur detectors) and user
credibility information [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The main addition compared to
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] was that a di erent relevance classi er was trained for
each query, using the query's Wikipedia images as additional
positive examples. These examples were assigned a larger
weight to have increased in uence on the learned model.
Thus the query-speci c notion of relevance was captured in
addition to the task-speci c notion captured in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        The approach was evaluated in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] in more detail
identifying a link between relevance detection accuracy and
diversi cation performance. Furthermore, a multimodal
ensemble classi er, called Multi-Modal Stacking (MMS), was
proposed for combining di erent types of features for
relevance detection in a principled manner. Due to the addition
of this multimodal scheme and to the use of state-of-the-art
convolutional neural network features for relevance
detection, [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] managed to achieve a 5.7% relative increase over
the best result obtained in the 2014 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] edition of the task.
3.
      </p>
    </sec>
    <sec id="sec-3">
      <title>METHOD</title>
      <p>Given the e ectiveness of sMMR in previous editions of
the task, we opted for applying it in this year's task as
well. In particular, we applied the sMMRaq variant: the
relevance detection model for each query was trained using
relevant and irrelevant examples from other queries,
combined with representative examples of the query itself (in
the form of either the corresponding Wikipedia images or
the Wikipedia page). For multi-topic queries, which were
not accompanied by representative Wikipedia images, the
visual relevance models were trained using only examples
from other queries (sMMRa variant).</p>
      <p>
        To further improve the relevance detection models
compared to [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], we performed careful tuning of two
parameters: a) the number no of examples from other queries
employed by each model and b) the ratio r = nnoe de ned
as the number of examples of this query1 divided by the
1ne is modi ed by repeating each representative example nnee
times, where n e is the actual number of representative examples.
number of examples from other queries, by performing a
grid search over the values no = f1K; 5K; 10K; 20Kg and
r = f0:0; 0:1; : : : ; 1:0g. Model selection was based on area
under ROC (AUC), computed using a modi ed
leave-one(query)-out cross-validation procedure. For each query of the
development set, no examples were randomly selected from
other queries and combined (if possible) with ne
representative (Wikipedia) examples of that query to build a model
that was evaluated on the remaining (Flickr) examples of
that query. The per-query AUC scores were then averaged
to obtain a single estimate. As in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], an L2-regularized
Logistic Regression classi er was used [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] with appropriate
tuning of the c parameter. Besides the parameters of the
relevance model, we also tuned the w and N parameters
of the sMMR approach, so as to maximize F1@20 on the
development set, as done in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
4.
      </p>
    </sec>
    <sec id="sec-4">
      <title>FEATURES</title>
      <p>
        VLAD: VLAD+CSURF [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] vectors were computed from
a 128-dimensional visual vocabulary and projected to 128
dimensions with PCA and whitening. Both the visual
vocabulary and the PCA projection matrix are learned using
the images of the development set.
      </p>
      <p>
        CNN : Convolutional neural network features were adapted
for the tourism use case using 1,000 Points Of Interest
(POIs) instead of ImageNet classes. These features were
computed by ne-tuning the VGG model proposed by [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
Approximately 1,200 images were collected for each POI and
fed directly to Ca e [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] for training. This change of training
classes was inspired by recent domain adaptation work
presented in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] which shows that the feature transfer is more
e cient when the training classes are conceptually close to
the target dataset. The features are constituted by the
outputs of the fc7 layer and include 4; 096 dimensions.
      </p>
      <p>BOW : To generate textual features, we transformed each
query and each Flickr image into a text document. For
queries, we used a parsed version of the corresponding
Wikipedia page and for Flickr images we used a concatenation of
the words in their titles, descriptions and tags. Bag-of-words
features (BOW) were then computed for each document
using all terms that appear at least twice in the collection to
form the dictionary, and word frequencies as term weights.
This led to an 80K-dimensional representation.</p>
      <p>META: The following one-dimensional features were also
computed from textual metadata and used as additional
features in the meta input space of the MMS algorithm:
distance from POI (only for one-topic queries) and Flickr rank.</p>
    </sec>
    <sec id="sec-5">
      <title>RUNS</title>
      <p>Run 1: CNN features were used for relevance and VLAD
features for diversity. no was set to 20K in both
instantiations and r was set to 0:5 for the one-topic instantiation.
fw = 0:55; N = 170g and fw = 0:00; N = 120g were used for
the one-topic and the multi-topic instantiation respectively.</p>
      <p>Run 2: BOW features were used for both relevance and
diversity. The following parameters were used: no = 20K,
r = 0:4, N = 80 and w = 0:8.</p>
      <p>Run 3: A di erent instantiation was used for each part
of the collection. MMS was used to combine the outputs
of relevance detection models built using CNN and BOW
features with one-dimensional META features, and VLAD
features were used for diversity in both instantiations. fw =
0:50; N = 220g and fw = 0:55; N = 170g were used for the
one-topic and the multi-topic instantiation respectively.</p>
      <p>
        Run 5: This is a variation of run 3 where we use the same
relevance detection models but also tune the M parameter
of the approach in addition to N and w, as done in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
This resulted into setting fw = 0:4; N = 210; M = 2g for
the one-topic instantiation and fw = 0:4; N = 300; M = 5g
for the mutli-topic instantiation.
6.
      </p>
    </sec>
    <sec id="sec-6">
      <title>RESULTS AND DISCUSSION</title>
      <p>Table 1 shows the performance of the submitted runs on
each part of the test collection and estimates of their
performance obtained from the development set. The best overall
performance on the test set is obtained with run 2. We
observe that the performance is much better on the one-topic
part. This was expected given the fact that model and
parameter tuning was performed on the development set which
did not contain examples of multi-topic queries. The best
performance in terms of F1@20 on the one-topic part is
obtained by runs 3 and 5, followed by run 1 and then run 2.
We see that although being slightly over-optimistic ( 5%
on average) our F1@20 estimates for the one-topic part are
strongly correlated with the nal results and are indicative
of the relative run strength.</p>
      <p>On the multi-topic part, the best performance is obtained
by run 2, followed by run 1 and then runs 3 and 5. The
superiority of run 2 over 1 on this part of the collection is
attributed to the fact that representative examples of
multitopic queries were available only in textual form.
Comparing the nal results on this part with our estimates we see
very poor correlation2. This suggests that this part of the
collection has signi cantly di erent characteristics from the
development set and that performing model selection and
parameter tuning on the development set was not helpful.
We expect that better results could have been achieved on
the multi-topic part, provided that the development set
contained queries of this type.
7.</p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work is supported by the USEMP FP7 project,
partially funded by the EC under contract number 611596.
2Nevertheless, these estimates could serve as an indication of the
performance of a system that has no access to the Wikipedia
images of the one-topic queries.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Babenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Slesarev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chigorin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Lempitsky</surname>
          </string-name>
          .
          <article-title>Neural codes for image retrieval</article-title>
          .
          <source>In ECCV</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Carbonell</surname>
          </string-name>
          and J.
          <string-name>
            <surname>Goldstein</surname>
          </string-name>
          .
          <article-title>The use of mmr, diversity-based reranking for reordering documents and producing summaries</article-title>
          .
          <source>In ACM SIGIR</source>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Corney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            . Goker, E.
            <surname>Spyromitros-Xiou s</surname>
          </string-name>
          , S. Papadopoulos,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kompatsiaris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Aiello</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Thomee</surname>
          </string-name>
          . Socialsensor:
          <article-title>Finding diverse images at mediaeval 2013</article-title>
          . In MediaEval,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D</given-names>
            <surname>.-T.</surname>
          </string-name>
          Dang-Nguyen,
          <string-name>
            <given-names>L.</given-names>
            <surname>Piras</surname>
          </string-name>
          , G. Giacinto, G. Boato, and F. De Natale.
          <article-title>Retrieval of diverse images by pre- ltering and hierarchical clustering</article-title>
          .
          <source>In MediaEval</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Dreuw</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          .
          <article-title>Jointly optimising relevance and diversity in image retrieval</article-title>
          .
          <source>In ACM CIVR</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.-E.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.-W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Hsieh</surname>
            ,
            <given-names>X.-R.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            , and
            <given-names>C.-J.</given-names>
          </string-name>
          <string-name>
            <surname>Lin</surname>
          </string-name>
          .
          <article-title>LIBLINEAR: A library for large linear classi cation</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>9</volume>
          :
          <year>1871</year>
          {
          <year>1874</year>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , A. G^nsca,
          <string-name>
            <given-names>B.</given-names>
            <surname>Boteanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Popescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lupu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Mu</surname>
          </string-name>
          <article-title>ller. Retrieving diverse social images at MediaEval 2015: Challenge, dataset and evaluation</article-title>
          . In MediaEval,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Shelhamer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Donahue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karayev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Guadarrama</surname>
          </string-name>
          , and T. Darrell. Ca e:
          <article-title>Convolutional architecture for fast feature embedding</article-title>
          .
          <source>arXiv preprint arXiv:1408.5093</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          .
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          .
          <source>In International Conference on Learning Representations</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Spyromitros-Xiou s</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ginsca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Popescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Papadopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kompatsiaris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I.</given-names>
            <surname>Vlahavas</surname>
          </string-name>
          .
          <article-title>Improving diversity in image search via supervised relevance scoring</article-title>
          .
          <source>In International Conference on Multimedia Retrieval (ICMR)</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>E.</given-names>
            <surname>Spyromitros-Xiou s</surname>
          </string-name>
          , S. Papadopoulos, I. Kompatsiaris, G. Tsoumakas,
          <string-name>
            <surname>and I. Vlahavas.</surname>
          </string-name>
          <article-title>A comprehensive study over vlad and product quantization in large-scale image retrieval</article-title>
          .
          <source>IEEE Transactions on Multimedia</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>E.</given-names>
            <surname>Spyromitros-Xiou s</surname>
          </string-name>
          , S. Papadopoulos,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kompatsiaris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I.</given-names>
            <surname>Vlahavas</surname>
          </string-name>
          . Socialsensor:
          <article-title>Finding diverse images at mediaeval 2014</article-title>
          . In MediaEval,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>