<!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>BUAA AUDR at ImageCLEF 2012 Medical Retrieval Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Wei Song</string-name>
          <email>songwei@nlsde.buaa.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Danchen Zhang</string-name>
          <email>zhangdanchen@nlsde.buaa.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Junwu Luo</string-name>
          <email>luojunwu@nlsde.buaa.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Technology, Beihang University</institution>
          ,
          <addr-line>100191 Beijing</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the participation of the BUAA AUDR group at ImageCLEF 2012 at the Medical Image classification and Retrieval task. We performed two subtasks: modality classification and ad-hoc image-based retrieval. It was our first time to select modality classification task and we concentrated on mono-modal visual-based image classifier. We used LibSVM to train the classifier, and edge histogram feature to represent images. To improve its performance, we tried to extend the training set. However, due to size of the training set and other reasons, its accuracy was even worse. For adhoc image-based retrieval, we utilized MeSH as source of query expansion and only textual information were considered. We also explored mixed approaches that combine modality predication and query expansion and our best runs ranked second among all the textual runs.</p>
      </abstract>
      <kwd-group>
        <kwd>ImageCLEF</kwd>
        <kwd>medical image retrieval</kwd>
        <kwd>MeSH</kwd>
        <kwd>query expansion</kwd>
        <kwd>Modality Classification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>This paper presents the second participation of the BUAA AUDR group at
ImageCLEF.</p>
      <p>ImageCLEF 2012 includes four types of tasks: medical image retrieval, photo
annotation, plant identification and robot vision. On the basis of the work in the last
year, we continued to focus on medical image retrieval and extended to modality
classification subtask. The medical retrieval task of ImageCLEF 2012 uses a subset of
PubMed Central containing 305,000 images. For modality classification, previous
studies have shown that imaging modality is an important aspect of the image for
medical retrieval. In user-studies, clinicians have indicated that modality is one of the
most important filters that they would like to be able to limit their search by. Studies
have shown that the modality can be extracted from the image itself using visual
features. Additionally, using the modality classification, the search results can be
improved significantly. In the ad-hoc image-based retrieval, participants will be given
a set of 30 textual queries with 2-3 sample images for each query. The queries will be
classified into textual, mixed and semantic, based on the methods that are expected to
yield the best results.</p>
      <p>This year we performed two subtasks of medical image retrieval: modality
classification and ad-hoc image-based retrieval. For modality classification, we
concentrated on mono-modal visual-based image classifier. We used LibSVM to train
the classifier, and edge histogram feature to represent images. To improve its
performance, we tried to extend the training set. In ad-hoc retrieval, we applied a
MeSH-based query expansion strategy and added a modality prediction step to further
improve the retrieval performance. Our runs were also competitive among textual
runs.</p>
      <p>The remainder of this paper is organized as follows. In section 2 we describe our
approaches in detail. And our submitted runs are discussed in section 3. Then we
conclude in section 4.
2</p>
      <p>Approaches
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Modality Classification</title>
      <p>In the experiment of medical image modality classification, we only concentrated on
mono-modal visual-based image classifier. We performed experiments on three kinds
of features: Edge Histogram Feature (EH), Tamura Feature (T) and Gabor Feature (G).
We first used Medical Retrieval Images of 2011 as test data and then trained the
classifier with data of 2012.</p>
      <p>In the experiment, we used LibSVM to train one-versus-all classifiers. At first, we
trained three classifiers per feature type and the classifier trained by Edge Histogram
Feature had the highest accuracy. To fuse visual features, we simply averaged scores
of classification result of different feature types per image. Finally, the combination
of three features outperformed Edge Histogram Feature slightly. (see Table 1).</p>
      <p>To simplify the training process, we decided to use Edge Histogram Feature only.
We tested several LibSVM parameters and in this case, the best result were obtained
with a radial basis function kernel, parameter gamma = 0.5 and cost = 2.</p>
      <p>
        To improve accuracy, we decided to extend the image training set. To begin with,
we used two approaches to obtain pre-extended images of each modality from the
image collection of the medical retrieval task. In the first approach, we trained an
initial classifier with provided training images, with which we classified 40,000
images randomly selected from the collection. In the second approach, we selected
top 200 images from image collection which were queried by images selected from
provided training set[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Next, we manually selected appropriate images of each
modality from the pre-extended images and added them to the training set to train the
final modality classifier.
2.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Ad-hoc Image-based Retrieval</title>
      <p>In ImageCLEF 2011, several groups adopted query expansion as the key techniques
with the help of some external sources such as Unified Medical Language System
(UMLS) and MeSH and achieved good results. After in-depth research of their
approaches we decided to use MeSH as our source of query expansion.</p>
      <p>MeSH is the National Library of Medicine's controlled vocabulary thesaurus. It
consists of three types of record: Descriptors, Qualifiers and Supplementary Concept
Records. Each type of records are organized in tree structure with the same hierarchy
and stored in a xml file. As the records in MeSH are always a sequence of terms, so
the topics given are pre-processed to get all the combinations of the terms after
elimination of the stop words. Then we applied various strategies to explore the
related information in MeSH to expand the query.</p>
      <p>When we used MeSH to expand the query, we noticed a situation in which two
ngrams that both their related child records and entry terms could be used expand the
query and one was contained in the other at the same time. Let's take cell and muscle
cell for example. Obviously, it will introduce too much noise if we add the child
descriptors of the n-gram cell. So under the circumstance only the related child
descriptors or entry terms of muscle cell are used to expand the query. Both methods
below applied this rule.</p>
      <p>1．If the query is a record, its child descriptors are added to the query. No
expansion otherwise.</p>
      <p>2．If the query is a record, we use its child descriptors to expand the query. If it
is an entry term, the child descriptors of the descriptor which the query belongs to are
used for expansion.</p>
      <p>All our submitted runs applied the second method for query expansion as it gave
better results compared with the first one.</p>
      <p>To further improve the retrieval performance we combined our retrieval system
with modality prediction. Firstly, a standard retrieval step was performed, and 2,000
images were obtained per topic. Then we used the modality classifier to predict
modality of these images. Next, we extracted expressed modality (EM) from the
images and the query of each topic. Finally, we combined expressed modality and
predicted modality (PM) with retrieval result. In this process, the retrieval scores of
2,000 images were modified and top 1,000 images were the final result.</p>
      <p>We investigated three fusion strategies with Medical Retrieval Image Collection of
2011 as test data. The first approach is score fusion (SF): the final scores are obtained
with the retrieval score and modality classification score following the below equation
(d standards for document):
s(d )  SR(d )  (1  )SM (d )
(2.1)</p>
      <p>
        The second approach is a variant of SF (SF_variant): if EM is the same to PM, the
final score is the sum of SR and SM , otherwise, the final score remains the original
retrieval score SR . The third strategy is Filtering (F): if EM is the same to PM, the
final score is 1.75 times of SR , otherwise, the final score remains the original retrieval
score SR [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>experiments on Medical Retrieval Image collection of 2011.</p>
      <p>Fusion Type
Original retrieval Result
Original retrieval Result +SF
Original retrieval Result +SF_variant
Original retrieval Result+F</p>
      <p>Map</p>
      <p>Unfortunately, we submitted a wrong run. Table 3 describes the original run and
the second run is the one which should have been submitted.</p>
      <p>-V1: only used the provided training set to train classifier.</p>
      <p>-V2: we extended the training set with 170 selected images from image
collection.</p>
      <p>However, the classification result with training set extended decreased slightly
compared with the result of the original training set. We think the reason is that the
training set is not well balanced, its size is not big enough and images which are
added into training set are not classified precisely.</p>
      <p>The text retrieval approaches are all based on the bag-of-words model, a text (such
as image caption or full article) is represented as an unordered collection of words
after tokenization and standard stopword removal. After the pre-processing step, two
information models are considered: vector space model and topic model. We also use
a query expansion mechanism, pseudo relevance feedback based on
informationtheoretic.
3.2</p>
    </sec>
    <sec id="sec-4">
      <title>Ad-hoc Retrieval</title>
      <p>Two different indexes were built. One contained caption of the image and the other
also added article information. To further improve the performance, we also added a
modality prediction step to filter retrieve result.</p>
      <p>Descriptions of ad-hoc image-based retrieval runs
Run
TFIDF_CAPTION_ARTICLE[QE2]_MC
TFIDF_CAPTION_ARTICLE[QE2]
TFIDF_CAPTION_ARTICLE_MC
TFIDF_CAPTION_ARTICLE
TFIDF_CAPTION[QE2]_MC
TFIDF_CAPTION[QE2]
TFIDF_CAPTION_MC
TFIDF_CAPTION
Description
Use image caption and article as
indexes with query expansion and
modality classification
Use image caption and article as
indexes with query expansion
Use image caption and article as
indexes with modality classification
Use image caption and article as
indexes, no query expansion and
modality classification
Use image caption as indexes with
query expansion and modality
classification
Use image caption as indexes with
query expansion
Use image caption as indexes with
modality classification
Use image caption as indexes,no
modality classification</p>
      <p>Our best runs were indexed with image caption and article with both query
expansion and modality predication applied and it ranked second among all the
textual runs. The results show that both query expansion and modality predication
could improve the retrieval performance. Most of our runs which used the captions
and article as indexes performed better than those use captions only.</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>This article describes the approaches and results of BUAA AUDR group at
ImageCLEF 2012. We submitted 9 runs for modality classification and ad-hoc
retrieval. For modality classification, the result was poor. We need to do more work to
get it better. For ad-hoc retrieval, we adopted a Mesh-based query expansion and
enhanced the results by a modality prediction step. The best of our runs ranked second
in all textual runs. The results indicate that query expansion and modality predication
can improve the retrieval performance. As our modality classification was not
satisfied, our retrieval performance still has room for improvement.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1．
          <string-name>
            <given-names>Guillaume</given-names>
            <surname>Jacquet</surname>
          </string-name>
          ,
          <article-title>Gabriela Csurka and St´ephane Clinchant. Xrce's participation in Medical Image Modality Classification and Ad-hoc Retrieval Tasks of ImageCLEF 2011</article-title>
          .
          <source>In Working Notes of CLEF</source>
          <year>2011</year>
          , Amsterdam, the Netherlands,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2．
          <string-name>
            <given-names>P.</given-names>
            <surname>Tirilly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Mu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhao</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cao</surname>
          </string-name>
          .
          <article-title>On modality classification and its use in text-based image retrieval in medical databases</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Content-based Multimedia Indexing</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>3．St´ephane Clinchant, Gabriela Csurka</article-title>
          , Julien Ah-Pine, Guillaume Jacquet, Florent Perronnin,
          <string-name>
            <surname>Jorge Sanchez</surname>
            , and
            <given-names>Keyvan</given-names>
          </string-name>
          <string-name>
            <surname>Minoukadeh</surname>
          </string-name>
          .
          <article-title>Xrce's participation in wikipedia retrieval, medical image modality classification and ad-hoc retrieval tasks of ImageCLEF 2010</article-title>
          .
          <source>In Working Notes of CLEF</source>
          <year>2010</year>
          , Padova, Italy,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4．
          <string-name>
            <given-names>Jacinto</given-names>
            <surname>Mata</surname>
          </string-name>
          , Mariano Crespo, and
          <string-name>
            <given-names>Manuel J.</given-names>
            <surname>Maña</surname>
          </string-name>
          .
          <source>LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task In Working Notes of CLEF</source>
          <year>2011</year>
          , Amsterdam, the Netherlands,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5．
          <string-name>
            <given-names>Hong</given-names>
            <surname>Wu</surname>
          </string-name>
          and
          <source>Chengbo Tian UESTC at ImageCLEF 2011 Medical Retrieval Task In Working Notes of CLEF</source>
          <year>2011</year>
          , Amsterdam, the Netherlands,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>