<!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>SINAI at ImageCLEF 2010 medical task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>General Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Algorithms</institution>
          ,
          <addr-line>Experimentation, Languages, Performance</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>M.C. D az-Galiano, M.T. Mart n-Valdivia, Arturo Montejo-Raez, M.A. Garc a-Cumbreras University of Jaen. Departamento de Informatica Grupo Sistemas Inteligentes de Acceso a la Informacion Campus Las Lagunillas</institution>
          ,
          <addr-line>Ed. A3, E-23071, Jaen</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Recent researches demonstrate that the use and integration of several knowledge sources improves the quality and e ciency of information systems. In this paper, we present the system developed for the ImageCLEF 2010 medical task. We show the e ect of using the medical ontology MeSH to expand terms found in textual queries. This year we have applied a strategy for deciding when include the information extracted from MeSH. The experiments carried out show that our machine learning approach to determine when to perform expansion did not resulted in any improvement over our base line, that where no expansion was performed at all.</p>
      </abstract>
      <kwd-group>
        <kwd>H</kwd>
        <kwd>3 [Information Storage and Retrieval]</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>1 Content Analysis and Indexing</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>3 Information Search and Retrieval</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>4 Systems and Software</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>This paper presents the system developed by the SINAI research group at the ImageCLEF medical
retrieval task 2010.</p>
      <p>
        The goal of the medical task is to retrieve relevant images based on an image query[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>The e cient access to multimodal information is becoming more and more di cult every day.
For this reason, it is necessary to develop search strategies for easier retrieval of useful information.
One of these strategies includes the use of linguistic resources in order to improve the access and
management of information by expanding queries in information retrieval systems, enriching the
databases semantically or extracting unknown data from collections.</p>
      <p>
        In previous years we have experimented with the expansion of the queries with medical
ontologies[
        <xref ref-type="bibr" rid="ref3 ref5">5, 3</xref>
        ]. Last year we continued our usage of the MeSH ontology for query expansion,
but comparing it to term expansion within the documents in the collection[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>This year, our main goal is to study the expansion of the collection and queries with the same
ontology MeSH, applying a strategy for deciding when include the information extracted.</p>
      <p>This year, the same collection as 2009 and 2008 is used but with a larger number of images.
The data set used contains all images from articles published in Radiology and Radiographics
including the text of the captions and a link to the html of the full text articles, more than 77,000
images.</p>
      <p>
        Previous years we developed a system that test di erent aspects, such as the application of
Information Gain in order to improve the results[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], that obtained poor results, the expansion
of the topics with the MeSH1 ontology[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], the expansion of the topics again with the UMLS2
metathesaurus and minor textual information but more speci c[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], and the term expansion within
the documents in the collection[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>The following section describes the strategy for deciding when include the information
extracted. In Section 3, we explain the experiments and obtained results. Finally, conclusions are
presented in Section 4.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Expansion with medical ontology. decision making</title>
    </sec>
    <sec id="sec-3">
      <title>Machine learning for</title>
      <p>We have used the MeSH ontology to expand the queries included in the GoldMiner collection.
First, we have extracted two types of terms from the MeSH descriptors:</p>
      <p>MeSH Heading (MH), which is a term composed by one or more words. Each record contains
only one MH term.</p>
      <p>Entry, which is composed of one or more words too. Each record contains several Entry
terms. These terms are a di erent way of writing the MH term, that is, they are synonyms.</p>
      <p>This set of terms of a same descriptor constitutes a bag of terms. We have used the bags
of terms to expand the queries. If all the words of a term are in the query, we generate a new
expanded query by adding all the terms in this bag. To compare the words of a particular term
and those of the query, we rst put all the words in lowercase without removing stopwords. It
does not matter the order in which these component words occur in the query.</p>
      <p>
        In order to reduce the number of terms available to expand the query, we have only used those
that are in the MeSH categories [A] Anatomy, [C] Diseases, and [E] Analytical, Diagnostic and
Therapeutic Techniques and Equipment[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>Given the hardness of the \when to expand" problem, a Machine Learning perspective was
followed. Using the gain or loss in MAP as a label, with a true value as label when the MAP
increased with the expansion and a false value as label when the MAP decreased, the direction
was to generated models in order to determine, automatically, when to expand or not.</p>
      <p>
        The well known learning algorithms Support Vector Machine (SVM)[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] was applied in these
experiments. The learning approach consists, therefore, in training a binary classi er with part of
the data (the queries of previous years) and test its performance with the queries tested in 2010.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Experiment Description and Results</title>
      <p>By using the data in 2008 and 2009 ImageCLEFmed campaigns, we have carried out several
experiments. We found that there were no clear correlation (slightly more than 0,20 in the Pearson's
coe cient) between the success of the expansion for a query and the number of relevant
documents found in associated qrels lists. Therefore, the expansion seemed not related to the expected
number of relevant documents.</p>
      <p>Despite the hardness of the \when to expand" problem, a Machine Learning perspective was
followed. Using the gain or loss in MAP as a label, with a true value as label when the MAP
1http://www.nlm.nih.gov/mesh/
2http://www.nlm.nih.gov/research/umls/
increased with the expansion and a false value as label when the MAP decreased, the direction
was to generate a model in order to determine, automatically, when to expand or not.</p>
      <p>Based on the Ranking Status Value (RSV) returned by the retrieval engine for both queries
(expand and original): the RSV values of the top 100 documents in each of the two retrieved
lists are used as features for computing the model. Therefore, each query is a sample with 200
features. Feature weights (frequencies in the case of word-based features, RSV in the second case)
were normalized using Z-transformation and the dimensionality were reduced by applying Singular
Value Decomposition (SVD).</p>
      <p>Run</p>
      <p>MAP
No expansion 0.2764
Always expand 0.2616</p>
      <p>Expand sometimes 0.2672</p>
      <p>Results are shown in Table 1. As we can see, there is a very small variation in MAP among
di erent strategies. Nevertheless, this year our expansion approach did not improved over the
base line.
4</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>The machine learning approach to determine when to perform expansion did not resulted in any
improvement over our base line, that where no expansion was performed at all. It is clear that
our expansion strategy should be studied in depth, as the behaviour of the expansion over queries
is not consistent and seems not related to the gain in MAP.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>This work has been partially supported by a grant from the Spanish Government, project
TEXTCOOL 2.0 (TIN2009-13391-C04-02), a grant from the Andalusian Government, project GeOasis
(P08-TIC-41999), and a grant from the University of Jaen, project RFC/PP2008/UJA-08-16-14
and project UJA2009/12/14.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Corinna</given-names>
            <surname>Cortes</surname>
          </string-name>
          and
          <string-name>
            <given-names>Vladimir</given-names>
            <surname>Vapnik</surname>
          </string-name>
          .
          <article-title>Support-vector networks</article-title>
          .
          <source>In Machine Learning</source>
          , pages
          <volume>273</volume>
          {
          <fpage>297</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>M.C.</surname>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.T.</given-names>
          </string-name>
          <string-name>
            <surname>Mart</surname>
            n-Valdivia,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Montejo-Raez</surname>
            , and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>~a Lopez. Using Information Gain to Improve the ImageCLEF 2006 Collection</article-title>
          . In CLEF, volume
          <volume>4730</volume>
          of Lecture Notes in Computer Science, pages
          <volume>711</volume>
          {
          <fpage>714</fpage>
          . Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>M.C.</surname>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.T.</given-names>
          </string-name>
          <string-name>
            <surname>Mart</surname>
            n-Valdivia,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Montejo-Raez</surname>
            , and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>~a Lopez. Integrating MeSH Ontology to Improve Medical Information Retrieval</article-title>
          .
          <source>In Advances in Multilingual and Multimodal Information Retrieval</source>
          , volume
          <volume>5152</volume>
          of Lecture Notes in Computer Science, pages
          <volume>601</volume>
          {
          <fpage>606</fpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>M.C.</surname>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.T.</given-names>
          </string-name>
          <string-name>
            <surname>Mart</surname>
            n-Valdivia, and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>~a Lopez. SINAI at ImageCLEF 2009 medical task</article-title>
          .
          <source>In On-line Working Notes, CLEF</source>
          <year>2009</year>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>M.C.</surname>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.T.</given-names>
          </string-name>
          <string-name>
            <surname>Mart</surname>
            n-Valdivia,
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Urea-Lopez</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Montejo-Raez</surname>
          </string-name>
          .
          <article-title>Query Expansion on Medical Image Retrieval: MeSH vs</article-title>
          . UMLS. In Carol Peters et al., editor,
          <source>CLEF 2008</source>
          , volume
          <volume>5706</volume>
          of Lecture Notes in Computer Science, pages
          <volume>732</volume>
          {
          <fpage>735</fpage>
          . Springer,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Henning</given-names>
            <surname>Mller</surname>
          </string-name>
          , Jayashree Kalpathy-Cramer, Ivan Eggel, Steven Bedrick,
          <string-name>
            <given-names>Charles E. Kahn</given-names>
            <surname>Jr.</surname>
          </string-name>
          , and
          <string-name>
            <given-names>William</given-names>
            <surname>Hersh</surname>
          </string-name>
          .
          <article-title>Overview of the CLEF 2010 medical image retrieval track</article-title>
          .
          <source>In In the Working Notes of CLEF</source>
          <year>2010</year>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Radhouani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-P.</given-names>
            <surname>Chevallet</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Falquet.</surname>
          </string-name>
          <article-title>Combining textual and visual ontologies to solve medical multimodal queries</article-title>
          .
          <source>In in Proc. IEEE ICME</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>