<!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>Automatic Classi cation of Body Parts X-ray Images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Moshe Aboud</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Assaf B. Spanier</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leo. Joskowicz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Software Engineering, Jerusalem College of Engineering</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>The Selim and Rachel Benin School of Engineering</institution>
          ,
          <addr-line>The Hebrew Univ., Jerusalem</addr-line>
          ,
          <country country="IL">Israel</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The development of automatic analysis and classi cation methods for large databases of X-ray images is a pressing need that may have a great impact on clinical practice. To advance this objective the ImageCLEF-2015 clustering of body part X-ray images challenge was created. The aim of the challenge is to group digital X-ray images into ve structural groups: head-neck, upper-limb, body, lower-limb, and other. This paper presents the results of an experimental evaluation of X-ray images classi cation in the ImageCLEF-2015 challenge. We apply state-of-the-art classi cation and feature extraction methods for image classi cation and optimize them for the challenge task with emphasis on features indicating bone size and structure. The best classi cation results were obtained using the intensity, texture and HoG features and the KNN classi er. This combination has an accuracy of 86% and 73% for the 500 training images and 250 test images, respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>Classi cation</kwd>
        <kwd>X-ray images</kwd>
        <kwd>ImageCLEF-2015</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The increasing amount of medical imaging data acquired in clinical practice
constitutes a vast database of untapped diagnostically-relevant information, millions
of images are acquired worldwide each year. Clinicians are struggling under the
burden of diagnosis and follow up of such an immense amount of images. This
phenomenon gave rise to a plethora of methods to improve and assist clinicians
using e cient search capabilities.</p>
      <p>
        Content-Based Image Retrieval (CBIR) is a popular growing research topic
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The goal of CBIR is to assist physicians with diagnosis by nding similar
cases to the case at hand. Therefore, CBIR requires e cient search capabilities in
a vast database of medical images. The problem is emphasized in X-ray imaging,
the most widely used medical imaging modality today as many clinical home
health-care centers are equipped with X-ray scanners and maintain their own
database of images.
      </p>
      <p>This paper elucidates the problem of classi cation of digital X-ray image into
ve groups: head-neck, upper-limb, body, lower-limb and other (Fig 1).</p>
      <p>
        A variety of methods exist for medical image feature extraction and
classication, Haralick et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] suggest feature extraction based on gray level
cooccurrences matrices, whereas Weszka et al.[23] perform a classi cation based
on local binary patterns (LBP). Another strategy is to combine local and global
features presented by Rublee et al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], using pixel values and shape features
extracted with the Canny edge detection method. The pixel values and shape
features are then used as a unique multi-feature vector used for classi cation.
      </p>
      <p>
        Advanced methods include image classi cation based on the IRMA code
[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. In this method, features are extracted from the modality, body orientation,
anatomic region and biological system. More recently, the Bag of Visual Words
model (BoVW) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] was used for X-ray images. In the BoVW approach, a visual
word vocabulary is created from local image patches to represent an image,
which is obtained by extracting feature descriptors around interest points.
      </p>
      <p>
        Ghofrani et al. recently proposed the classi cation-based fuzzy set theory
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] They performed a fuzzy set classi cation with feature extraction based on
a combination of shape and texture using the Canny Edge Detector and the
Discrete Gabor Transform. Zare et al. [24] present three techniques for image
annotation: the probabilistic latent semantic analysis (PLSA) image annotation,
binary classi cation annotation, and annotation based on similar images. In their
approach, semantic information is captured from textual and visual modalities
and the correlation between them is learned.
      </p>
      <p>
        This paper presents the results of an experimental evaluation of X-ray images
classi cation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] in the ImageCLEF-2015 challenge [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The goal of the challenge
is to group digital X-ray images into ve groups: head-neck, upper-limb, body,
lower-limb, and other. In the context of the challenge, we apply
state-of-theart classi cation and feature extraction methods for image classi cation and
optimize them for the challenge task with an emphasis on features indicating
bone size and structure.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Method</title>
      <p>The aim of our method is to group digital X-ray images into ve groups:
headneck, upper-limb, body, lower-limb, and other (see Fig 1) . Our objective is to
apply state-of-the-art classi ers and feature selection methods and to optimize
them for the challenge task with an emphasis on features indicating bone size
and structure.</p>
      <p>The input to our method is a set of (1) label X-ray images from ve groups,
(2) features extraction techniques and; (3) classi ers. The output of our method
is a combination of 10 features-classi er pairs that achieve the highest classi
cation accuracy on the given ve groups classi cation task.</p>
      <p>Our method consists of two steps. (1) a two-class experiment was used in
order to select the features-classi er pair that best distinguished between X-ray
images containing big and long bones (e.g. skull, arm and leg) against small and
short bones (e.g. chest and abdomen bones). (2) The features-classi er pairs that
that provide an average accuracy of grater then 90% in the rst step evaluate
on the ve groups of X-ray images (head-neck, upper-limb, body, lower-limb and
other Fig 1) set to nd 10 best combination of features-classi er. Those 10 best
features-classi er pairs were submitted to the challenge evaluation.</p>
      <p>Fig 2 illustrates the ow of our method. Next, we describe each step in details.
2.1</p>
      <sec id="sec-2-1">
        <title>Features Extraction</title>
        <p>Nine features extraction methods were evaluated in this study. Below we describe
the various features that were examined in our study.</p>
        <p>
          { Color Extracting. A gray-scale histogram [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] is used to represent the color
distribution of the image. We divide the image into equal patches (7x7) and
compute an 8 bit histogram for each region. Then we add all patch based
histogram into a single vector that serves as the color feature of our method.
{ Texture Extracting. Texture features are examined using Local Binary
Pattern (LBP) [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] which provides highly discriminative texture information
and is used to provide robust pattern-related information. We divide each
image into equal (10x10) patches and extract LBP values for each patch.
The patches are then represented in a single vector to serve as the texture
feature of our method.
        </p>
        <p>
          { HoG This is a histogram of neighborhood pixels according to their gradient
orientation, weighted by their gradient magnitude. HoG features were shown
to be particularly discriminative of people and body shapes. We extract
the HoG values for each 10x10 patch in the image. These values are then
represented as a single vector to serve as the HoG feature of our method. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
{ BoVW [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] This method produces a visual vocabulary. The method
descriptors were extracted from detected key points using the following algorithms:
Scale invariant feature transform (SIFT) [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
        </p>
        <p>
          Speded up robust features (SURF) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
        <p>
          Binary robust independent elementary features Brief (BRIEF) [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>
          Oriented fast and rotated BRIEF (ORB) [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
        </p>
        <p>These descriptors were then clustered using the k-means algorithm. The
cluster centers act as the BoVW feature of our method. Applying this scheme
using the mentioned descriptor algorithms provides four additional methods.</p>
        <p>
          Thus, we have 4 di erent types of BoVW features.
{ Color+Texture A combination of the color and texture values represented
as as a multi-feature vector.
{ Color+Texture+HoG A combination of the color, texture and HoG values
represented as a multi-feature vector.
1. KNN assigns a label according to the majority labels of the K-nearest
neighbor in space [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
2. SVM is a linear classi cation of the points in space into two distinct classes
[
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] .
3. LR is a probability model that predicts a binary output based on the model
predictor variables [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
4. DBN constructs deep hierarchical layers based on a representation of the
training data. The DBN performs an unsupervised pre-training learning and
then sets the weights of the network in order to successfully use a supervised
learning for classi cation [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] .
Given a set of feature extraction and classi er methods our goal is to nd the 10
best combinations of feature-classi er that will provide the highest classi cation
accuracy for the ve groups of X-ray images.
        </p>
        <p>To reduce the number of combinations and the complexity of the problem, a
two-class selection is rst applied to distinguish between X-ray images containing
big and long bones (e.g., skull, arm and leg) and those with small and short
bones (e.g., chest and abdomen bones). An additional motivation is to identify
the features that will isolate di erent bone structures.</p>
        <p>Next, we select the feature-classi er pairs that provide and average accuracy
of greater than 90% in the two-class experiment and train them on the ve groups
of X-ray images set to nd the 10 best combinations of feature-classi ers. We test
each feature-classi ers pair in leave-one-out cross-validation, in which training
is learned based on all cases besides a single case that is not part of the training
process and used for testing.</p>
        <p>
          The 10 best feature-classi er combination were then submitted to the
challenge to be tested on an unlabeled test set of images released by the ImageCLEF
organization [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. We use the OpenCV-Python library [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] for the feature
extraction and Python scikit-Learn Machine learning tool [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] to examine the four
selected classi ers.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>
        The data set released by ImageCLEF[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] consists of 750 X-ray images: (a)
500 images were labeled images (100 images from each group) and were released
for training purposes. The ve image groups are Head-Neck, Body, Upper-Limb,
Lower-Limb and other (Fig 1). and (b) 250 unlabeled images released for the
challenge evaluation and benchmarking.
      </p>
      <p>We rst present the results of the 500 labeled images training set of X-ray
images obtained in our two-step approach. Then, we present the results of the
250 unlabeled images as validated by the challenge organizers.
3.1</p>
      <sec id="sec-3-1">
        <title>Training</title>
        <p>In the two-class experiment to we use all four classi ers and nine sets of features,
thus creating combination of 36(4 9) feature-classi ers. In the rst step we select
feature-classi er pairs that provide an average accuracy greater than 90%. This
selection reduced the number of combination from 36 to 16. The results for all
36 feature-classi ers are shown in Table 1:</p>
        <p>The BoVW and HoG features exhibit low accuracy regardless of the classi er
tested. The combination of color and texture yield high accuracy rate of 89-93%.
Using color, texture and HoG features all together yields the highest average
classi cation accuracy in all classi ers.</p>
        <p>In the second step, 5-class, classi cation was preformed on all ve group.
We select 16 combinations of features-classi er that yield an accuracy greater
than 90%. The goal of this second step is to investigate the performance of the
methods and to reduce the number of feature-classi ers to the best 10 .</p>
        <p>Table 2 presents the results of the second step on the training set.</p>
        <p>To sum-up, the 10 best features-classi er pairs are: 1. Color+Texture+HoG
and KNN 2. Color+Texture+HoG and SVM 3. Color+Texture + HoG and
DBN 4. Color+Texture+HoG and LR 5. Texture+HoG and KNN 6.
Texture+HoG and SVM 7. Texture+HoG and DBN 8. Color+Texture and LR 9.
Color and KNN 10. Texture and KNN. These 10 best combinations are marked
in Table 2 with (*) were sent to the challenge organizer for evaluation.</p>
        <p>Note that our best submission (73.2% accuracy) is lower than the best
accuracy obtained in the ve group training set (80-85%) using the same combination
of color texture and HoG features. The challenge results are similar to the
average results achieved on the training set. This may indicate that the variability of
the training dataset does not fully re ect the images variability of the challenge
dataset.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Discussion</title>
      <p>In this work we have evaluated four state-of-the-art classi er and nine sets of
features, resulting in 36 combinations of feature-classi ers. Surprisingly, the
simplest classi er, in terms of implementation and computational complexity, KNN,
exhibited the best results. Moreover, despite the major trend of using Deep Belief
Network (DBN) methods for many image-based classi cation problems, the use
of DBN in our study exhibited reliable results only when applied to a large-scale
dataset. However, suboptimal results were obtained when used on small-scale
datasets (see Table 2). This is in line with the theory of DBN, which requires
large-scale databases for reliable performance. The BoVW method was the least
e cient method among all feature extraction schemes that have been tested.</p>
      <p>From all feature extraction methods we evaluated, the color feature yielded
the highest accuracy. This is surprising, considering that X-ray images are
graylevel based images. This could be explained by the algorithm implementation,
which extracts the gray-scale histogram features from di erent regions of the
image and provides more speci c information and a better perspective on the
distribution of the color. Another advantage of using the color features is low
computational complexity as compared to the texture, HoG and BoVW.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>
        This paper presents research on medical X-ray image classi cation. We analyze
state-of-the-art classi ers and feature extraction methods for image classi
cation. The image features that have been used include the color, texture, HoG
and BoVW, which were used by our tested classi ers: SVM, KNN, LR and DBN.
We used the datasets of the ImageCLEF-2015 [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] clustering of body part
Xray challenge [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]: 500 X-ray images were used for training and 250 for testing.
The highest classi cation accuracy results were obtained when using the
intensity, texture and HoG features and the KNN classi er. This combination has
an accuracy of 86% and 73% for the 500 training images and 250 test images,
respectively.
      </p>
      <p>Future work consists of examining an additional set of classi ers and
extending the completeness of our algorithm to estimate the partitioning of the initial
clusters into sub-clusters. For example, the upper-limb cluster can be further
divided into the following categories: clavicle, scapula, humerus, radius, ulna and
hand.</p>
      <p>Future work consists of examining an additional set of classi ers and
extending the completeness of our algorithm to estimate the partitioning of the initial
clusters into sub-clusters, for example the upper-limb cluster can be farther
divided into: Clavicle, Scapula, Humerus, Radius, Ulna, and Hand.
23. Weszka, J.S., Dyer, C.R., Rosenfeld, A.: A comparative study of texture measures
for terrain classi cation. IEEE Transactions on Systems, Man and Cybernetics (4),
269{285 (1976)
24. Zare, M.R., Mueen, A., Seng, W.C.: Automatic medical x-ray image classi cation
using annotation. Journal of digital imaging 27(1), 77{89 (2014)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Akgul, C.B.,
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>D.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Napel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beaulieu</surname>
            ,
            <given-names>C.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greenspan</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Acar</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Content-based image retrieval in radiology: Current status and future directions</article-title>
          .
          <source>Journal of Digital Imaging</source>
          <volume>24</volume>
          (
          <issue>2</issue>
          ),
          <volume>208</volume>
          {
          <fpage>222</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Ali</surname>
            ,
            <given-names>K.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Learning features for action recognition and identity with deep belief networks</article-title>
          .
          <source>In: 2014 International Conference on Audio, Language and Image Processing (ICALIP)</source>
          ,. pp.
          <volume>129</volume>
          {
          <fpage>132</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Amin</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohammed</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          :
          <article-title>Overview of the ImageCLEF 2015 medical clustering task</article-title>
          .
          <source>In: CLEF2015 Working Notes. CEUR Workshop Proceedings</source>
          , CEURWS.org, Toulouse,
          <source>France (September 8-11</source>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Avni</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberger</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greenspan</surname>
          </string-name>
          , H.:
          <article-title>Chest x-ray characterization: from organ identi cation to pathology categorization</article-title>
          .
          <source>In: Proceedings of the international conference on Multimedia information retrieval</source>
          . pp.
          <volume>155</volume>
          {
          <fpage>164</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bay</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ess</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuytelaars</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van Gool</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Speeded-up robust features (surf)</article-title>
          .
          <source>Computer vision and image understanding 110(3)</source>
          ,
          <volume>346</volume>
          {
          <fpage>359</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Calonder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lepetit</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strecha</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fua</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Brief:
          <article-title>Binary robust independent elementary features</article-title>
          .
          <source>In: Computer Vision{ECCV</source>
          <year>2010</year>
          , pp.
          <volume>778</volume>
          {
          <fpage>792</fpage>
          . Springer (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cunningham</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Delany</surname>
          </string-name>
          , S.J.
          <article-title>: k-nearest neighbour classi ers</article-title>
          .
          <source>Multiple Classi er Systems</source>
          pp.
          <volume>1</volume>
          {
          <issue>17</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Dalal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Triggs</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Histograms of oriented gradients for human detection</article-title>
          .
          <source>In: IEEE Computer Society Conference on Computer Vision</source>
          and Pattern Recognition,
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          <year>2005</year>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>886</volume>
          {
          <issue>893</issue>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Deselaers</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pimenidis</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ney</surname>
          </string-name>
          , H.:
          <article-title>Bag-of-visual-words models for adult image classi cation and ltering</article-title>
          .
          <source>In: Pattern Recognition</source>
          ,
          <year>2008</year>
          .
          <source>ICPR</source>
          <year>2008</year>
          . 19th International Conference on. pp.
          <volume>1</volume>
          {
          <issue>4</issue>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Dreiseitl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ohno-Machado</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Logistic regression and arti cial neural network classi cation models: a methodology review</article-title>
          .
          <source>Journal of biomedical informatics 35(5)</source>
          ,
          <volume>352</volume>
          {
          <fpage>359</fpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davatzikos</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Classi cation of structural images via highdimensional image warping, robust feature extraction, and svm</article-title>
          .
          <source>In: Medical Image Computing and Computer-Assisted Intervention{MICCAI</source>
          <year>2005</year>
          , pp.
          <volume>1</volume>
          {
          <issue>8</issue>
          . Springer (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ghofrani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Helfroush</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rashidpour</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kazemi</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Fuzzy-based medical x-ray image classi cation</article-title>
          .
          <source>Journal of medical signals and sensors 2</source>
          (
          <issue>2</issue>
          ),
          <volume>73</volume>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , D.:
          <article-title>Rotation invariant texture classi cation using lbp variance (lbpv) with global matching</article-title>
          .
          <source>Pattern recognition 43(3)</source>
          ,
          <volume>706</volume>
          {
          <fpage>719</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Haralick</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shanmugam</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dinstein</surname>
            ,
            <given-names>I.H.</given-names>
          </string-name>
          :
          <article-title>Textural features for image classication</article-title>
          .
          <source>IEEE Transactions on Systems, Man and Cybernetics</source>
          (6),
          <volume>610</volume>
          {
          <fpage>621</fpage>
          (
          <year>1973</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Howse</surname>
          </string-name>
          , J.:
          <article-title>OpenCV Computer Vision with Python</article-title>
          .
          <source>Packt Publishing Ltd</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>T.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schubert</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Keysers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohnen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wein</surname>
            ,
            <given-names>B.B.</given-names>
          </string-name>
          :
          <article-title>The irma code for unique classi cation of medical images</article-title>
          .
          <source>In: Medical Imaging</source>
          <year>2003</year>
          . pp.
          <volume>440</volume>
          {
          <fpage>451</fpage>
          . International Society for Optics and
          <string-name>
            <surname>Photonics</surname>
          </string-name>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shao</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
          </string-name>
          , J.:
          <article-title>Ontology-based image retrieval with sift features</article-title>
          .
          <source>In: First International Conference on Pervasive Computing Signal Processing and Applications (PCSPA)</source>
          . pp.
          <volume>464</volume>
          {
          <fpage>467</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Mueen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zainuddin</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baba</surname>
            ,
            <given-names>M.S.:</given-names>
          </string-name>
          <article-title>Automatic multilevel medical image annotation and retrieval</article-title>
          .
          <source>Journal of digital imaging 21(3)</source>
          ,
          <volume>290</volume>
          {
          <fpage>295</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , et al.:
          <article-title>Scikit-learn: Machine learning in python</article-title>
          .
          <source>The Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <volume>2825</volume>
          {
          <fpage>2830</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Rublee</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rabaud</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konolige</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bradski</surname>
          </string-name>
          , G.:
          <article-title>Orb: an e cient alternative to sift or surf</article-title>
          .
          <source>In: IEEE International Conference on Computer Vision</source>
          (ICCV). pp.
          <volume>2564</volume>
          {
          <issue>2571</issue>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Villegas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Gilbert</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolajczyk</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Herrera</surname>
            ,
            <given-names>A.G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bromuri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amin</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohammed</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Acar</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uskudarli</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marvasti</surname>
            ,
            <given-names>N.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aldana</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>del Mar</surname>
          </string-name>
          Roldan Garc a, M.:
          <article-title>General Overview of ImageCLEF at the CLEF 2015 Labs</article-title>
          . Lecture Notes in Computer Science, Springer International Publishing (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liew</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Information-based color feature representation for image classi cation</article-title>
          .
          <source>In: International Conference on Image Processing (ICIP)</source>
          .
          <source>vol. 6</source>
          , pp.
          <source>VI{353</source>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>