<!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>Ghent University-iMinds at MediaEval 2013 Diverse Images: Relevance-Based Hierarchical Clustering</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Wesley De Neve</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>wesley.deneve@ugent.be</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Abhineshwar Tomar</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Baptist Vandersmissen</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Image and Video Systems Lab, KAIST</institution>
          ,
          <addr-line>Daejeon</addr-line>
          ,
          <country country="KR">South Korea</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Multimedia Lab, ELIS, Ghent University - iMinds</institution>
          ,
          <addr-line>Ghent</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Rik Van de Walle</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <fpage>18</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>In this paper, we attempt to tackle the MediaEval 2013 Retrieving Diverse Social Images challenge, which is a lter and re nement problem on a Flickr-based ranked set of social images. We developed three di erent approaches, using visual data, textual data and a combination thereof, respectively. Hierarchical clustering on highly relevant images, combined with a greedy approach to complement the ranking, forms the basis of our approach.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        In this paper, we describe our approach for tackling the
MediaEval 2013 Retrieving Diverse Social Images Task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
This task focuses on result diversi cation in the context of
social image retrieval. We refer to [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] for a complete task
overview.
      </p>
      <p>We suggest a cluster-based approach for the visual run and
a semantic similarity-based approach for the textual run.
The third run focuses on hierarchical clustering of relevant
images and represents a combination of the purely visual
and textual techniques.</p>
    </sec>
    <sec id="sec-2">
      <title>VISUAL RUN</title>
      <p>
        We propose a hierarchical clustering-based approach for
the ranking of images in accordance with their relevance
and diversity for a speci c location. This method builds on
the approach provided in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. It introduces an inter-cluster
ranking machanism and di ers on use of feature vectors,
distance measure and Synthetic Representative Image (SRI)
calculation method. We want to re ne a set of m images
retrieved from Flickr to a ranking of size n.
      </p>
      <p>The set of m images is hierarchically clustered to
produce k clusters. Similarity between two images xi and xj
(represented by a CN3x3 and LBP3x3 feature vector) is
measured using a Gaussian kernel:
s(xi; xj) = exp
jjxi
2
xjjj22
For each of the k clusters produced, we calculate a
Synthetic Representative Image (SRI). The SRI acts as a
representative image for all the images within a particular
cluster. The SRI for a set of images is calculated by
taking the mean of all the corresponding feature vectors of
these images. Intra-cluster ranking of all of the m images
is produced by calculating their Euclidean distance to the
SRI. The image with rank 1 (topmost rank) is closest to
the SRI of the cluster.</p>
      <p>Subsequently, we rank the k di erent clusters, again by
calculating the distance of the cluster SRIs to a general
SRI value, which is the mean over all cluster SRIs. Finally,
n images are selected by iterating over the ranked clusters
and taking the topmost ranked image within each cluster.
3.</p>
    </sec>
    <sec id="sec-3">
      <title>TEXTUAL RUN</title>
      <p>
        The textual run makes use of information derived from
tags and other textual metadata. This approach aims at
diversifying the results by reranking the images retrieved from
Flickr using textual relevance and semantic similarity. Our
solution is based on [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and makes use of an adapted
performance metric to improve the ranking characteristics. Images
for a query can then be ordered by directly optimizing the
performance metric. This metric is named Average Diverse
Precision (ADP) and is derived from the conventional
Average Precision metric by adding a diversity component. We
refer to [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] for a comprehensive overview.
      </p>
      <p>We implemented a greedy approach that optimizes an
estimation of the ADP measurement. Let denote an ordering
of the images, and let (i) be the image at the position of
rank i (a lower number indicates an image with a higher
rank). With the top i 1 documents established, we can
derive that the ith image should be decided as follows:
(i) = arg max
x2D S</p>
      <p>Rel(x)
i</p>
      <p>Div(x)(C + Div(x)) ;
where</p>
      <p>S = f (1); (2); : : : ; (i</p>
      <p>1)g ;
i 1
C = X Rel( (k))Div( (k));</p>
      <p>k=1
with Rel(x) and Div(x) denoting the estimated relevance
and diversity of the image, respectively.
3.1</p>
    </sec>
    <sec id="sec-4">
      <title>Relevance Estimation</title>
      <p>We estimate the relevance of an image by making use of
textual metadata (number of views, number of comments)
(2)
(3)
(4)</p>
      <p>Development Set (comparison with Flickr)
+ GPS
43.6 (2.4)
44.2 (2.9)
79.2 (-6.8)
81.6 (-4.4)</p>
      <p>- GPS
48.4 (2.0)
51.6 (5.2)
71.6 (2.8)
67.2 (-1.6)
and social tags. This data was provided together with three
textual features: TF{IDF, Social TF{IDF and a
probabilistic feature type. We suggest a linear combination of this
normalized data.</p>
      <p>Rel(x) =
tagsx +
viewsx +
commentsx; (5)
where viewsx and commentsx denote normalized number of
views and number of comments, respectively and
tagsx =</p>
      <p>Pt2Tx a probt;x + b t dft;x + c st dft;x
jTxj
;
(6)
with Tx denoting the set of tags linked to image x. We
found that the precision of image orderings, which are purely
based on relevance information, can be maximized by setting
parameters a and to zero and increasing the impact of the
parameters linked to 'tag' and 'views' information.
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>Diversity Estimation</title>
      <p>Diversity of an image to a ranking is de ned as the
minimal di erence with the other images in that ranking:
Div(x) =</p>
      <p>min
i2f1;:::;ng f
1
s(x; (i))g
(7)</p>
      <p>We use a semantic similarity measure based on Google
distance to assess the di erence between two images. The
average of the summation of the similarities between the
di erent tags of both images gives us a value that describes
the semantic similarity between both images.</p>
    </sec>
    <sec id="sec-6">
      <title>COMBINED RUN</title>
      <p>To estimate the relevance of an image, we use the
textualbased method (cf. Section 3.1). Similarity between images
is based on visual image features and a Gaussian kernel
method to measure the di erence between two image
vectors (cf. Equation 1). In order to provide both a relevant
and diverse ordering, we make use of hierarchical
clustering techniques. We, again, try to re ne a set of m images
retrieved from Flickr to a ranking of size n.</p>
      <p>First, l images are selected with the highest estimated
relevance. l is an arbitrary number that depicts a subset
of the nal ranking. The larger l becomes, the more the
focus will shift from relevance to diversity.</p>
      <p>Next, these l images are hierarchically clustered based on a
distance matrix calculated with the above described visual
similarity. Per cluster, the most relevant item is selected
and added to the nal ranking.</p>
      <p>Depending on the number of remaining places of the rst
l spots in the nal ranking, images are greedily added
based on a gain score. This score is higher for images
that maximize the diversity and relevance related to the
current ranking.</p>
      <p>When the rst l spots in the ranking are lled, the
algorithm runs from the start until all n spots are taken.
83.0
77.7
83.6
72.5
65.7
69.4
78.7
72.1
77.4
72.5
65.7
69.4
69.9
63.5
66.1
72.5
65.7
69.4
5.</p>
    </sec>
    <sec id="sec-7">
      <title>EXPERIMENTS</title>
      <p>In Table 1, we can see the results of our algorithms (three
runs), compared to the regular Flickr ranking and the
results on the test set. We notice that the combined method
creates the most precise and diverse rankings based on both
precision and cluster recall measures (averages 42.1% cluster
recall on test set). Analysis of the results on the
development set indicate the importance of nding the right
balance between relevance and diversity. We also observe the
similarity of the visual run and the textual run in terms of
e ectiveness. Table 2 lists the results on 50 locations of the
test set evaluated with crowd-sourcing ground truths.</p>
    </sec>
    <sec id="sec-8">
      <title>CONCLUSIONS</title>
      <p>We observe that a method clustering images focused on
high relevance outperforms all others. This method uses
textual data for the relevance estimation and visual features
for the diversity assessment.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Anca-Livia</surname>
          </string-name>
          , J. Stottinger,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Menendez</surname>
          </string-name>
          , and
          <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>
          .
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Menendez</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <article-title>Muller, and</article-title>
          <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>
          . In MediaEval 2013 Workshop, CEUR-WS.org, Barcelona, Spain,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.-S.</given-names>
            <surname>Hua</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.-J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <article-title>Towards a relevant and diverse search of social images</article-title>
          . Multimedia, IEEE Transactions on,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>