<!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>Experiments with Clustering the Collection at ImageCLEF 2007</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Osama El Demerdash</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leila Kosseim</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sabine Bergler</string-name>
          <email>bergler@cse.concordia.ca</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Concordia University</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>We present our participation in the 2007 ImageCLEF Ad-hoc photographic retrieval task. Our ¯rst participation in this year's imageCLEF comprised six runs. The main purpose of three of these runs was to evalute the text and visual retrieval tools as well as their combination in the context of the given task. The other purpose of our participation is to experiment with applying clustering techniques to this task, which has not been done frequently in previous editions of ImageCLEF AD-hoc task. We use the preclustered collection to augment the search results of the retrieval engines. For retrieval we used two publicly available libraries; Apache Lucene for text and LIRE for visual retrieval. The clustered-augmented results reduced slightly the precision of the initial runs. While the aspired results have not yet been achieved, we note that the task is useful in assessing the validity of the clusters.</p>
      </abstract>
      <kwd-group>
        <kwd>Image Retrieval</kwd>
        <kwd>Clustering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        We present our participation in the 2007 ImageCLEF Ad-hoc photographic retrieval task. The task
deals with answering 60 queries of variable complexity from a repository of 20,000 photographic
images in the IAPR collection. A full description of the task and the collection can be found in
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Our ¯rst participation in this year's imageCLEF comprised six runs. The main purpose of
three of these runs was to evaluate the text and content-based retrieval tools in the context of
the given task. We therefore would like to stress that the evaluation of these tools can only be
considered under the given parameters of the task, including the queries, the image collection and
our utilization of these tools.
      </p>
      <p>The other purpose of our participation is to experiment with applying clustering techniques to
this task, which has not been done frequently in previous editions of ImageCLEF AD-hoc task.
We also want to advance the hypothesis that while this task of ImageCLEF might not be best
suited for the evaluation of interactive methods (despite the designation of runs as Manual/Auto),
it could still be useful in the evaluation of certain aspects of such methods such as the validity of
the initial clusters in our case.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related</title>
    </sec>
    <sec id="sec-3">
      <title>Work</title>
      <p>
        Clustering, as an unsupervised machine learning mechanism, has rarely been investigated within
the context of the ImageCLEF Ad-hoc Retrieval task. This could be due to that clustering
methods lend themselves more readily to interactive tasks and iterative retrieval. In the IR ¯eld,
Clustering has been experimented with extensively [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Its di®erent applications involve clustering
the whole data collection, part of it or the search results. In [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], images are clustered using labels
from the surrounding HTML text. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] applied clustering to content-based image retrieval using
the Normalized Cut (NCut) algorithm under a graph representation. Another spectral clustering
algorithm Locality Preserving Clustering (LPC) was introduced in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and found to be more
e±cient than NCut for image data.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Resources</title>
      <p>For retrieval we used two publicly available libraries; Apache Lucene for text and LIRE for visual
retrieval. Since our runs involved only English/English and Visual queries we did not make use of
any translation tools.
3.1</p>
      <sec id="sec-4-1">
        <title>Text Retrieval</title>
        <p>
          For text retrieval we used the Apache Lucene engine [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] which implements a TF-IDF paradigm.
Stop-words were removed and the data was indexed as ¯eld data retaining only the title, notes
and location ¯elds all of which were concatenated into one ¯eld. This helped reduce the size of
the index, since our initial plan was to base the clustering on word-document cooccurence and
document-document similarity matrices. The number of indexed terms is 7577 from the 20,000
English source documents. All text query terms were joined using the OR operator. We did not
apply any further processing of text queries.
3.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Content-based Retrieval</title>
        <p>
          For visual retrieval, we employed v0.4 of the LIRE library which is part of the Emir/Caliph
project [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] available under the Gnu GPL license. At the time of carrying out the experiments
LIRE o®ered three indexing options from the MPEG-7 descriptors: ScalableColor, ColorLayout
and EdgeHistogram (a fourth one, Auto Color Correlogram, has since been implemented). We
used all three indices. The details of these descriptors can be found in [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Only the best 20
images of each visual query were used. The visual queries consisted of the three images provided
as example results. Thus, a maximum of 60 image results from visual queries were used in the
evaluation.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Clustering Methodology</title>
      <p>Three of our runs utilized preclustering of the data collection to augment the result set of the
retrieval engines. Although we intended in the beginning to cluster the results obtained from the
text retrieval and content-based retrieval, we resorted to clustering the collection, given the small
number of relevant results per query (compared to results from searching the WWW for example).</p>
      <p>We employed a simple one-pass clustering algorithm which relied on forming clusters of the
terms in the documents as they are processed. If a document's similarity to a cluster exceeded a
certain threshold (N), this document and its new terms are added to the term/document cluster.
If a document is not associated with any cluster, it is temporarily assigned its own, which is
deleted in the end if no other documents are associated with it. Also clusters larger than size (S)
were discarded. We did not however experiment with the parameters S and N and chose them
with the little intuition we had about the data. The resulting clusters overlap and do not cover
all documents.</p>
      <p>For augmenting the results from the clusters, we searched the clusters for each result and
whenever one was found we inserted the other members of the cluster at this position in the result
set, taking care not to include duplicate results from di®erent clusters.
5</p>
    </sec>
    <sec id="sec-6">
      <title>Results and Analysis</title>
    </sec>
    <sec id="sec-7">
      <title>Conclusion and Future Work</title>
      <p>
        We intend to experiment with clustering the result set as well as introducing query expansion and
pseudo-relevance feedback. Our ¯nal target is clustering based on both text and visual features.
There is very little evidence in the literature on clustering using both content-based and text-based
features. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] describe successive clustering applied on text features then image features.
The textual features comprised a vision based text segment as well as the link information while
the Color Texture Moments (CTM), a combined representation of color and texture were chosen
for visual features.
      </p>
      <p>
        The only research we came across in the literature combining simultaneously image and textual
features were from Microsoft Research Asia in 2005. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] both use co-clustering techniques
      </p>
      <p>Our ¯rst participation at ImageCLEF was satisfactory in that we were able to evaluate the IR
tools we chose ,as well as the validity of the initial clusters produced from a simple unsupervised
clustering method. We understand however that this task is not most suited for evaluating iterative
retrieval, especially when it comes to usability factors. We look forward to participating in future
years.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Deng</given-names>
            <surname>Cai</surname>
          </string-name>
          , Xiaofei He,
          <string-name>
            <given-names>Zhiwei</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Wei-Ying Ma</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ji-Rong Wen</surname>
          </string-name>
          .
          <article-title>Hierarchical clustering of www image search results using visual, textual and link information</article-title>
          .
          <source>In MULTIMEDIA '04: Proceedings of the 12th annual ACM international conference on Multimedia</source>
          , pages
          <volume>952</volume>
          {
          <fpage>959</fpage>
          , New York, NY, USA,
          <year>2004</year>
          . ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Deng</given-names>
            <surname>Cai</surname>
          </string-name>
          , Xiaofei He,
          <string-name>
            <surname>Wei-Ying</surname>
            <given-names>Ma</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ji-Rong Wen</surname>
          </string-name>
          , and HongJiang Zhang.
          <article-title>Organizing www images based on the analysis of page layout and web link structure</article-title>
          .
          <source>In Proceedings of the 2004 IEEE International Conference on Multimedia and Expo</source>
          ,
          <string-name>
            <surname>ICME</surname>
          </string-name>
          <year>2004</year>
          ,
          <volume>27</volume>
          -
          <fpage>30</fpage>
          June 2004, Taipei, Taiwan, pages
          <volume>113</volume>
          {
          <fpage>116</fpage>
          . IEEE,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Yixin</given-names>
            <surname>Chen</surname>
          </string-name>
          , James
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Robert</given-names>
            <surname>Krovetz</surname>
          </string-name>
          .
          <article-title>Content-based image retrieval by clustering</article-title>
          .
          <source>In MIR '03: Proceedings of the 5th ACM SIGMM international workshop on Multimedia information retrieval</source>
          , pages
          <volume>193</volume>
          {
          <fpage>200</fpage>
          , New York, NY, USA,
          <year>2003</year>
          . ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4] Jos¶e Mart¶³nez (ed.). Mpeg-7
          <source>overview (version 10)</source>
          .
          <source>Technical Report N6828</source>
          , ISO/IEC JTC1/SC29/WG11 (MPEG),
          <year>October 2004</year>
          .
          <source>online August 17</source>
          ,
          <year>2007</year>
          http://www.chiariglione.org/mpeg/standards/mpeg-7/mpeg-7.htm.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Bin</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <surname>Tie-Yan</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Tao Qin, Xin Zheng, Qian-Sheng Cheng, and
          <string-name>
            <surname>Wei-Ying Ma</surname>
          </string-name>
          .
          <article-title>Web image clustering by consistent utilization of visual features and surrounding texts</article-title>
          .
          <source>In MULTIMEDIA '05: Proceedings of the 13th annual ACM international conference on Multimedia</source>
          , pages
          <volume>112</volume>
          {
          <fpage>121</fpage>
          , New York, NY, USA,
          <year>2005</year>
          . ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Otis</given-names>
            <surname>Gospodnetic</surname>
          </string-name>
          ' and
          <string-name>
            <given-names>Erik</given-names>
            <surname>Hatcher</surname>
          </string-name>
          . Lucene in Action.
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Grubinger</surname>
          </string-name>
          , Paul Clough, Allan Hanbury, and
          <article-title>Henning MuÄller. Overview of the ImageCLEFphoto 2007 photographic retrieval task</article-title>
          .
          <source>In Working Notes of the 2007 CLEF Workshop</source>
          , Budapest, Hungary,
          <year>September 2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Zhiwei</given-names>
            <surname>Li</surname>
          </string-name>
          , Gu Xu,
          <string-name>
            <given-names>Mingjing</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Wei-Ying Ma</surname>
          </string-name>
          , and
          <string-name>
            <surname>Hong-Jiang Zhang</surname>
          </string-name>
          .
          <article-title>Grouping www image search results by novel inhomogeneous clustering method</article-title>
          .
          <source>In Yi-Ping Phoebe Chen, editor, 11th International Conference on Multi Media Modeling (MMM</source>
          <year>2005</year>
          ), pages
          <fpage>255</fpage>
          {
          <fpage>261</fpage>
          . IEEE Computer Society,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Mathias</given-names>
            <surname>Lux</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Granitzer</surname>
          </string-name>
          .
          <article-title>Retrieval of mpeg-7 based semantic descriptions</article-title>
          .
          <source>In BTW-Workshop WebDB Meets IR at the GI-Fachtagung fr Datenbanksysteme in Business, Technologie und Web</source>
          , University Karlsruhe,
          <year>March 2005</year>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Christopher</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , Prabhakar Raghavan, and Hinrich SchuÄtze. Introduction to Information Retrieval. Cambridge University Press,
          <year>2008</year>
          . Online 17/08/2007. http://wwwcsli.stanford.edu/ schuetze/information-retrieval-book.html.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Wataru</surname>
            <given-names>Sunayama</given-names>
          </string-name>
          , Akiko Nagata, and
          <string-name>
            <given-names>Masahiko</given-names>
            <surname>Yachida</surname>
          </string-name>
          .
          <article-title>Image clustering system on www using web texts</article-title>
          .
          <source>In Proceedings of the Fourth International Conference on Hybrid Intelligent Systems (HIS'04)</source>
          , pages
          <fpage>230</fpage>
          {
          <fpage>235</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Xin</surname>
            <given-names>Zheng</given-names>
          </string-name>
          , Deng Cai, Xiaofei He,
          <string-name>
            <surname>Wei-Ying Ma</surname>
            , and
            <given-names>Xueyin</given-names>
          </string-name>
          <string-name>
            <surname>Lin</surname>
          </string-name>
          .
          <article-title>Locality preserving clustering for image database</article-title>
          .
          <source>In MULTIMEDIA '04: Proceedings of the 12th annual ACM international conference on Multimedia</source>
          , pages
          <volume>885</volume>
          {
          <fpage>891</fpage>
          , New York, NY, USA,
          <year>2004</year>
          . ACM Press.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>