<!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>LAPI @ Retrieving Diverse Social Images Task 2013: Qualitative Photo Retrieval using Multimedia Content</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anca-Livia Radu</string-name>
          <email>ancalivia.radu@unitn.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bogdan Boteanu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oana Ples¸</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bogdan Ionescu</string-name>
          <email>bionescu@imag.pub.ro</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Engineering and Computer Science, University of Trento</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>The Image Processing and Analysis Laboratory, University “Politehnica” of Bucharest</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <fpage>18</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>In this paper we attempt to solve the Retrieving Diverse Social Images task by proposing an enhanced version of the method in [2] and studying the influence of its parameters in achieving high retrieval result diversification and relevance. Image search results diversification, visual and textual descriptors.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The 2013 Retrieving Diverse Social Images Task [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] challenged
participants to develop algorithms for selecting a small subset of
representative and diverse images that correctly and completely
summarize a query. Participants were provided with a development
dataset containing 50 locations and a testing dataset containing 346
locations. The images for both data sets were retrieved from Flickr
using the name of the location as query and also using the name of
the location and the GPS coordinates [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. We dealt with the task by
developing a computer vision and linguistic processing algorithm
that only employs visual and/or textual descriptors [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>PREVIOUS WORK</title>
      <p>
        Re-ranking techniques are the closest to our approach. Re-ranking
attempts to re-order the initial retrieval results by taking advantage
of the visual content and the additional information, such as textual
data. Many approaches have been proposed in the literature, from
methods that revaluate relational facts about the entities by
estimating a model parameter, to methods proposing functions to optimize
a diversity criterion or methods selecting representative images for
a local group in the set that cover as many distinct groups as
possible and that incorporate an arbitrary pre-specified ranking as prior
knowledge [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>OUR APPROACH</title>
      <p>Our method, as presented in the sequel, selects from a given set
of N retrieved images a small set of F images that are relevant and
diverse representations of the query. First, it ranks the images in
terms of representativeness using the similarity to the rest of the
set. Then, all images are clustered and a small number of diverse
images coming from different clusters are selected. Finally, a
diversity rank is given by means of the dissimilarity to the rest of the
This research was partially supported by the CUbRIK project,
grant agreement n287704, FP7/2007-2013.
selected images. A mediation between the two ranks guarantees
the representativeness and diversity in images:
step 1: each image in the initial set is described using different
combinations of descriptors. Further, in order to assess image
similarity, we compute the Euclidean distance between the
corresponding feature arrays and then construct a Synthetic Representative
Image Feature (SRI) by averaging all distances.
step 2: a N-dimensional array is obtained by computing for each
image the average of the Euclidean distances to the rest of the
images. The value of SRI is subtracted from the new array which is
further sorted in ascending order. The position of each value in the
sorted array will be the new rank in terms of representativeness for
the corresponding image.
step 3: all re-ranked images are clustered in M clusters using a
k-means approach.
step 4: for each cluster a SRIj value is computed and a new
reranking is performed. From each cluster, a small equal number of
best ranked images are selected to totally sum F best representative
images.
step 5: another array is obtained by computing for all F images
previously selected the average of the Euclidean distances to the
rest F 1 images. The new array is sorted in descending order and
the position of each value in the sorted array will be the new rank
in terms of diversity for the corresponding image.
step 6: the average between the representativeness and diversity
ranks is computed, resulting another array which is sorted in
ascending order. Images are, thus, arranged and returned according
to their final position in the sorted array.
4.</p>
    </sec>
    <sec id="sec-4">
      <title>EXPERIMENTAL RESULTS</title>
      <p>
        The performance of our approach is influenced by a series of
parameters: the descriptors and the number M of clusters to be built
from all the images. We will first calibrate the method by
experimenting on the development dataset using the provided visual and
textual descriptors (i.e., color histograms, Histogram of Oriented
Gradients, color moments, Locally Binary Patterns, MPEG-7 color
structure descriptor, run-length matrix statistics and spatial pyramid
representation of these descriptors, textual models [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]1) . Then, we
report the official results obtained on the testset.
4.1
      </p>
    </sec>
    <sec id="sec-5">
      <title>Results on devset</title>
      <p>For the development dataset of 50 locations several tests were
performed by varying the parameters of the method as previously
mentioned. Thus, different visual and textual descriptors
combinations were tested while the number M of clusters was independently
modified to 10 and 20. Figure1 presents the results obtained for the
1textual models are represented through histograms.
0.7
0.65
0.6
0.55
0.5
0.45
0.4
0.35</p>
      <p>Prob&amp;soctifdf&amp;tifdf
HOG
Prob&amp;CSD
Soctifdf&amp;tifdf
Flyckr initial
Prob&amp;soctifdf
Random run
CN3x3
CM3x3
0.8
0.7
0.6
0.5
0.4
0.3
official evaluation metrics (cluster recall at 10 - CR@10,
precision at 10 - P @10 and the harmonic mean of CR@10 and P @10
- F 1 measure@10) when M equals 10. For space reasons,
we didn’t graphically include the results obtained for M set to 20,
since the overall results are less accurate. As Figure 1 a) depicts,
the combination of all textual descriptors (the probabilistic model
plus TF-IDF weighting and Social TF-IDF weighting) returns the
best results among all visual and/or textual combinations in terms
of the main evaluation metric (CR@10). That one is closely
followed by the solely HOG visual descriptors and the combination
between a textual (the probabilistic model) and a visual descriptor
(CSD). The rest of descriptors’ combination depicted in Figure 1 a)
also return close results to the top 3 combinations.</p>
      <p>On the other hand, when taking in consideration both CR@10
and P @10, thus evaluating F 1 measure@10, the results were
also very close between the top combinations in terms of CR@10.</p>
      <p>Textual descriptors perform better because they explicate better,
when chosen carefully, the content and the details of the images
than the visual descriptors that depict them in a simplified way.
4.2</p>
    </sec>
    <sec id="sec-6">
      <title>Official runs</title>
      <p>Following the previous experiments, we submitted four official
runs computed as following: run1 - visual information only (using
HOG descriptor), run2 - textual information only (using all
provided textual descriptor, i.e., probabilistic model, term
frequencyinverse document frequency (TF-IDF) weighting and social
TFIDF weighting), run3 - textual and visual fused information (using
probabilistic model and CSD descriptors) and run5 - everything
allowed (using CM3x3 descriptor).</p>
      <p>Average results obtained in the official runs on the testing dataset
are displayed in Table 1. The ground truth returned by the crowd
is reported averagely. The overall results obtained using the expert
annotation are close to the ones obtained using the crowd
annotation in terms of precision. Instead, the evaluation on the crowd
generated ground truth lead to significantly higher cluster recall.</p>
      <p>For the expert annotation, the best results in terms of the main
evaluation metrics (CR@10) are achieved using a combination of
all provided textual descriptors, thus only textual information.
Moreover, the same combination offers the best results when considering
both CR@10 and P @10, thus evaluating F 1 measure@10.</p>
      <p>For the crowd annotation, the best results for CR@10 are achieved
for the combination between a visual and a textual descriptor. In
terms of F 1 measure@10, the general run obtained using CM3x3
run
tre run2
exp run3
run1
run5</p>
      <p>P</p>
      <p>CR</p>
      <p>F 1
0,6901
0,6684
0,7371
0,6878
0,7163
0,6796
0,7143
0,6889
0,6813
0,7254
0,6898
0,7255
0,6929
0,7327
0,3631
0,3498
0,3742
0,7281
0,7407
0,7514
0,7322
0,5533
0,5444
0,5614
0,8594
0,8583
0,8653
0,8606
0,4582
0,438
0,4726
0,6676
0,6941
0,6675
0,6942
0,5915
0,5795
0,6067
0,7393
0,7641
0,744
0,77
visual descriptor returned the best results.
5.</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSIONS</title>
      <p>We have presented a method for refining a set of noisy images
retrieved from the web in terms of representativeness and diversity.
Based on an extensive evaluation, our method proves to achieve
great potential that overcome the initial retrieval using a broad range
of visual and textual descriptors, leading to a precision up to 0:7371.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Menéndez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Popescu</surname>
          </string-name>
          ,
          <article-title>"Retrieving Diverse Social Images at MediaEval 2013: Objectives, Dataset and Evaluation"</article-title>
          ,
          <source>MediaEval 2013 Workshop, October</source>
          <volume>18</volume>
          -19, Barcelona, Spain,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.-L.</given-names>
            <surname>Radu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Stöttinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Menéndez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Giunchiglia</surname>
          </string-name>
          ,
          <article-title>"Representativeness and diversity in photos via crowd-sourced media analysis"</article-title>
          .
          <source>AMR</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Taneva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kacimi</surname>
          </string-name>
          , G. Weikum,
          <article-title>"Gathering and ranking photos of named entities with high precision, high recall, and diversity"</article-title>
          .
          <source>Int. Conf. on Web Search and Data</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <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>
          ,
          <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>ACM Int. Conf. on Image and Video Retrieval</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Goldberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. V.</given-names>
            <surname>Gael</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Andrzejewski</surname>
          </string-name>
          ,
          <article-title>"Improving Diversity in Ranking using Absorbing Random Walks"</article-title>
          .
          <source>Int. Conf. HLT-NAACL</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>