<!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>Text-mess in the ImageCLEFphoto08 Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>S. Navarro</string-name>
          <email>snavarro1@dlsi.ua.es</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M.A. Garc´ıa</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>F. Llopis</string-name>
          <email>llopis3@dlsi.ua.es</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M.C. D´ıaz</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>R. Mun˜oz</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M.T. Mart´ın</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>L.A. Uren˜a</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Montejo</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>This paper describes our participation in the ImagePhoto task at CLEF 2008. We present the joint work of two teams belonging to the TEXT-MESS project using a new system that combines the individual systems of these teams, one based on filtering and the other one based on clustering. We have submited experiments using SINAI filtering method with the IR-n output, and the IR-n clustering module with the SINAI output. Our objective was to study the behaviour of these methods with a large number of configurations in order to increase our chances of success. The results show that a filtering method is not useful when we use the cluster terms or related words to filter retrieved documents, and that a clustering method can improve the results of cluster detection although at the expense of a decrease in precision of the results that is greater than the gain obtained for the CR20 measure with this method.</p>
      </abstract>
      <kwd-group>
        <kwd>{mcdiaz2</kwd>
        <kwd>magc4</kwd>
        <kwd>maite6</kwd>
        <kwd>laurena7</kwd>
        <kwd>amontejo8}@ujaen</kwd>
        <kwd>es</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>We have focused our participation, on analysing the effect of using SINAI filtering method
with the IR-n output, and IR-n clustering module with the SINAI output. In order, to analyse
the behaviour of these methods with a broader number of configurations, in order to improve the
performance of the systems and to increase our chances of success.</p>
      <p>This paper is structured as follows: Firstly, it presents the main characteristics of the SINAI
and IR-n system focusing on their filtering and clustering strategies respectively, then it moves
on to explain the experiments we have made to evaluate the system, and finally it describes the
results and conclusions.
2</p>
    </sec>
    <sec id="sec-2">
      <title>The System</title>
      <p>The complete system is composed by two main modules that work in a serial mode. The output
of the first module is the input of the second one.
2.1</p>
      <sec id="sec-2-1">
        <title>The SINAI System</title>
        <p>
          The SINAI system is automatic (without user interaction), and works with English text
information (not visual information). The English collection documents have been preprocessed as usual
(English stopwords removal and the Porter’s stemmer [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]). Then, it has been indexed using as IR
systems: Lemur 1 and Jirs[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>
          A simple combination method with both IR results was developed, and the evaluation of the
combined list of relevant documents fix the parameter that weight each list in 0.8 for Lemur
documents and 0.2 for Jirs documents. Using the same combination parameters the main objective
in 2008 has been to improve the basic case with different combinations of methods and the
application of a filter with the cluster term. A similar filtering method is applied in our system that
works with geographical information[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. The weighting function of the IR systems is a parameter
that changes to test the results. The use of PRF to improve the retrieval process is not conclusive,
but in general the precision is increased in past experiments, so it is used always with Lemur. The
blind feedback algorithm is based on the probabilistic term relevance weighting formula developed
by Robertson and Sparck Jones[
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
2.1.1
        </p>
        <sec id="sec-2-1-1">
          <title>Filtering Method</title>
          <p>The use of the cluster term has been oriented in a filtering way. After the retrieval process the
documents or passages marked as relevant are filtered as follows:
1. The cluster term is expanded with its WordNet synonyms (the first sense).
2. The list of relevant documents generated by the IR system is filtered. If the relevant
document contains the cluster term or a synonym its docid (the identifier of the document) is
written in another list.
3. Finally, the new list with the filtered documents is combined with the original ones (Lemur
and Jirs) in order to improve them. A simple method to do this was to duplicate the score
value of the documents in the filtered list and to add them to the original ones.
2.2</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>The IR-n System</title>
        <p>
          IR-n is an information retrieval system based on passages. Those type of IR systems, unlike
document-based systems, can consider the proximity of words with each other, that appear in a
document in order to evaluate their relevance [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>This system has added for its current participation in this task three common approaches to
the multimodal issue.</p>
        <p>1Available at http://www.lemurproject.org/</p>
        <p>
          On the one hand, it allows to use automatic relevance feedback in a multimodal way - feeding it
with the top documents retrieved from a CBIR system - and has added another relevance feedback
technique - LCA strategy - as alternative to PRF in an attempt of skipping the great number of
non relevant documents top ranked in a CBIR list which are used for the relevance feedback [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
        </p>
        <p>
          On the other hand, the system has added a multimodal reranking module. It allows two
working modes. The first one is the standard one for merging two lists, based on set values to
the weighting factor of each list in order to create a joined list. The second one is the TF-IDF
multimodal reranking, it is a variation of the standard one. It bases the calculus of the relevance
of an image on the quantity and the quality of its annotations in order to decide if the relevance
value returned by the textual IR system is enough to rank a document or if it is needed to add
the relevance returned by the CBIR system[
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
        </p>
        <p>
          Finally, it has a module for enrich the documents with visual concepts, and a clustering module
in order to improve the recall of the different image cluster detected within the 20 top ranked
documents. This clustering module is based on the image annotations and the visual concepts
related to each image [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
2.2.1
        </p>
        <sec id="sec-2-2-1">
          <title>Clustering Module</title>
          <p>Usually, when the users performs a query in a IR system that works with images, they find that
there are several similar images between top 20 results. Thus, if they want to find different relevant
images they have to navigate through the rest of the returned list.</p>
          <p>Our approach is a naive attempt to solve this problem using Carrot2 2 an open source clustering
engine for text. Our clustering module use as input for Carrot2 the query and the documents of
the ranking list - which optionally can be enriched with its related visual concepts -. It uses the
texts to perform the clustering. For each cluster returned, the image with the best relevance in the
ranking list is selected. If there are a number of clusters lower than twenty, the other images are
selected between those images without cluster assigned that has been better ranked by the system
until complete the selection of twenty images. Afterwards, the module adds to the relevance value
of the selected images the maximum relevance value in the whole list, in order to take up this
images to the top 20 positions in the ranking.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments Description</title>
      <p>The dataset is the collection IAPR TC-12 image collection, that consists of 20,000 images taken
from different locations around the world and comprises a varying cross-section of still natural
images. It includes pictures of a range of sports and actions, photographs of people, animals, cities,
landscapes and many others of contemporary life. Each image is associated with alphanumeric
captions stored in a semi-structured format (title,creation date, location, name of the
photographer, description and additional notes).</p>
      <p>The topics statements also have a semi-structured format, this year are the same of past
ImagePhoto campaigns, but only the topic languages in English. Two new tags have been added
this year. The cluster tag and the narrative tag.</p>
      <p>We have used for our experiments the following configurations of the SINAI system:
LemurJirs: This experiment combines the IR lists of relevant documents. Lemur also uses
Okapi as weighting function and PRF. Before the combination of results Lemur and Jirs lists
are filtered, only with the cluster term.</p>
      <p>Lemur fb okapi: The Lemur list of relevant documents is filtered with the cluster term
and its WordNet synonyms. Okapi is used as weighting function, and PRF is applied
automatically.
2Available at http://www.carrot2.org/</p>
      <p>Lemur fb tfidf : It is the same experiment as before, but in this case the weighting function
used was Tfidf.</p>
      <p>Lemur simple okapi: Lemur IR system has been run with Okapi as weighting function
and without feedback. The list of relevant documents has been filtered with the cluster term
and its WordNet synonyms.</p>
      <p>Lemur simple tfidf : Lemur IR system has been used with Tfidf as weighting function and
without feedback. The list of relevant documents has not been filtered.</p>
      <p>Next we can see the configurations used for the IRn system experiments -All the experiment
uses DFR as weighting schema and a passage size of 4 sentences, moreover none of the runs uses
neither the narrative of the topic nor the concept -:</p>
      <p>IRnExp: This experiment uses PRF as relevance feedback strategy.</p>
      <p>IRnExpClust: This experiment uses PRF as relevance feedback strategy and clustering
based on the image annotations
IRnFBFIRE: It uses a baseline experiment of the FIRE system and LCA as multimodal
relevance feedback strategy.</p>
      <p>IRnFBFIREClustC: It first uses a a baseline experiment of the FIRE system and LCA
as multimodal relevance feedback strategy. Afterwards it uses visual concepts extracted
from the images to enrich the returned image annotations in order to use it as input for the
clustering module.</p>
      <p>IRnConcepFBFIRE: The image annotations indexed by IR-n are previously enriched with
visual concepts extracted from the image. For the retrieval phase, the system uses a baseline
run of the FIRE system and LCA as multimodal relevance feedback strategy.</p>
      <p>IRnConcepFBFIREClustC: The image annotations indexed by IR-n are previously
enriched with visual concepts extracted from the image. For the retrieval phase, the system
uses a baseline run of the FIRE system and LCA as multimodal relevance feedback strategy.
Afterwards it uses the returned image annotations enriched with visual concepts in order to
use it as input for the clustering module.</p>
      <p>We have focused our participation, on analysing the effect of using SINAI filtering method
and IR-n clustering module in order to improve the performance of the systems. Thus, we have
added the filtering method to the work flow of the IR-n system - using filtering before or after the
clustering phase -, and vice versa, - using the IR-n clustering module to process the output of the
SINAI system -.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Results in ImageCLEFphoto08</title>
      <p>In the Table 1 and Table 2 we can see the textual runs and the mixed runs respectively. They show
the official results obtained by each run - Official MAP, P20, CR20 and F-Mean - using filtering
with IR-n - and clustering - with SINAI system -. Furthermore, we can see the results previously
obtained by the standalone runs - without adding the external filtering or clustering module -, in
order to observe the improvement or worsening obtained with the added module. For each run
name we show a term in bold letters which identifies the external module which has been added
to that base configuration - Filt or Clust -.</p>
      <p>We can observe in the Table 1 that the CR20 value has increased its value for almost all the
experiments which have used the clustering module. Indeed the best CR20 value for the textual
runs has been obtained using the clustering module with SINAI system.</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>In this paper we have presented results for the Text-mess participation in the ImageCLEF 2008
Photo task. In our work we have focused our efforts on analysing the effect of using SINAI
filtering method based on the used the cluster term and IR-n clustering module - not based on
the clustering term -.</p>
      <p>On one hand the results shows that a filtering method is not useful when we use the cluster
term or related words to filter retrieved documents, because some relevant documents are deleted
and none of non retrieved relevant documents are included in the second step. On the other hand
the clustering method without using the cluster term, has showed that it can improve the results
of cluster detection, although at the expense of a decrease in precision of the results that is greater
than the gain obtained for the CR20.</p>
      <p>As future work we will develop clustering or classifying method with textual information. This
method should take in account the cluster term of the topic in order to select which annotation
tags of the topic are more useful for the clustering phase.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgement</title>
      <p>This research has been partially funded by the Spanish Government within the framework of the
TEXT-MESS (TIN-2006-15265-C06-01) project.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.M.</given-names>
            <surname>Go</surname>
          </string-name>
          <article-title>´mez-</article-title>
          <string-name>
            <surname>Soriano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Montes-y Go´mez</article-title>
          , E. Sanchis-Arnal, and
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>A passage retrieval system for multilingual question answering</article-title>
          .
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Fernando</given-names>
            <surname>Llopis. IR-n: Un Sistema de Recuperacin de Informacin Basado</surname>
          </string-name>
          en Pasajes.
          <source>PhD thesis</source>
          , University of Alicante,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Sergio</given-names>
            <surname>Navarro</surname>
          </string-name>
          , Fernando Llopis, and
          <article-title>Rafael Mun˜oz. Different Multimodal Approaches using IR-n in ImageCLEFphoto 2008</article-title>
          . In In on-line Working Notes,
          <string-name>
            <surname>CLEF</surname>
          </string-name>
          <year>2008</year>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Garc</given-names>
            <surname>´</surname>
          </string-name>
          ıa-Cumbreras
          <string-name>
            <surname>Perea-Ortega</surname>
            ,
            <given-names>J.M</given-names>
          </string-name>
          ,
          <article-title>Garc´ıa-Vega M.A</article-title>
          .,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Montejo-Raez</surname>
          </string-name>
          .
          <article-title>Geouja system</article-title>
          . university of ja´en at geoclef
          <year>2007</year>
          .
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M. F.</given-names>
            <surname>Porter</surname>
          </string-name>
          .
          <article-title>An algorithm for suffix stripping</article-title>
          .
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          and
          <string-name>
            <given-names>K. Sparck</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>Relevance weighting of search terms</article-title>
          .
          <year>1976</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Jinxi</given-names>
            <surname>Xu</surname>
          </string-name>
          and
          <string-name>
            <given-names>W. Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <article-title>Improving the effectiveness of information retrieval with local context analysis</article-title>
          .
          <source>ACM Trans. Inf</source>
          . Syst.,
          <volume>18</volume>
          (
          <issue>1</issue>
          ):
          <fpage>79</fpage>
          -
          <lpage>112</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>