<!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>SNUMedinfo at ImageCLEF 2013: Medical retrieval task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sungbin Choi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeongeun Lee</string-name>
          <email>jeleedict@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jinwook Choi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Medical Informatics Laboratory, Seoul National University</institution>
          ,
          <addr-line>Seoul</addr-line>
          ,
          <country>Republic of Korea</country>
        </aff>
      </contrib-group>
      <fpage>5</fpage>
      <lpage>9</lpage>
      <abstract>
        <p>This paper describes the participation of the SNUMedinfo team at the two retrieval tasks (Ad-hoc image-based retrieval and Case-based retrieval) in the ImageCLEF 2013 medical task. For the ad-hoc image-based retrieval task, we submitted 1 baseline textual run using query likelihood model in Indri search engine, and 4 visual runs utilizing various image features implemented in Lire image retrieval library. For the case-based retrieval task, we submitted 1 baseline textual run using query likelihood model in Indri search engine, and 9 textual runs utilizing external corpus (MEDLINE) for expansion term inference. Our method ranked first in the case-based retrieval task.</p>
      </abstract>
      <kwd-group>
        <kwd>Case-based retrieval</kwd>
        <kwd>Query expansion</kwd>
        <kwd>Inference</kwd>
        <kwd>MEDLINE</kwd>
        <kwd>MeSH</kwd>
        <kwd>Language model</kwd>
        <kwd>Medical information retrieval</kwd>
        <kwd>Indri</kwd>
        <kwd>Lire</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>2.1 Textual run</title>
        <p>We submitted 1 baseline run (SNUMedinfo11) using unigram language model with
Dirichlet prior smoothing[2, 3]. Only figure caption field in document were indexed.
Experimental results are described in Table 1.</p>
      </sec>
      <sec id="sec-1-2">
        <title>2.2 Visual run</title>
        <p>
          We submitted 4 visual runs using various features implemented in Lire image
retrieval library[4], respectively. These features are : 1) the auto color correlogram
feature which, as the faster and more efficient version of the color correlogram[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] uses
the color of immediate neighborhood, 2) the color and edge directivity
descriptor(CEDD) feature[6] which creates a 24-bin fuzzy color histogram in HSV color
space, 3) the fuzzy color and texture histogram(FCTH) feature[7] which uses the
same color scheme with CEDD but describes edge information extensively, 4) the
joint composite descriptor(JCD)[8] which is the combination of CEDD and FCTH.
        </p>
        <p>There are several query images given per each query. We draw ranked list per each
query image, and then combined them using Borda-fuse methods[9].</p>
        <p>Experimental results are described in Table 2.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>3. Case-based retrieval</title>
      <sec id="sec-2-1">
        <title>3.1 Textual run</title>
        <p>We submitted 1 baseline run (SNUMedinfo10) using unigram language model with
Dirichlet prior smoothing. Title, abstract and fulltext field in document are indexed.
The queries are stopped at the query time using the standard 418 INQUERY stopword
list, case-folded, and stemmed using Porter stemmer.</p>
        <p>For other 9 textual runs (SNUMedinfo1~9), we utilized external corpus
(MEDLINE) for robust and effective expansion term inference. We leased 2013
MEDLINE/PubMed Journal Citations from the U.S. National Library of Medicine,
composed of roughly 22 million MEDLINE citations. Our method can be summarized
in the following steps (k and w is parameter).</p>
        <p>(1) External corpus (MEDLINE) documents are indexed. Title, abstract and Mesh
descriptors fields are indexed.
(2) Using original query, MEDLINE documents were retrieved.</p>
        <p>a. Among retrieved MEDLINE documents, k documents whose
publication type is “Case Reports”, are selected from the top rank.
b. In selected k documents, MeSH descriptors whose “MajorTopicYN”
attribute value is “Y” are collected for expansion term.
(3) Original query is augmented with expansion terms. Expansion terms are
weighted by parameter w.
(4) Expanded query is applied on target corpus.</p>
        <p>Indri query example is described below.
#weight (
(1-w) #combine( original query terms )</p>
        <p>w #combine( expansion query terms ) )
#weight (
0.7 #combine(48 old woman right cheek swelling blocked nasal passage … )
0.3 #combine(maxillary neoplasms myxoma odontogenic tumors … ) )
We tried diverse parameter combinations (k : 1, 5, 10; w : 0.15, 0.3, 0.45) to
evaluate the effect of parameter value on the performance. Experimental results are
described in Table 3.</p>
        <p>Overall, our methods brought 20~30% performance gain (in MAP) compared to
the baseline method, and ranked first in the case-based retrieval task.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4. Conclusion</title>
      <p>For the ad-hoc image-based retrieval task, we submitted 4 visual runs using several
basic image features without applying additional techniques. These runs showed
unsatisfactory performance (MAP range from 0.0019 to 0.0043), which means more
advanced technique is required for this task.</p>
      <p>For the case-based retrieval task, we submitted 9 textual runs (SNUMedinfo1~9)
utilizing external corpus (MEDLINE) for expansion term inference. This method
showed effective performance (20~30% gain in MAP), and is also robust across
diverse parameter values.</p>
    </sec>
    <sec id="sec-4">
      <title>5. Acknowledgements</title>
      <p>This work was supported by the Seoul National University Brain Fusion Program
Research Grant.</p>
      <p>6. References
1.
2.
3.
4.
5.
6.</p>
      <p>Aslam, J.A. and M. Montague, Models for metasearch, in Proceedings of the
24th annual international ACM SIGIR conference on Research and
development in information retrieval2001, ACM: New Orleans, Louisiana,
USA. p. 276-284.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Muller</surname>
          </string-name>
          ,
          <article-title>Overview of the ImageCLEF 2013 medical tasks</article-title>
          ,
          <source>in Working notes of CLEF 20132013: Valencia</source>
          , Spain.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Strohman</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , et al.
          <article-title>Indri: A language model-based search engine for complex queries</article-title>
          .
          <source>in Proceedings of the International Conference on Intelligent Analysis</source>
          .
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>J. Lafferty</surname>
          </string-name>
          ,
          <article-title>A study of smoothing methods for language models applied to Ad Hoc information retrieval</article-title>
          ,
          <source>in Proceedings of the 24th annual international ACM SIGIR conference on Research and development in information retrieval2001</source>
          , ACM: New Orleans, Louisiana, USA. p.
          <fpage>334</fpage>
          -
          <lpage>342</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>Synthesis Lectures on Information Concepts</source>
          ,
          <source>Retrieval, and Services</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <volume>5</volume>
          (
          <issue>1</issue>
          ): p.
          <fpage>1</fpage>
          -
          <lpage>112</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Jing</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , et al.
          <article-title>Image indexing using color correlograms</article-title>
          . in
          <source>Computer Vision and Pattern Recognition</source>
          ,
          <year>1997</year>
          . Proceedings., 1997 IEEE Computer Society Conference on.
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          2008, Springer Berlin Heidelberg. p.
          <fpage>312</fpage>
          -
          <lpage>322</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Chatzichristofis</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>Y.S.</given-names>
            <surname>Boutalis</surname>
          </string-name>
          . FCTH:
          <article-title>Fuzzy Color and Texture Histogram - A Low Level Feature for Accurate Image Retrieval</article-title>
          .
          <source>in Image Analysis for Multimedia Interactive Services</source>
          ,
          <year>2008</year>
          . WIAMIS '
          <volume>08</volume>
          . Ninth International Workshop on.
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>in Proceedings of the 6th IASTED International Conference</source>
          .
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>