<!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>General Terms</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Measurement</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Performance</string-name>
          <email>P@10</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Experimentation</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>STAR, Singapore 1 Fusionopolis Way, Singapore</institution>
          ,
          <addr-line>138632</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Sheng GAO and Joo-Hwee LIM Institute for Infocomm Research</institution>
          ,
          <addr-line>A</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the paper, we introduce our systems and methods to promote the diversity of the ad-hoc photog retrieval in ImageCLEF 2009. The image database in this year is quite different from the previous years, not only increasing the corpus size from 20,000 images to half millionm but also changing the domain from the travel to news. Most of queries are related to person names and the text information in image documents is rich. Thus we put a lot of effort on text while using the visual information to elimiate or down-rank similar images in order to make top images visually dissimilar. To reduce the ambiguarity of query and infer the implicit dimension of diversity space, name entity extraction is applied on the top documents in order to extract informative phrase patterns to faciliate query expansion. Name entity based query expansion makes our system placed in the top performance.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Language model</kwd>
        <kwd>information retrieval</kwd>
        <kwd>re-ranking</kwd>
        <kwd>name entity extraction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1. Introduction
In the past years, the task of the photographic image retrieval works on the images in the travel domain and the database
only has 20,000 images. The image document includes two modalities i.e. visual image and text description. Thus the
information needs of the user query are formulated as keywords or image exemplars. In this year, the domain of the
benchmark image database is changed to the news. The image content (visual and text description) in the news domain
is quite different from the previous. So do the information needs, i.e. query types. In news domain, most of the queries
and text descriptions of images are related with the personal names and events. Here are two query examples, one
having the description about the meaning of diversity in the field of &lt;clusterTitle&gt; besides the key information need in
the field of &lt;title&gt; while another only has key information frequently having one keyword.</p>
      <p>Example 1
&lt;top&gt;
&lt;num&gt; 1 &lt;/num&gt;
&lt;title&gt; leterme &lt;/title&gt;
&lt;clusterTitle&gt; yves leterme &lt;/clusterTitle&gt;
&lt;clusterDesc&gt; Relevant images contain photographs of Yves Leterme. Images of Leterme with other people are
relevant if Leterme is shown in the foreground. Images of Leterme in the background are irrelevant. &lt;/clusterDesc&gt;
&lt;image&gt; belga28/05980958.jpg &lt;/image&gt;
&lt;clusterTitle&gt; leterme albert &lt;/clusterTitle&gt;
&lt;clusterDesc&gt; Relevant images contain photographs of Yves Leterme and King Albert II. Images with only one of them
are considered to be irrelevant. &lt;/clusterDesc&gt;
&lt;image&gt; belga27/05960161.jpg &lt;/image&gt;
&lt;clusterTitle&gt; leterme -albert &lt;/clusterTitle&gt;
&lt;clusterDesc&gt; Images which contain photographs of Leterme which are not part of the above categories are relevant
to this cluster. &lt;/clusterDesc&gt;
&lt;image&gt; belga32/06229323.jpg &lt;/image&gt;
&lt;/top&gt;
&lt;title&gt; obama &lt;/title&gt;
&lt;image&gt; belga30/06098170.jpg &lt;/image&gt;
&lt;image&gt; belga28/06019914.jpg &lt;/image&gt;
&lt;image&gt; belga30/06107499.jpg &lt;/image&gt;
&lt;/top&gt;</p>
    </sec>
    <sec id="sec-2">
      <title>The above two queries are all about the personal names. The key information need in the query only has one keyword, i.e. leterme and obama. Obviously they have great ambiguity because there are many personal names containing the leterme or obama. The diversity search prefers the system to return as much as both relevant and diverse images in the top document to reflect the ambiguity of the query. This is the promotion of photo retrieval task this year and last year.</title>
    </sec>
    <sec id="sec-3">
      <title>In the two-modality based image retrieval, the diversity is characterized by the image visual content or the text</title>
      <p>
        descriptions attached to the image. Thus we can improve the diversity performance by grouping the visually-similar
images and only selecting one or a few representative images in a group to represent the whole cluster. The visual
similarity can be measured by matching one against another to see whether they are significantly different [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. We can
also find cues of similarity among image documents from analyzing text descriptions of image documents. The text
cues may come from the bag-of-words, name entities, etc.
      </p>
    </sec>
    <sec id="sec-4">
      <title>From our past experiences of participating photo retrieval [3, 4], the best system efficiently combine the text-based</title>
      <p>
        ranking system with the visual-based system. Thus our system architecture in this year also uses the two modalities.
Simple and computation efficient visual features such as global colour moments and histogram, which work well in the
previous data, do not operate well in this new dataset, because the content of images in this year are objects such as
person. It requires us to extract other effective visual features, e.g. histogram of orientation which achieves higher
performance in person detection [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. However, computation cost of visual feature extraction and selection is very high
for the large-scale database in comparison with the text feature. Thus, we pay much attention on text feature in this year
and reuse the tools developed in the past for visual feature extraction.
      </p>
      <sec id="sec-4-1">
        <title>2. System description</title>
        <p>
          As introduced in the above, the text-based ranking system and the content-based image ranking system are individually
built based on the text descriptions and visual descriptors respectively. To down-rank the visually similar images, we
also apply the visual descriptors to re-rank the output from the text-based system. Before we discuss the details of
submitted runs, we first discuss the index structure for large-scale retrieval system. This year the database has about half
million image documents while it only has ~20,000 images in the previous corpus. It is crucial to build an index
structure for efficiently and effectively processing the query rather than linearly scanning the database. For the
contentbased image retrieval system, the visual content of each image is characterized by a high dimensional feature. Although
there are a lot of methods to index the documents, we apply the multi-probe locality sensitive hashing (MPLSH) 1[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ],
which is proved to be superior to the original LSH [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. For the text-based retrieval system, we have shown the success
of language model based information retrieval in the past years [
          <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
          ]. Thus we still use the approach to index the text
documents and process the query. For efficiency issue, we use the language model based search engine toolkit, LEMUR,
developed by UMASS and CMU in this year2. Using these two toolkits, the query response of the systems is fast, which
significantly reduce the time of tuning systems.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>In the next, we will introduce five runs submitted for the official evaluation.</title>
      <p>Run 1: LRI2R_TCT_TXT
It is the basic run submitted in order to validate the efficiency of name entity extraction for the query expansion. In the
run, only the text modality is used. The keywords of the query are the words occurred in the fields of title and cluster
title without using the cluster description. Each field represents a different information need of the user. For example,
the title is a general information need while the cluster title gives a detailed information need. Thus, we formulate
multiple sub-queries using these filed and then linearly combine multiple rank lists to reach a final rank list for the
query. For example, for the first query discussed in Section 1, we have 4 sub-queries and thus the final rank is from
fusing four rank lists. Without any prior knowledge of which field should be weighed more, the equal weight is used.
Run 2: LRI2R_TI_TXT
The run is to evaluate query expansion using name entity extraction. The name entity extraction operates on the text
descriptions corresponding to the top-N (In the experiment, N=20) image documents in the Run 1. The name entity
extraction tags the words in the text description using four categories: person, organization, location and others. We will
only consider the first two categories. Then we search the phrase patterns occurred closely with the query keywords
occurred in the title and cluster title used in Run 1, in a window size of 10 words. We assume that each phrase pattern</p>
      <sec id="sec-5-1">
        <title>1 http://lshkit.sourceforge.net/</title>
      </sec>
      <sec id="sec-5-2">
        <title>2 http://www.lemurproject.org/</title>
        <p>may represent one dimension in the diversity space and we treat each phrase pattern as an individual sub-query similar
to Run 1. Thus, we have mined multiple cluster titles automatically for each query. Then the final ranking is gotten
using the same operation in Run 1.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Here we show the found cluster titles for the two queries in the above:</title>
      <p>Example 1 (query 1)
leterme Yves
leterme Belga Photo Mark Renders
leterme Elio Di
Example 2 (query 26)
obama Barack
obama Senate
obama Michelle
Run 3: LRI2R_FUSE_TCTI_TXT</p>
    </sec>
    <sec id="sec-7">
      <title>The run is just to combine the above two runs linearly and equally.</title>
      <p>Run 4: LRI2R_DIVERSITY_TCTI_TXTIMG</p>
    </sec>
    <sec id="sec-8">
      <title>This run is based on the Run 3. We use the visual feature to re-rank the rank list output from the Run 3. The visual</title>
      <p>
        feature we used is derived from the SIFT descriptor using the bag-of-visterm. In our implementation, two visual
dictionaries with the size of 512 and 256 are individually generated using k-means on 20,000 randomly selected images
from the database. We use the heuristic way similar to [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to re-rank initial list. The procedure is shown in Figure 1.
      </p>
    </sec>
    <sec id="sec-9">
      <title>Thus we not only keep the order of the initial rank but also move the visually similar images into the bottom of the rank.</title>
    </sec>
    <sec id="sec-10">
      <title>That makes the top images visually dissimilar as much as possible.</title>
    </sec>
    <sec id="sec-11">
      <title>Input: Initial rank</title>
    </sec>
    <sec id="sec-12">
      <title>Output: Diversity rank</title>
    </sec>
    <sec id="sec-13">
      <title>1. Empty the diversity stack and non-novelty stack</title>
    </sec>
    <sec id="sec-14">
      <title>2. Push the top-1 in initial rank into diversity stack and remove it from the latter stack.</title>
      <p>3. Do
a. Choose next document in initial rank and calculate its visual similarity with the documents in diversity stack
b. If maximal similarity is lower than a threshold, then the document is novel, push it into diversity stack.</p>
    </sec>
    <sec id="sec-15">
      <title>Otherwise, push it into non-novelty stack</title>
      <p>c. Remove the document from the initial rank</p>
    </sec>
    <sec id="sec-16">
      <title>4. While (initial rank is not empty)</title>
    </sec>
    <sec id="sec-17">
      <title>5. Put all document in non-novelty stack in the diversity stack.</title>
    </sec>
    <sec id="sec-18">
      <title>The fun is a linear combination run between Run 3 and a run of content based image retrieval system. The CBIR run is similar to our past system in [3, 4], which uses three types of visual features, i.e. pyramid histogram of oriented gradients, Gabor texture and HSV-space histogram. From our initial analysis on the rank list of CBIR, its performance is bad and there are few images relevant in the top-10 besides.</title>
    </sec>
    <sec id="sec-19">
      <title>In the 5 runs, only the last run uses the query image exemplars while the others mainly depend on the text analysis except for the run 4 uses the visual feature for re-ranking. There is only the last run is two-modality based retrieval while the others are the text-based retrieval.</title>
      <sec id="sec-19-1">
        <title>3. Results</title>
      </sec>
    </sec>
    <sec id="sec-20">
      <title>We list the official evaluation results in Tables 1-3. The overall performance on 50 queries is shown in Table 1. We can</title>
      <p>see the best run is the Run 2, which uses name entity extraction for query expansion. Comparing with its baseline, i.e.</p>
    </sec>
    <sec id="sec-21">
      <title>Run 1, its precision at the top-10, P@10, has a significant improvement from 0.79 to 0.848, while the cluster recall,</title>
    </sec>
    <sec id="sec-22">
      <title>CR@10 is increased to 0.671 from 0.657. This makes the best run achieves F-measure 0.7492. The achievement name</title>
      <p>entity extraction can mine the useful pattern for disambiguate the query and to discover the other dimensions of
diversity space which are not in the query. The discovered diversity dimensions play an even important role for the
queries in part 2, where the query only has a few words, most only having one word and without any diversity indicator,
i.e. cluster title. This observation can be enhanced when analysing the performance on the queries in part 2 in Table 3.</p>
    </sec>
    <sec id="sec-23">
      <title>For this type of query, the best run is Run 2 while the Run 1 becomes the worst. Their gap in terms of diversity metric</title>
      <p>(CR@10, P@10, F-measure) is even bigger. The F-measure in Run 2 is 0.7528 compared with 0.6556 in Run 1.</p>
    </sec>
    <sec id="sec-24">
      <title>However, when we analyze their diversity performance in the queries of part 1 in Table 2, it is seen that the Run 1 is</title>
      <p>better than the Run 2. It indicates that the manually selected cluster titles are superior to our automatically selected. This
is reasonable because the automatically found phrase patterns may have a few noises. But the performance gap in this
case only has ~3% in F-measure, not such bigger as in Table 3, where the F-measure difference is ~9%. The analysis
strongly demonstrates name entity extraction is a very useful technology for diversity search, especially when the query
is ambiguous and diversity dimensions are not indicated.</p>
    </sec>
    <sec id="sec-25">
      <title>Now we analyze how the visual based re-ranking effects on the diversity by comparing the diversity performance between Run 4 and its corresponding baseline, Run 3. From Table 1, the F-measure for Run 4 is 0.6987 compared with 0.6842 for the Run 3 on 50 queries. Thus, visual re-ranking has a little benefit on the ranking performance. Its effect on the two types of queries is similar when analyzing their individual metrics in Table 2 and 3.</title>
    </sec>
    <sec id="sec-26">
      <title>The linear fusion is widely used when combining multiple rank lists. What does it work on diversity search? The Run 3</title>
      <p>is a combination of Run 1 and Run 2. From Table 1, we find that the Run 3 is the worst of all 5 runs, although
individually the Run 1 and Run 2 are in the second and first rank position. The Run 5 is a combination of Run 3 and a</p>
    </sec>
    <sec id="sec-27">
      <title>CBIR system, which has a little improvement over Run 3. When combining the CBIR, the improvement is not such</title>
      <p>
        significant as our past years’ systems [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. The reason should be caused by the poor performance of CBIR this year.
      </p>
    </sec>
    <sec id="sec-28">
      <title>Our experiences on CBIR in the travel domain cannot work well in the news domain. Thus, more powerful visual features for object images must be developed and person identification technology should work in the domain.</title>
      <p>0.6710  0.848  0.429 
0.6570  0.79  0.5033 
0.6239  0.794  0.4219 
0.6005  0.804  0.4779 
0.5965  0.802  0.4778 
0.7492 
0.7174 
0.6987 
0.6875 
0.6842 
0.7329 0.828 0.4904 
0.6519 0.868  0.4324 
0.6055 0.852  0.5129 
0.6082  0.832  0.4445 
0.5975  0.848  0.5127 
0.7760 
0.7446 
0.7079 
0.7027 
0.7010 
0.6901 0.818  0.426 
0.6395 0.756  0.399 
0.5955 0.756  0.443 
0.5955 0.756  0.443 
0.5811  0.752  0.516 
0.7528 
0.6929 
0.6662 
0.6662 
0.6556 </p>
      <sec id="sec-28-1">
        <title>4. Conclusion</title>
        <p>In the paper we describe the details of our submitted runs and analyze their diversity performance. Our analysis
indicates two useful technology for promoting diversity search: 1) name entity extraction based query expansion and 2)
visual based re-ranking. Name entity extraction can mine the phrase patterns to characterize the diversity space of
information need of the user while the visual based re-ranking can further update ranking to make the top document
visually dissimilar. Our successfull systems do not exploit the query image exemplars. The system of combining
textbased retrieval and content-based image retrieval does not give an obvious gain. In future, we will dig into the two
successful technologies to further improve the diversity performance.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Josephson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Charikar</surname>
          </string-name>
          &amp;
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>Modeling LSH for performance tuning</article-title>
          ,
          <source>Proc. of CIKM'08.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>R. H. van Leuken</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Garcia</surname>
          </string-name>
          &amp;
          <string-name>
            <surname>X. Olivares</surname>
          </string-name>
          ,
          <article-title>Visual diversification of image search results</article-title>
          ,
          <source>Proc. of WWW'09.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>S.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-P.</given-names>
            <surname>Chevallet</surname>
          </string-name>
          &amp;
          <string-name>
            <surname>J.-H. Lim</surname>
          </string-name>
          , IPAL at CLEF 2008:
          <article-title>mixed-modality based image search, novelty based re-ranking and extended matching, Working Notes for the CLEF 2008 Cross Language Evaluation Forum</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>S.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-P.</given-names>
            <surname>Chevallet</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. H. D. Le</surname>
            ,
            <given-names>T. T.</given-names>
          </string-name>
          <string-name>
            <surname>Pham</surname>
          </string-name>
          &amp;
          <string-name>
            <surname>J.-H. Lim</surname>
          </string-name>
          ,
          <article-title>IPAL at ImageClef 2007 mixing features, models and knowledge, Working Notes for the CLEF 2007 Cross Language Evaluation Forum</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Jay</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Ponte</surname>
          </string-name>
          &amp;
          <string-name>
            <surname>W. Bruce Croft</surname>
          </string-name>
          ,
          <article-title>A language modeling approach to information retrieval</article-title>
          ,
          <source>Proc. of SIGIR'98.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Finkel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Grenager</surname>
          </string-name>
          &amp;
          <string-name>
            <surname>C. Manning</surname>
          </string-name>
          ,
          <article-title>Incorporating non-local information into information extraction systems by Gibbs sampling</article-title>
          ,
          <source>Proc. of ACL'05.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>N.</given-names>
            <surname>Dalal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Triggs</surname>
          </string-name>
          ,
          <article-title>Histograms of oriented gradients for human detection</article-title>
          ,
          <source>Proc. of CVPR'05.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>A.</given-names>
            <surname>Andoni</surname>
          </string-name>
          &amp; P. Indyk,
          <article-title>Near-optimal hashing algorithms for approximate nearest neighbor in high dimension</article-title>
          ,
          <source>Proc. of FOCS'06.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>R. H. van Leuken</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Garcia</surname>
            ,
            <given-names>X. Olivares &amp; R. V.</given-names>
          </string-name>
          <string-name>
            <surname>Zwol</surname>
          </string-name>
          ,
          <article-title>Visual diversification of image search results</article-title>
          ,
          <source>Proc. of WWW'09.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>