<!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>Ensemble of Deep Learning Models for Automatic Tuberculosis Diagnosis Using Chest CT Scans: Contribution to the ImageCLEF-2020 Challenges</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A. Moss</string-name>
          <email>amossa@student</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>lit Eris</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ulus C</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Engineering, Cukurova University</institution>
          ,
          <addr-line>Adana</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Electrical-Electronics Engineering, Cukurova University</institution>
          ,
          <addr-line>Adana</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Tuberculosis (TB) is a bacterial infection that mainly a ects the lungs. It is a potentially serious disease killing around 2 million people a year. Nevertheless, it can be cured if treated with the right antibiotics. However, manual diagnosing of TB can be di cult, and several tests are usually conducted by clinicians. Consequently, automated diagnosis of TB based on chest Computed Tomography (CT) images for rapid and accurate diagnosis are currently of great interest. Recently, deep learning algorithms, and in particular convolutional neural network (CNN), due to the ability to learn low- and high-level discriminative features directly from images in an end-to-end architecture, have been shown to be the state-of-the-art in automatic medical image analysis. In this work, we developed a deep learning model for automated TB diagnosis using an ensemble of di erent CNN architectures trained on 2D images sliced from volumetric chest CT scans. The CNN-based methods proposed in this study includes Multi-View and Triplanar CNN architectures using pre-trained AlexNet, VGG11, VGG19 and GoogLeNet feature extraction layers as a backend. Using ve-fold cross validation, the average AUC, Accuracy, Sensitivity and Speci city of the proposed ensemble method were 0.799, 77.1, 0.57 and 0.824, respectively, for multi-label binary classi cation on the ImageCLEFtuberculosis 2020 training dataset of the lung-based automated CT report generation task, which is a wellbenchmarked public dataset running every year since 2017. The result shows the strength of our model trained in a small dataset with highly unbalanced label distributions, leading to 4th place on the Leaderboard, with a mean AUC of 0.767 on the test dataset.</p>
      </abstract>
      <kwd-group>
        <kwd>Automatic CT Report Generation Deep Learning Convolutional Neural Network Tuberculosis Diagnosis 3D Medical Image Analysis</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Tuberculosis (TB) is a highly contagious disease that typically attacks the lungs.
Every year, approximately ten million people become infected with TB, with
around one and half million deaths, thereby making the disease a global health
problem [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Even though many researches have been done to reduce the spread
of TB in the society, the report by the World Health Organization (WHO) in
2019 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] indicates that TB still remains at the top ten causes of death worldwide
and epidemic in 202 countries and territories (see Table 1).
      </p>
      <p>
        Computed Tomography (CT) is one of the most commonly used non-invasive
medical imaging techniques in the diagnosis and management of patients with
TB [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A volumetric chest CT scan of people with suspected TB is obtained and
examined either for abnormalities suggestive of TB or for detection of any kind
of TB abnormality. It aids physicians to visualize lesions with speci c
manifestations in the altering lung tissues caused by tuberculosis [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, CT comes
at the cost of generating thousands of images per patient, which makes it
timeconsuming, subjective, and even impossible to achieve high performance level in
the absence of expert radiologists [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Hence, the development of computer-aided
diagnosis (CAD) techniques to assist physicians in tuberculosis detection and
diagnosis have been attracted much attention from researchers at the intersection
of medicine and arti cial intelligence [6{9].
      </p>
      <p>
        Deep learning (DL) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] based CAD algorithms especially convolutional
neural networks (CNNs) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] that learn visual patterns directly from images with
minimal pre-processing and without the intermediate step of experts have
recently been e ective in the medical imaging and other computer vision
applications [12{14]. Along these lines, as part of CLEF (Conference and Labs of
the Evaluation Forum) - a series of campaigns that have been carried out in
the information retrieval domain since 2000, ImageCLEF 2020 has presented an
evaluation campaign that o ers researchers around the world to participate in
the ImageCLEFtuberculosis task that runs for fourth consecutive year [
        <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
        ].
      </p>
      <p>
        The task provided by ImageCLEFtuberculosis organizers varies from year to
year. Last year the tasks were Severity Score Prediction (SVR) and CT { based
automatic CT report generation (CTR) based on volumetric chest CT scans and
clinical information of patients [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. However, this year's challenge
(ImageCLEFtuberculosis 2020) was a lung-based automatic CT report generation solely on
CT images [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. In last year's tuberculosis challenge, even though we
participated for the rst time, our Multi-View CNN based approach achieved rank 4th
with mean AUC of 0.707 [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Hence, since our last year approach produced
competitive result, we decided to improve and adapt it to the requirements of
this year challenge. Therefore, in this study, we developed a novel CAD based
system for automated TB diagnosis by using di erent Multi-View and Triplanar
CNN architectures with the ensemble method on chest CT images. We
developed the CNN architectures using pre-trained AlexNet [20], GoogLeNet [21],
and VGG [22] feature extraction layers as a backend.
      </p>
      <p>This paper has the following structure: in section 2, we present the dataset,
image pre-processing, CNN architectures and ensemble methods used in this
work. Results and discussions are reported in section 3. Finally, section 4 points
future works, and concludes this paper.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Materials and Methods</title>
      <sec id="sec-2-1">
        <title>Dataset and Image Pre-processing</title>
        <p>The training and test datasets provided by the ImageCLEFtuberculosis 2020
task organizers consist of 403 studies of people with TB where the organizers
divided the dataset into 283 training and 120 test studies. Each study contains
patients' volumetric chest CT scans stored in NIFTI le format, automatically
extracted masks of the lungs obtained with the algorithm discussed in [23], and
a lung-based six diagnosis labels, which are:</p>
        <p>(i) LeftLungA ected (LL) - binary label for presence of any TB lesions in
the left lung;</p>
        <p>(ii) RightLungA ected (RL) - binary label for presence of any TB lesions in
the right lung;
(iii) CavernsLeft (CL) - binary label for presence of caverns in the left lung;
(iv) CavernsRight (CR) - binary label for presence of caverns in the right
lung;
(v) PleurisyLeft (PL) - binary label for presence of pleurisy in the left lung;
(vi) PleurisyRight (PR) - binary label for presence of pleurisy in the right
lung.</p>
        <p>
          The provided training dataset by the task organizers is highly imbalanced in
which there are more positive cases than negative cases in LL and RL labels, and
few positive cases than negative cases in the other diagnosis labels. Moreover,
the PL label has the largest unbalanced distribution in the dataset where the
proportion of positive training cases being about 2.5%. Even the CVR label,
which has a relatively better balanced distribution than the other labels, has
only 27.9% of the training cases labelled positive. Fig.1 depicts the number of
positive and negative patients for each of the six diagnosis labels of the training
dataset. More details about the datasets can also be found in [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
        </p>
        <p>The sizes of all the volumetric chest CT scans are 512 512 k, where
image length and width are 512 and k indicates number of slices in the axial
plane varying from 47 to 264 and 101 to 258 for training and testing datasets,
respectively. We used the training dataset to develop a model that can generate
multi-class binary classi cation prediction results related to the three labeled
diagnosis conditions of each lung. In other words, our model simultaneously
predicts whether a certain condition is present (i.e. 'positive or the numerical
equivalent of 1') or absent (i.e. 'negative or the numerical equivalent of 0') for
each of the three diagnosis labels of each lung.</p>
        <p>As we planned to leverage 2D CNN models pre-trained on natural images
of a xed image resolution, we reformatted each 3D chest CT scan to a group
of 2D stacked slices in the axial, coronal and sagittal views, respectively. Each
axial slice is then cropped to a xed size of 256 256 pixels around the left
and right lung regions, respectively. Similarly, we cropped each sagittal and
coronal slices to a xed size of 128 256 pixels around the left and right lung
regions, respectively. The rectangular bounding box locations around each lung
were selected through visual inspection of few mid-level slices using the provided
segmented masks. To avoid processing the background which does not contain
any lung tissue and process the scans under the memory constraints of the GPU,
only 30 axials, 60 coronal and 60 sagittal mid-level slices from each volumetric
chest CT exams were selected. In addition, to avoid the e ect of image enlarging
on the models classi cation performance, two consecutive sagittal slices and
two consecutive coronal slices, respectively, were concatenated and reshaped to
256 256 pixel sizes. Then, we rescaled the intensity values of the slices to (0,255)
range, convert them to PNG format, and normalized to have zero mean and
unit variance. Then, all the sliced axial, sagittal and coronal PNG images were
stacked together, and saved in serialized form with pickle toolbox, respectively.
Therefore, our input shape turned to be (30, 3, 256, 256). The values can be
interpreted such that rst value holds for the number of axial, coronal or sagittal
slices after pre-processing. The last two values for width and height of images
and 3 represents the number of color channels. The sketch map of image
preprocessing steps is shown in Fig.2
Convolutional neural network (CNNs), also known as deep learners are machine
learning methods designed to process image data via convolutional, pooling and
fully connected layers. Convolution and pooling layers occur in an alternative
fashion to extract high-level features, and fully connected layers are used to
perform classi cation. In this paper, we aimed to develop a DL model that
simultaneously predicts lung-based TB diagnosis labels by using di erent CNN
architectures with the ensemble method on chest CT images. We address it
as a multi-class binary classi cation problem. Moreover, we repeated training
the proposed architectures two times, one for each lung related diagnosis labels
report generation task.</p>
        <p>Considering the training dataset being very small and heavily imbalanced, we
proposed ve CNN architectures (3 Multi-View CNN architectures: AlexNetMV ,
GoogLeNetMV and VGG19MV , and 2 Triplanar-CNN architectures: AlexNetT P
and VGG11T P ) using pre-trained AlexNet, GoogLeNet, VGG11, and VGG19
feature extraction layers as a backend. All of the ve CNN architectures were
trained using Adam optimization with backpropagation algorithms as they are
successfully applied in many deep learning models. In addition, all the
models were optimized using weighted binary cross-entropy loss function to account
for the unbalanced class sizes. The parameters tuning were experimentally
determined individually for each proposed architecture. Moreover, when the validation
loss did not decrease for 20 epochs, we early-stopped the parameter optimization
and training process to avoid the over tting problem. Then, the model with the
lowest average loss on the validation dataset were selected as our nal model
candidate. All the models were developed by using a desktop computer with
NVIDIA GeForce RTX 2070 GPU and the widely used deep learning framework
Pytorch with backend libraries of Tensor ow [24].</p>
        <p>The individual classi cation performance of the ve CNNs on the training
and testing datasets were compared. Then, in order to get a better and more
comprehensive generalized model [25], and motivated by the idea of \two or more
heads are better than one\, the probability predictions by the four CNNs that
performed better were fused using di erent strategies: average, majority voting
and stacking (Nave Bayes). The probability predictions by GoogLeNetMV was
relatively not good compared to the other architectures. Hence, we used the
other four CNN models as our base learners in the ensemble approach we used.
Details of each model architecture and results are discussed in the following
parts.</p>
      </sec>
      <sec id="sec-2-2">
        <title>Model Architectures</title>
        <p>
          Multi-View CNNs. The Multi-View CNN architectures proposed in this work
are an extension of our prior work for last year year's TB challenge [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. In the
paper, coronal and sagittal slices were concatenated before fed to the AlexNet
based multi-view CNN model, and axial slices were not used. However, in this
work's proposed Multi-View CNN , in addition to AlexNet, we used pre-trained
VGG19 and GoogLeNet feature extraction layers as a backend. Moreover, in
addition to coronal and sagittal slices, axial slices is also used in this work to
train the proposed models.
        </p>
        <p>The basic concept of the proposed Multi-View CNN architecture is that
during the training process we provide the model a serious of 2D axial images
sliced from 3D CT scan as input and similar sagittal and coronal images as
data augmentation techniques, and generates a classi cation prediction results
for each lung related labels. As depicted in Fig.3, the overall Multi-View CNN
architecture consists of three core parts:</p>
        <p>(i) The feature extraction layers of pre-trained state-of-the-art CNN model
(i.e VGG19, AlexNet or GoogLeNet).</p>
        <p>(ii) Global average pooling and max pooling layers on top of the feature
extraction layers applied across the spatial dimensions to reduce feature maps,
and</p>
        <p>(iii) Dense layer. The dense layer was fed the resulted feature maps after
pooling operations. Then, the sigmoid function applied to the output of the
dense layer to obtain the nal probability binary prediction score for each of the
three diagnosis labels of each lungs.</p>
        <p>Triplanar-CNN. The overview of the proposed Triplanar-CNN architecture
is depicted in Fig.4. A 2D images sliced from the volumetric chest CT scans in
the axial, coronal and sagittal planes were fed into the three parallel channels
of the Multi-View CNN architecture, respectively. Generated features from the
three channels were consolidated into a xed size feature map to form a single
combined feature representation. Then, the classi cation is performed using a
fully connected layer and a sigmoid activation function on top of it. More details
on the Triplanar-CNN architecture is available in our prior work developed for
automated brain tumor grading [26].
As previously mentioned in Section 2.1, the ImageCLEFtuberculosis 2020 dataset
was provided with training and test set partitions. The training dataset is highly
imbalanced in each diagnostic labels. Thus, we used ve-fold strati ed
crossvalidation upon the training dataset to reduce over tting and avoid bias during
the overall system evaluation in the test dataset. That is, for each validation fold
in the training dataset, the remaining other folds were used to train the
models. Indeed, this procedure ensures that every CT scan in the training dataset
gets to be in the validation set exactly once. The independent testing dataset
was not used during training and internal validation. In fact, diagnosis labels of
the patients in the test dataset were not visible to the challenge participants.
Participants of the challenge were required to submit the probability prediction
for each diagnostic labels and ranking was based on the average and minimum
AUC over the six diagnostic labels of both the left and right lungs. However,
to quantitatively evaluate the capability of the proposed deep learning based
approach on both the provided training and testing datasets, the performance
measures averaged over all the ve folds of the training dataset are reported in
this paper, including the area under the receiver operating characteristic curve
(AUC), precision (PRE), speci city (SPE), and sensitivity (SEN) evaluation
metrics. Accuracy is not signi cant for evaluating the performance of the
proposed approach as the dataset for each diagnostic labels are highly unbalanced.
Performance of our proposed system on both the training and test dataset is
explained in the following subsections.
3.1</p>
      </sec>
      <sec id="sec-2-3">
        <title>Performance of the Five Multi-View and Triplanar-CNN</title>
      </sec>
      <sec id="sec-2-4">
        <title>Models</title>
        <p>Table 2 and 3 reports multi-class binary classi cation performance of the
proposed Multi-View CNN and Triplanar-CNN models, respectively, for both the
left and right lung related diagnosis labels, on the training dataset using the
vefold cross validation. The results show that the AlexNetMV classi er achieved
better classi cation performance compared to the other classi ers in terms of
mean AUC. Moreover, the AlexNetMV methods outperformed its
corresponding Triplanar-CNN model, i.e. AlexNetT P , with a marginal increment of 1.6%
in terms of mean AUC. Meanwhile, the AlexNetMV classi er outperformed the
VGG19MV and the VGG11T P models with improvement rates of 3.2% and 2.6%
in terms of the mean AUC, respectively.</p>
        <p>GoogLeNetMV su ers with the over tting problem and it performance (mean
AUC of 0.506) was relatively poor compared to the other models. This may be
due to the architecture is deeper than the AlexNet and VGG architectures, and
due to the scarcity of the available training dataset. In addition to axial slices,
Multi-View CNN classi ers were trained using coronal and sagittal slices as data
augmentation techniques. However, validation and testing were performed using
axial slices only. Triplanar-CNN models were trained and evaluated using axial,
coronal and sagittal slices without using any data augmentation techniques. Yet
due to the strong performance of the the proposed models, as reported in Table 2
and 3, for the multi-class binary classi cation problems across the multiple tasks,
we are con dent that our models will perform better if we were to incorporate
extensive data augmentation techniques. In addition, though we used weighted
cross-entropy loss to account for the imbalanced class sizes, the performances of
the proposed models on some tasks are highly biased towards the majority class.
For instance, as shown in Fig.1, out of 283 patients of the training dataset, only
7 (2.5%) of them were PL positive, whereas the remaining 276 (97.5%) were PL
negative. Hence, performance of all the models in terms of SEN for the PL binary
classi cation is very poor, whereas the PRE is obviously very high. Similarly,
only 4.9% of the training dataset were PR positive, the remaining 95.1% were
PR negative. However, unlike that of the PL task, classi cation performance of
all the models in terms of SEN for PR was not highly a ected. This shows that
the weighted loss computation we used during training the models for tackling
imbalanced class size problems worked well for some tasks. Hence weighted loss
computation along with some renowned resampling techniques might be further
investigated in order to balance of the classes distribution and avoid bias on
classi cation performance of deep learning models.
VGG19MV
GoogLeNetMV</p>
        <p>Left Lung Right Lung</p>
        <p>LL CVL PL RL CVR PR
AUC 0.744 0.775 0.82 0.736 0.717 0.88
SEN 0.609 0.663 0.278 0.644 0.594 0.806
SPE 0.836 0.799 0.932 0.779 0.746 0.925
PRE 0.943 0.561 0.194 0.936 0.482 0.387
AUC 0.76 0.751 0.74 0.71 0.65 0.869
SEN 0.632 0.535 0.17 0.656 0.57 0.611
SPE 0.71 0.728 0.932 0.714 0.598 0.93
PRE 0.923 0.587 0.111 0.92 0.369 0.375
AUC 0.566 0.526 0.456 0.454 0.548 0.486
SEN 0.591 0.594 0.433 0.79 0.742 0.306
SPE 0 0.371 0.383 0 0.46 0.563
PRE 0.782 0.265 0.031 0.824 0.35 0.063
Avg.</p>
      </sec>
      <sec id="sec-2-5">
        <title>Performance of Ensemble Multi-View and Triplanar-CNN</title>
      </sec>
      <sec id="sec-2-6">
        <title>Models</title>
        <p>
          With regard to the AUC, SEN, SPE and PRE, the classi cation results achieved
by each of the three ensemble methods used in our work are reported in Table 4.
The mean AUC, SEN, SPE, and PRE of the average fusion strategy were 0.799,
0.571, 0.824, and 0.576, respectively. The mean AUC, SEN, SPE, and PRE of
the voting fusion strategy were 0.777, 0.574, 0.821, and 0.574, respectively. The
mean AUC, SEN, SPE, and PRE of the Nave Bayes fusion strategy were 0.759,
0.573, 0.801, and 0.829, respectively. Average fusion strategy has the highest
mean AUC and SPE values, and Nave Bayes has the lowest in both evaluation
metrics. However, Nave Bayes has the highest mean PRE values than average
and voting fusion approaches with improvement rates of more than 25%. The
SEN and SPE of the three ensemble methods are almost the same with less than
0.5% and 2.5% di erence, respectively.
In this challenge, participants were required to come up with an approach that
generate an automatic lung-based report generation based on the volumetric
CT image. For this, the organizers provided training and test datasets. Labels of
the training dataset were given to the participants. However, test dataset labels
were not visible to the participants. Participants were allowed to submit up to
10 runs to the system arranged by the organizers. The organizers do evaluation
of the results, and ranking participants algorithms based on the results. The
results of our proposed approaches on the test dataset obtained from the
organizers website is depicted in Table 5. From our proposed individual classi ers,
AlexNetMV performed best on the test dataset with average and min AUC of
0.757 and 0.713, respectively. From the proposed ensemble approaches, average
fusion strategy outperforms all the models with mean and min AUC of 0.767
and 0.733, respectively. When best runs of each participant are compared using
mean AUC on the test dataset, our result ranked 4th. Detailed results of each
participant algorithm on the test dataset using multiple performance metrics can
be obtained at [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. In addition, as shown in Fig.5, performance of our proposed
DL models in both the training and test datasets is nearly the same, indicating
the robustness of our model. This also provides insight on how the proposed DL
system will be generalized to an unknown dataset at the real test time.
In conclusion, we propose a robust CAD system for automated tuberculosis
diagnosis using ensemble of di erent CNN architectures trained on volumetric
chest CT scans of less than 300 tuberculosis patients. The proposed CNN
architectures includes novel Multi-View and Triplanar-CNN architectures using
pre-trained feature extraction layers of state-of-the-art deep learning models as
a backend. Our experiment result that completes the top four in the challenge
demonstrates that the proposed deep learning model has the ability to generate
competitive performance on automated lung-based CT report generation solely
based on volumetric CT images of patients with tuberculosis.
        </p>
        <p>There are still some rooms for improvement within our proposed CAD
system to improve the performance. To crop the left and right lungs regions from
the chest CT images, we used a xed bounding box location for all the images
through visual inspection of some random mid-level slices that could result in
missing some abnormal regions of the lungs, as di erent CT devices produce
images in di erent orientation. In the literature, transfer learning with di
erent data augmentation techniques have been used to improve the performance
of deep learning models in datasets with limited size. However, we only used
transfer learning to increase the performance of our deep learning models on
the available limited amount of training data. We did not use data
augmentation techniques. Moreover, though the provided datasets were highly
imbalanced, various class imbalance techniques and ensemble learner with multiple
deep learning base classi ers were not investigated very well due to the limited
time constraints. Ultimately, we would like to address these issues in the future.
5</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Acknowledgments</title>
      <p>This work was supported by the research fund of Cukurova University Project
Number: 10683
20. Krizhevsky, A., Sutskever, I., Hinton, G.E.: ImageNet classi cation with
deep convolutional neural networks. Commun. ACM. 60, 84{90 (2017).
https://doi.org/10.1145/3065386.
21. Szegedy, C., Liu, W., Jia, Y., Sermanet, P., Reed, S., Anguelov, D., Erhan, D.,
Vanhoucke, V., Rabinovich, A.: Going deeper with convolutions. In: Proceedings of the
IEEE Computer Society Conference on Computer Vision and Pattern Recognition.
pp. 1{9 (2015). https://doi.org/10.1109/CVPR.2015.7298594.
22. Simonyan, K., Zisserman, A.: Very deep convolutional networks for large-scale
image recognition. In: 3rd International Conference on Learning Representations,
ICLR 2015 - Conference Track Proceedings. International Conference on Learning
Representations, ICLR (2015).
23. Dicente Cid, Y., del Toro, O.A., Depeursinge, A., Muller, H.: E cient and fully
automatic segmentation of the lungs in CT volumes. In: Goksel, O., del Toro, O.A.,
Foncubierta-Rodriguez, A., and Muller, H. (eds.) Proceedings of the (VISCERAL)
Anatomy Grand Challenge at the 2015 (IEEE ISBI). pp. 31{35. CEUR-WS (2015).
24. Paszke, A., Gross, S., Chintala, S., Chanan, G., Yang, E., Facebook, Z.D., Research,
A.I., Lin, Z., Desmaison, A., Antiga, L., Srl, O., Lerer, A.: Automatic di
erentiation in PyTorch. In: Advances in Neural Information Processing Systems 32. pp.
8024{8035 (2019).
25. Liu, Y., Yao, X.: Ensemble learning via negative correlation. Neural Networks. 12,
1399{1404 (1999). https://doi.org/10.1016/S0893-6080(99)00073-8.
26. Mossa, A.A., Cevik U.: Triplanar-CNN for Automated Grading of Gliomas Using
Preoperative Multi-modal MR Images. In: Proc. Of the International E-Conference
onAdvances in Engineering,Technology and Management -ICETM 2020. pp. 21{27.
SEEK Digital Library (2020). https://doi.org/10.15224/978-1-63248-188-7-05.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bhalla</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guleria</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          :
          <article-title>Chest tuberculosis: Radiological review and imaging recommendations</article-title>
          .
          <source>Indian J. Radiol. Imaging</source>
          .
          <volume>25</volume>
          ,
          <issue>213</issue>
          {
          <fpage>225</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.4103/
          <fpage>0971</fpage>
          -
          <lpage>3026</lpage>
          .
          <fpage>161431</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. World Health Organization (WHO) Global
          <source>Tuberculosis Report</source>
          <year>2019</year>
          , https:// www.who.
          <source>int/tb/global-report-2019. Last accessed 23 Jun</source>
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bomanji</surname>
            ,
            <given-names>J.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gulati</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>C.J.:</given-names>
          </string-name>
          <article-title>Imaging in tuberculosis</article-title>
          .
          <source>Cold Spring Harb. Perspect. Med</source>
          .
          <volume>5</volume>
          ,
          <issue>1</issue>
          {
          <fpage>23</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.1101/cshperspect.a017814.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Yin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>X.:</given-names>
          </string-name>
          <article-title>A framework of predicting drug resistance of lung tuberculosis by utilizing radiological images</article-title>
          .
          <source>In: Proceedings - 2018 10th International Conference on Advanced Computational Intelligence</source>
          ,
          <string-name>
            <surname>ICACI</surname>
          </string-name>
          <year>2018</year>
          . pp.
          <volume>308</volume>
          {
          <fpage>312</fpage>
          .
          <article-title>Institute of Electrical and Electronics Engineers Inc</article-title>
          . (
          <year>2018</year>
          ). https://doi.org/doi.org/10.1109/ICACI.
          <year>2018</year>
          .
          <volume>8377474</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Van't Hoog</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meme</surname>
            ,
            <given-names>H.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van Deutekom</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mithika</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Olunga</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Onyino</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borgdor</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          :
          <article-title>High sensitivity of chest radiograph reading by clinical o cers in a tuberculosis prevalence survey</article-title>
          .
          <source>Int. J. Tuberc. Lung Dis</source>
          .
          <volume>15</volume>
          ,
          <issue>1308</issue>
          {
          <fpage>1314</fpage>
          (
          <year>2011</year>
          ). https://doi.org/10.5588/ijtld.11.0004.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Swanly</surname>
            ,
            <given-names>V.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Selvam</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Renjith</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arunachalam</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shunmuganathan</surname>
            ,
            <given-names>K.L.</given-names>
          </string-name>
          :
          <article-title>Smart spotting of pulmonary TB cavities using CT images</article-title>
          .
          <source>Comput. Math. Methods Med</source>
          .
          <year>2013</year>
          , (
          <year>2013</year>
          ). https://doi.org/10.1155/
          <year>2013</year>
          /864854.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bagci</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kubler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luna</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bishai</surname>
            ,
            <given-names>W.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mollura</surname>
            ,
            <given-names>D.J.</given-names>
          </string-name>
          :
          <article-title>Computer-aided detection and quanti cation of cavitary tuberculosis from CT scans</article-title>
          .
          <source>Med. Phys</source>
          .
          <volume>40</volume>
          , (
          <year>2013</year>
          ). https://doi.org/10.1118/1.4824979.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jeagal</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torabi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menzies</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Korobitsyn</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pai</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nathavitharana</surname>
            ,
            <given-names>R.R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Ahmad</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          :
          <article-title>A systematic review of the diagnostic accuracy of arti cial intelligence-based computer programs to analyze chest x-rays for pulmonary tuberculosis</article-title>
          .
          <source>PLoS One</source>
          .
          <volume>14</volume>
          ,
          <issue>e0221339</issue>
          (
          <year>2019</year>
          ). https://doi.org/10.1371/journal.pone.
          <volume>0221339</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Melendez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanchez</surname>
            ,
            <given-names>C.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Philipsen</surname>
            ,
            <given-names>R.H.H.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maduskar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dawson</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Theron</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dheda</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van Ginneken</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>An automated tuberculosis screening strategy combining X-ray-based computer-aided detection and clinical information</article-title>
          .
          <source>Sci. Rep</source>
          .
          <volume>6</volume>
          , (
          <year>2016</year>
          ). https://doi.org/10.1038/srep25265.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lecun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.:
          <article-title>Deep learning</article-title>
          .
          <source>Nature</source>
          .
          <volume>521</volume>
          ,
          <issue>436</issue>
          {
          <fpage>444</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.1038/nature14539.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>LeCun</surname>
          </string-name>
          , Y.,
          <string-name>
            <surname>Bottou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ha</surname>
            <given-names>ner</given-names>
          </string-name>
          , P.:
          <article-title>Gradient-based learning applied to document recognition</article-title>
          .
          <source>In: Proceedings of the IEEE</source>
          . pp.
          <volume>2278</volume>
          {
          <issue>2323</issue>
          (
          <year>1998</year>
          ). https://doi.org/10.1109/5.726791.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Graziani</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrearczyk</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marchand-Maillet</surname>
            <given-names>S.</given-names>
          </string-name>
          , Muller H.:
          <article-title>Concept attribution: Explaining CNN decisions to physicians</article-title>
          .
          <source>Comput. Biol. Med</source>
          .
          <volume>103865</volume>
          (
          <year>2020</year>
          ). https://doi.org/10.1016/j.compbiomed.
          <year>2020</year>
          .
          <volume>103865</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Eris</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cevik</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Implementation of Target Tracking Methods on Images Taken from Unmanned Aerial Vehicles</article-title>
          .
          <source>In: SAMI 2019 - IEEE 17th World Symposium on Applied Machine Intelligence and Informatics</source>
          , Proceedings. pp.
          <volume>311</volume>
          {
          <fpage>316</fpage>
          .
          <article-title>Institute of Electrical and Electronics Engineers Inc</article-title>
          . (
          <year>2019</year>
          ). https://doi.org/10.1109/SAMI.
          <year>2019</year>
          .
          <volume>8782768</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Moon</surname>
            ,
            <given-names>W.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>Y.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ke</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>S.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>C.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>R.F.</given-names>
          </string-name>
          :
          <article-title>Computeraided diagnosis of breast ultrasound images using ensemble learning from convolutional neural networks</article-title>
          .
          <source>Comput. Methods Programs Biomed</source>
          .
          <volume>190</volume>
          ,
          <issue>105361</issue>
          (
          <year>2020</year>
          ). https://doi.org/10.1016/j.cmpb.
          <year>2020</year>
          .
          <volume>105361</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Peteri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang-Nguyen</surname>
            ,
            <given-names>D.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riegler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halvorsen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lux</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chamberlain</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Campello</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Seco de Herrera,
          <string-name>
            <given-names>A.G.</given-names>
            ,
            <surname>Ben</surname>
          </string-name>
          <string-name>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Datla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.A.</given-names>
            ,
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Demner-Fushman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Pelka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.M.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Kozlovski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Berari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Brie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Fichou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Dogariu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Stefan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.D.</given-names>
            ,
            <surname>Constantin</surname>
          </string-name>
          , M.G.:
          <article-title>ImageCLEF 2020: Multimedia retrieval in lifelogging, medical, nature, and internet applications</article-title>
          .
          <source>In: Lecture Notes in Computer Science (including subseries Lecture Notes in Arti cial Intelligence and Lecture Notes in Bioinformatics)</source>
          . pp.
          <volume>533</volume>
          {
          <fpage>541</fpage>
          . Springer (
          <year>2020</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          - 45442-5-69.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Arampatzis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanoulas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Theodora</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vrochidis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eickho</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neveol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferro</surname>
          </string-name>
          , N. (eds.):
          <article-title>Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>In: Proceedings of the Eleventh International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ). vol.
          <volume>12260</volume>
          . Springer, Thessaloniki, Greece (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Klimuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Tarasau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Overview of ImageCLEFtuberculosis 2019 - Automatic CT-based Report Generation and Tuberculosis Severity Assessment</article-title>
          .
          <source>In: CLEF2019 Working Notes</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kozlovski</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liauchuk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Tarasau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Overview of ImageCLEFtuberculosis 2020 - Automatic CT-based Report Generation</article-title>
          . In: CLEF2020 Working Notes. http://ceur-ws.org, Thessaloniki, Greece (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mossa</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yibre</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cevik</surname>
          </string-name>
          , U.:
          <article-title>Multi-view CNN with MLP for diagnosing tuberculosis patients using CT scans and clinically relevant metadata</article-title>
          .
          <source>In: CEUR Workshop Proceedings. CEUR-WS</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>