<!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>Convolutional Neural Networks for Sub gure Classi cation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>David Lyndon</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ashnil Kumar</string-name>
          <email>ashnil.kumar@sydney.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jinman Kim</string-name>
          <email>jinman.kim@sydney.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Philip H. W. Leong</string-name>
          <email>philip.leong@sydney.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dagan Feng</string-name>
          <email>dagan.feng@sydney.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute of Biomedical Engineering and Technology, University of Sydney</institution>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Electrical and Information Engineering, University of Sydney</institution>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of Information Technologies, University of Sydney</institution>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>A major challenge for Medical Image Retrieval (MIR) is the discovery of relationships between low-level image features (intensity, gradient, texture, etc.) and high-level semantics such as modality, anatomy or pathology. Convolutional Neural Networks (CNNs) have been shown to have an inherent ability to automatically extract hierarchical representations from raw data. Their successful application in a variety of generalised imaging tasks suggests great potential for MIR. However, a major hurdle to their deployment in the medical domain is the relative lack of robust training corpora when compared to general imaging benchmarks such as ImageNET and CIFAR. In this paper, we present the adaptation of CNNs to the sub gure classi cation subtask of the medical classi cation task at ImageCLEF 2015.</p>
      </abstract>
      <kwd-group>
        <kwd>Deep Learning</kwd>
        <kwd>Convolutional Neural Networks</kwd>
        <kwd>Medical Image Retrieval</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        This paper documents the Biomedical Engineering and Technology (BMET)
team from the University of Sydney's submissions for the ImageCLEF 2015 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
Medical Classi cation task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Speci cally, BMET's work was directed at the
Sub gure Modality Classi cation subtask.
      </p>
      <p>
        The objective of our experiments was to evaluate the e ectiveness of
Convolutional Neural Networks (CNNs) for this subtask. In particular, we propose a
deep learning framework that could learns high-level representations of di erent
image modalities and use these to classify the modality of each sub gure.
such as image recognition, acoustic recognition and natural language processing
since 2012 [3{5]. CNNs share the common features of all deep learning
algorithms: stacked layers of neuronal subunits that learn hierarchical
representations (allowing the data to be understood at various levels of abstraction, in
isolation or combination [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]), the ability to perform unsupervised pre-training
on unlabeled data and e cient parallelization on multiple core GPUs which can
result in improvements of up to 5000% over CPU-only implementations [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        A more subtle implication of deep learning is that it can automatically extract
features from raw data [3{5]. Typically, a key factor in the success of typical
machine learning algorithms is extracting salient features from the raw data.
Taking image recognition as an example, a feature set such as edges or SIFT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
would be extracted from the raw data and it is these new features per se or
in combination with the original raw data that would be fed into the machine
learning algorithm. While some aspects of the process can be automated or
implemented with well known algorithms, a major drawback is that it generally
requires expert domain knowledge to de ne which features should be used and
evaluate their success.
      </p>
      <p>
        Deep learning algorithms, however, are able to directly utilise raw data
instead of hand-crafted features. By feeding the data sequentially through many
successive layers of subunits, the higher levels of the system are able to
understand the data in terms of successively abstract representations [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Medical Image Retrieval (MIR) tasks, such as the tests devised for
ImageCLEF, require learning precisely these kinds of highly abstract representations,
i.e. image modality or the anatomical semantics of the image. However, to the
best of our knowledge it is not currently a well established method in this domain.
This is due to not only the inherent challenges of medical images[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], but also
because state-of-the-art deep learning results are typically obtained using huge
sets of labelled training data4 on tasks that are arguably less subtle. As a justi
cation for these claims, consider that the ImageNET general object recognition
task corpora consists of millions of robustly labelled images and was created with
the assistance of crowdsourcing via Amazon Mechanical Turk [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. On the other
hand, medical imaging datasets require careful labelling by domain experts,
often specialists in a particular area [
        <xref ref-type="bibr" rid="ref10 ref11 ref7">7, 10, 11</xref>
        ] and as a result are generally much
smaller.
      </p>
      <p>Large training sets are a current necessity of very deep systems because they
contain many millions of internal parameters that must be estimated from the
data. Too little data can result in the the higher-level neurons' activation being
the result of salient features of the training set and not re ecting the high-level
representations. If this 'over tting' occurs then the system's ability to generalise
on new data is severely impaired [12].</p>
      <p>
        In addition to the issues regarding the volume of data required, it must be
mentioned that while deep learning can automatically perform excellent feature
extraction, this comes at the signi cant cost of the larger number of
hyperpa4 Krizhevsky et. al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] used approximately 1.2 million labelled examples for their
breakthrough result in ImageNET in 2012.
rameters that must be evaluated in order to nd an optimal system [13]. For
example, compared to a commonly used machine learning algorithm such as the
Support Vector Machine (SVM) that has a basic hyperparameter search space
with dimensions of choice of kernel, regularization constant and kernel
hyperparameter, even the simplest implementation of a CNN requires fundamental
choices about the number and type of layers, lter size and number of lters
per layer, and the learning rate. More advanced implementations include
factors such as unit activation function and the use of dropout. While there are
guidelines for these choices in the literature [13], the di culty of even a small
parameter search is compounded by the increased computational requirements
of training the system.
3
      </p>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <sec id="sec-2-1">
        <title>3.1 Image Preprocessing</title>
        <p>A requirement of our classi ers was uniformly sized input vectors, however,
the supplied training data varied greatly in size. This was achieved by
squarecropping the image to 500px, any dimension of the image smaller than 500px
was lled with black pixels.</p>
        <p>
          Even prior to training the CNN, we were aware that the computational
requirements were quite demanding and this would be exacerbated by using large
images. We resized the images to 160x160px to reduce the computational
overhead that would have been required by using higher resolution images. Good
results have been reported in the literature for complex tasks with 48x48px
images [14] and Krizhevsky et. al. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] achieved state-of-the art general
object recognition with 256x256px images (technically, the system had an input of
224x224px, but these were subimages of the original 256x256px images).
        </p>
        <p>After resizing the images were 160x160x3px, the third dimension describing
the three colour channels. For the purposes of simplicity and to further reduce
the computational requirements we reduced the 3 channel colour representation
to a single channel (red).</p>
        <p>We randomly divided the training data into a 70/30 split for training and
validation.
3.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Softmax Classi cation</title>
        <p>We evaluated the e ectiveness of CNN-derived features by comparing it to the
results achieved by a Softmax classi er on the raw data. This experiment is
important because the CNN's nal layer is the input to a Softmax classi er. This
experiment can therefore be used to quantify the e ectiveness of the
unsupervised feature extraction performed by the CNN.
3.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Convolutional Neural Network</title>
        <p>The architecture for the CNN used for our experimentation was based on a
simpli ed version of Yann LeCun et. al.'s [15] LeNet-55. This CNN is capable of
correctly classifying the MNIST handwritten digit database with 1.7% test error.
We modi ed the input to account for larger images and output a greater number
of classi cations. The network consists of two convolutional pooling layers, with
one fully connected hidden layer. The features that are output by the hidden
layer are used for classi cation by a Softmax classi er. The architecture of the
system is shown in Figure 1.
The speci cations of the convolutional-pooling layers are detailed in Table 1.</p>
        <p>As mentioned earlier the CNN requires a great deal of computational resource
to run. It took approximately 3.5 hours to train a single epoch for each model,
while training two models simultaneously on the CPU of a powerful system6.
However, the models were not able to converge before the submission deadline.
As such the runs that we submitted were based on only partially converged
models. The details of the four runs submitted are detailed in Table 3.
The rst Softmax model, trained for 1000 epochs, produced a 0% validation
error. This was interpreted as being the result of severe over- tting to the supplied
training data. Despite the fact that this classi cation scheme was essentially a
baseline to evaluate the performance of CNN-extracted representations over the
raw data, it was thought prudent to perform second run, with less training and
hopefully less over tting, in order to see the results of a more general model.
Thus, for sf run 5 we submitted the results of training the same model for only
155 epochs, this resulted in a 5.3% error rate on the validation set.
4.2</p>
      </sec>
      <sec id="sec-2-4">
        <title>Convolutional Neural Networks</title>
        <p>The validation errors displayed in Table 4 for the CNN runs (sf run 2,3,4,6)
demonstrated a clear correlation between the number of epochs they were trained
for and increasing performance (decreasing validation error). This is
demonstrated visually in Figure 2.
The test results for the six runs as supplied by ImageCLEF are displayed in Table
5. The CNNs demonstrated improved performance over the Softmax classi
cation and their accuracy approximately corresponded to the amount of training
that was performed.
The test accuracy for both runs of the Softmax classi er were 37.56%. This
indicates that despite cutting short the training for sf run 5 compared to sf run 1,
both models had e ectively the same representation of the data when it came
to classifying the test data.
Compared to the validation results for the CNNs, the improvements with regard
to the number of training epochs are not so clear-cut. For the model trained with
learning rate of 0.005% there is a clear improvement between the test submitted
at epoch 47 and the test submitted at epoch 55. However, the test accuracy
decreased in the run submitted at epoch 59.
6
6.1</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Analysis of Results</title>
      <sec id="sec-3-1">
        <title>Validation vs. Test variance</title>
        <p>An examination of the validation error and test results in Tables 4 and 5 is
very illuminating. Clearly the 70/30 training/validation method we applied was
inappropriate in this case, as demonstrated by the signi cant variance between
the validation and test performance. While it is possible that the test set was
substantially di erent to the training set, it's more likely the 30% chosen for
validation was not fully representative of the data. Given that the training data
was not evenly distributed in all classes it is likely that the models over t the
data corresponding to the more common classes and that the validation set
was heavily skewed towards the common classes. However, we still believe that
CNNs are suitable for this task despite the evidence of over tting in this case.
Techniques for overcoming this issue are discussed in Section 7.</p>
        <p>Having already pointed out the tremendous computational demands required
by the CNNs, more robust validation procedures such as 10-fold cross-validation
are clearly not feasible with the system employed in this test. That said, it may
be possible to perform this kind of validation on a simpler model such as Softmax,
in order to discover a more indicative training/validation split. Another option
would be to take a more manual approach to splitting the sets, ensuring that all
classes are evenly represented in the validation set.</p>
        <p>It's worth noting that the models used for testing were only trained on the
70% training split. In future, we can expect better results by retraining the best
model (based on some validation metric) on the entire dataset.
6.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>CNN Training</title>
        <p>As alluded to out earlier, although the CNNs did not converge during training,
they may have already begun to over t the training data with the result that
the test performance actually decreased for the model at epoch 59 compared to
the model at epoch 55. However, this is not entirely certain, as it is also possible
that the model at epoch 59 was a better t for the validation data (table 4)
at that point, but simultaneously a worse t for the test data. Had the models
been able to train for longer, we may have had a clearer indication of their true
performance.
6.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>CNN-Learnt Features</title>
        <p>The CNNs were able to extract improved representations from raw data without
the requirement for domain knowledge. This is an important result both for
this task and for MIR generally as it suggests that there is potential in using
CNN or other deep learning strategies as a 'black box', whereby we will be able
to achieve excellent machine learning performance without the need of
expertdesigned feature extraction or domain knowledge.</p>
        <p>We would have liked to train the network further, but need to prematurely
halt the system for the purposes of submission. We believe that additional
training would yield a better result.
7</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Perspectives for Future Work</title>
      <p>We believe that that these results can be signi cantly improved upon by making
use of a variety of techniques. Primarily we would want to explore training
the CNNs using GPUs, as this will allow us to expand our hyperparamter and
architecture search. Recti ed Linear Units (ReLUs), as opposed the Tanh units
used in our network are also known to improve training performance [16, 17].</p>
      <p>
        Although this network is very capable of learning quality representations
of the MNIST dataset, it is both less deep and less dense than networks used
to achieve state-of-the-art results in more sophisticated tasks [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. For instance,
Krizhevsky et. al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] used a network with 2 convolutional-max pooling layers, 3
convolutional layers and 3 fully connected layers, all of which were more
neurondense that ours, to achieve their result in ImageNET 2012. Improved training
performance will allow us to implement a larger and deeper network along these
lines.
      </p>
      <p>
        Larger and deeper networks introduce issues with over tting, but we believe
this can be controlled using well-tried techniques such as dropout [
        <xref ref-type="bibr" rid="ref8">8, 12, 18</xref>
        ], data
augmentation [
        <xref ref-type="bibr" rid="ref8">8, 19</xref>
        ] and unsupervised pretraining [20, 21].
      </p>
      <p>Finally, the validation method we utilised for these experiments did not
produce an accurate understanding of the performance of our systems. In
approaching this task in future we would be careful to construct a more representative
validation set or use the 2015 test data for validation.</p>
      <sec id="sec-4-1">
        <title>Acknowledgements</title>
        <p>This work was supported in part by a Microsoft Azure for Research grant, which
provided the cloud infrastructure to conduct our experiments.
12. N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. Salakhutdinov,
Dropout: A Simple Way to Prevent Neural Networks from Over tting, J. Mach.</p>
        <p>Learn. Res., vol. 15, no. 1, pp. 19291958, Jan. 2014.
13. Y. Bengio, Practical recommendations for gradient-based training of deep
architectures, arXiv [cs.LG], 24-Jun-2012.
14. D. Ciresan, U. Meier, J. Masci, and J. Schmidhuber, A committee of neural
networks for tra c sign classi cation, in Neural Networks (IJCNN), The 2011
International Joint Conference on, 2011, pp. 19181921.
15. Y. Lecun, L. Bottou, Y. Bengio, and P. Ha ner, Gradient-based learning applied
to document recognition, Proc. IEEE, vol. 86, no. 11, pp. 22782324, Nov. 1998.
16. V. Nair and G. E. Hinton, Recti ed linear units improve restricted boltzmann
machines, in Proceedings of the 27th International Conference on Machine Learning
(ICML-10), 2010, pp. 807814.
17. A. L. Maas, A. Y. Hannun, and A. Y. Ng, Recti er Nonlinearities Improve Neural</p>
        <p>Network Acoustic Models, W|&amp;CP, vol. 28, 2013.
18. G. E. Hinton, N. Srivastava, A. Krizhevsky, I. Sutskever, and R. R. Salakhutdinov,
Improving neural networks by preventing co-adaptation of feature detectors, arXiv
[cs.NE], 03-Jul-2012.
19. Classifying plankton with deep neural networks, Sander Dieleman. [Online].
Available: http://benanne.github.io/2015/03/17/plankton.html. [Accessed:
30-May2015].
20. X. Glorot, A. Bordes, and Y. Bengio, Domain adaptation for large-scale sentiment
classi cation: A deep learning approach, in Proceedings of the 28th International
Conference on Machine Learning (ICML-11), 2011, pp. 513520.
21. Y. Bar, I. Diamant, L. Wolf, and H. Greenspan, Deep learning with non-medical
training used for chest pathology identi cation, in SPIE Medical Imaging, 2015, p.
94140V94140V7.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>M.</given-names>
            <surname>Villegas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gilbert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Piras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Mikolajczyk</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. G. S. de Herrera</surname>
            , S. Bromuri,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Amin</surname>
            ,
            <given-names>M. K.</given-names>
          </string-name>
          <string-name>
            <surname>Mohammed</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Acar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Uskudarli</surname>
            ,
            <given-names>N. B.</given-names>
          </string-name>
          <string-name>
            <surname>Marvasti</surname>
            ,
            <given-names>J. F.</given-names>
          </string-name>
          <string-name>
            <surname>Aldana</surname>
            , and
            <given-names>M. del Mar</given-names>
          </string-name>
          <string-name>
            <surname>Roldn Garcia</surname>
          </string-name>
          ,
          <article-title>General Overview of ImageCLEF at the CLEF 2015 Labs</article-title>
          , Springer International Publishing,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>A.</given-names>
            <surname>Garcia Seco de Herrera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mller</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bromuri</surname>
          </string-name>
          ,
          <article-title>Overview of the ImageCLEF 2015 medical classi cation task</article-title>
          ,
          <source>in Working Notes of CLEF 2015 (Cross Language Evaluation Forum)</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Courville</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Vincent</surname>
          </string-name>
          ,
          <article-title>Representation learning: a review and new perspectives</article-title>
          ,
          <source>IEEE Trans. Pattern Anal. Mach</source>
          . Intell., vol.
          <volume>35</volume>
          , no.
          <issue>8</issue>
          , pp.
          <fpage>17981828</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Y.</given-names>
            <surname>LeCun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>Deep learning</article-title>
          ,
          <source>Nature</source>
          , vol.
          <volume>521</volume>
          , no.
          <issue>7553</issue>
          , pp.
          <fpage>436444</fpage>
          , May
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>J.</given-names>
            <surname>Schmidhuber</surname>
          </string-name>
          ,
          <article-title>Deep learning in neural networks: an overview, Neural Netw</article-title>
          ., vol.
          <volume>61</volume>
          , pp.
          <fpage>85117</fpage>
          ,
          <string-name>
            <surname>Jan</surname>
          </string-name>
          .
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>D. G.</given-names>
            <surname>Lowe,</surname>
          </string-name>
          <article-title>Object recognition from local scale-invariant features</article-title>
          ,
          <source>in Computer Vision</source>
          ,
          <year>1999</year>
          .
          <source>The Proceedings of the Seventh IEEE International Conference on, 1999</source>
          , vol.
          <volume>2</volume>
          , pp.
          <volume>11501157</volume>
          vol.
          <volume>2</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fulham</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <article-title>Content-based medical image retrieval: a survey of applications to multidimensional and multimodality data</article-title>
          ,
          <source>J. Digit. Imaging</source>
          , vol.
          <volume>26</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>10251039</fpage>
          ,
          <string-name>
            <surname>Dec</surname>
          </string-name>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>ImageNet Classi cation with Deep Convolutional Neural Networks</article-title>
          ,
          <source>in Advances in Neural Information Processing Systems</source>
          25,
          <string-name>
            <given-names>F.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J. C.</given-names>
            <surname>Burges</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bottou</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K. Q.</given-names>
            <surname>Weinberger</surname>
          </string-name>
          , Eds. Curran Associates, Inc.,
          <year>2012</year>
          , pp.
          <fpage>10971105</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <article-title>ImageNet: A largescale hierarchical image database</article-title>
          ,
          <source>in Computer Vision and Pattern Recognition</source>
          ,
          <year>2009</year>
          .
          <article-title>CVPR 2009</article-title>
          . IEEE Conference on,
          <year>2009</year>
          , pp.
          <fpage>248255</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. J.
          <string-name>
            <surname>Kalpathy-Cramer</surname>
            ,
            <given-names>A. G.</given-names>
          </string-name>
          <string-name>
            <surname>S. de Herrera</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Antani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bedrick</surname>
            , and
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Mller</surname>
          </string-name>
          ,
          <article-title>Evaluating performance of biomedical image retrieval systemsAn overview of the medical image retrieval task at ImageCLEF 20042013, Comput</article-title>
          . Med. Imaging Graph., vol.
          <volume>39</volume>
          , pp.
          <fpage>5561</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. H.
          <string-name>
            <surname>Mller</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Michoux</surname>
            , and
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Bandon</surname>
          </string-name>
          ,
          <article-title>A review of content-based image retrieval systems in medical applicationsclinical bene ts and future directions</article-title>
          ,
          <source>International journal of</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>