<!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>X-ray image body part clustering using deep convolutional neural network: SNUMedinfo at ImageCLEF 2015 medical clustering 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>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Biomedical Engineering, Seoul National University</institution>
          ,
          <country>Republic of Korea</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>This paper describes our participation at the ImageCLEF 2015 Medical clustering task. The task is about clustering digital x-ray images into four groups with regard to the body parts. We experimented with deep convolutional neural network (GoogLeNet), finetuning pretrained models for ImageNet dataset. Experimental results showed competitive performance with other top-performing runs.</p>
      </abstract>
      <kwd-group>
        <kwd>Image clustering</kwd>
        <kwd>Image classification</kwd>
        <kwd>Deep convolutional neural network</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>In this paper, we describe our participation at the ImageCLEF 2015 [1, 2] medical
clustering [3] task. Given digital x-ray images of various body parts, task purpose is
clustering images into four different body parts: head-neck, upper-limb, body and
lowerlimb. For a detailed introduction of the task, please see the overview paper of this task
[4].
In this study, we experimented with deep convolutional neural network (CNN). In
recent years, CNN showed quite effective performance in image classification tasks [5].
We formulated this task as an image classification among four different body part
labels. We experimented with GoogLeNet which was used in recent ImageNet Challenge
[6]. GoogLeNet incorporates Inception module with the intention of increasing network
depth with computational efficiency.</p>
      <p>We randomly divided training set into five-fold. Images from one fold is used as
validation set, and images from other four fold is used as training set. We finetuned
GoogLeNet pretrained on ImageNet dataset (initial learning rate 0.001;
batch_size:40). 90 degree rotation (90’, 180’, 270’ and 360’) of images, mirroring
(random left-right flipping of image) and image cropping (random cropping 224 x
224 image window out of 300 x 300 resized image) is applied for input data
augmentation. Our trained CNN models scored 0.89~0.93 top-1 accuracy in our validation
set.</p>
      <p>We trained five separate CNNs. Five ranked list is combined into single ranking
using Borda-fuse method [7]. Only top-ranked body parts are marked as output in test
set. Borda-fuse method combines individual ranks without utilizing score. Combining
multiple CNN classification output is considered to be effective to cope with CNN’s
variance. We postponed experimenting with other metasearch techniques such as
CombSUM [8] to the future work.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Results</title>
      <p>In GoogLeNet, there are three output layers (loss1, loss2 and loss3), two of them
(loss1 and loss2) is located in the middle of layer hierarchy. We used these three layers
per each run. Our run SNUMedifo1 corresponds to the lowest output layer (loss1).
SNUMedinfo3 corresponds to the uppermost output layer (loss3).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , et al.,
          <article-title>Going deeper with convolutions</article-title>
          .
          <source>arXiv preprint arXiv:1409.4842</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Aslam</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Montague</surname>
          </string-name>
          ,
          <article-title>Models for metasearch</article-title>
          ,
          <source>in Proceedings of the 24th annual international ACM SIGIR conference on Research and development in information retrieval</source>
          .
          <year>2001</year>
          , ACM: New Orleans, Louisiana, USA. p.
          <fpage>276</fpage>
          -
          <lpage>284</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>E.A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>J.A.</given-names>
            <surname>Shaw</surname>
          </string-name>
          ,
          <article-title>Combination of multiple searches</article-title>
          .
          <source>NIST SPECIAL PUBLICATION SP</source>
          ,
          <year>1994</year>
          : p.
          <fpage>243</fpage>
          -
          <lpage>243</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>