<!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>Region Proposal Network for Lung Nodule Detection and Segmentation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mohammad Hesam Hesamian</string-name>
          <email>mh.hesamian@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wenjing Jia</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiangjian He</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Kennedy</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Electrical and Data Engineering, University of Technology Syd-</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Lung nodule detection and segmentation play a critical role in detecting and determining the stage of lung cancer. This paper proposes a two-stage segmentation method which is capable of improving the accuracy of detecting and segmentation of lung nodules from 2D CT images. The first stage of our approach proposes multiple regions, potentially containing the tumour, and the second stage performs the pixel-level segmentation from the resultant regions. Moreover, we propose an adaptive weighting loss to effectively address the issue of class imbalance in lung CT image segmentation. We evaluate our proposed solution on a widely adopted benchmark dataset of LIDC. We have achieved a promising result of 92.78% for average DCS that puts our method among the top lung nodule segmentation methods.</p>
      </abstract>
      <kwd-group>
        <kwd>Nodule segmentation</kwd>
        <kwd>Deep learning</kwd>
        <kwd>Region proposal network</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Lung cancer, as one of the deadliest cancers, is responsible for major
cancer deaths worldwide [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Early detection and accurate
classification of the lung nodules plays a significant role in increasing the
survival rate of the patients. Manual process of detection and
segmentation of lung nodule is a challenging task which requires lots
of time, proficiency and yet various types of errors may occur. With
the increasing growth in the availability of medical images such as
computed tomography (CT) scans, automatic nodule detection and
segmentation has become a reliable tool to help the radiologist in
their tough task of lung image analysis.
      </p>
      <p>
        Recently, convolutional neural networks (CNNs) have shown the
capability to effectively extract image features for successful pattern
detection and segmentation across a variety of situations from scene
to medical images [
        <xref ref-type="bibr" rid="ref18 ref3 ref4">18, 3, 4</xref>
        ]. Similarly, deep learning approaches
have been used for various tasks of medical image analysis, including
organ detection, lesion classification and tumour segmentation [
        <xref ref-type="bibr" rid="ref13 ref6 ref7">13, 6,
7</xref>
        ]. Among all those applications, lung nodule segmentation is known
to be a challenging task due to the heterogeneous appearance of the
lung tumour and also the great similarity between tumour and
nontumour substances in the lung area.
      </p>
      <p>
        Another severe challenge in medical image segmentation is to deal
with the class imbalance [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. In a fully annotated CT image of the
lung, the area occupied by tumour is much smaller than the rest of
the lung. This is due to the sparse distribution of pulmonary nodules
in the lung. This issue gets more severe when we are performing a
semantic segmentation task in which each pixel is considered as one
sample. In such a case, the number of samples (pixels) corresponding
to the tumour is significantly lower than the rest of the lung area. The
class imbalance issue affects the fully convolutional networks [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]
more than others. Moreover, the ratio of tumour pixels to background
pixels significantly varies from sample to sample. To address this
problem, we propose an adaptive weighted loss to alleviate the class
imbalance issue at the sample level.
      </p>
      <p>The main contributions of this paper can be summarized in three
folds. First, we propose a two-stage network to reduce the
dependency on dense sliding window searching for accurate segmentation
of the lung nodules. Second, we propose an adaptive weighted loss
function to address the class imbalance issue to improve
segmentation accuracy. Third, we perform a far distant transfer learning
strategy in which the weights are transferred from a general object
detection model.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related works</title>
      <p>
        Two major categories of studies have explored lung image
segmentation. The first one is the whole lung segmentation, and the second
is the lung tumour segmentation. Whole lung segmentation aims to
distinguish the border of the entire lung from the rest of the elements
appearing in a cardiac CT image [
        <xref ref-type="bibr" rid="ref2 ref5">2, 5</xref>
        ]. It helps to determine the
size and shape of the lung. It is also often used as the first stage for
the lung tumour segmentation with the purpose of reducing the false
positive cases caused by non-lung areas of CT image.
      </p>
      <p>
        Recently, many CAD systems based on deep learning are
proposed for automatic lung cancer detection. For example, ZNET [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]
employed U-Net fully convolutional network architecture for
candidate selection on axial slices. For the subsequent false positive
reduction, three orthogonal slices of each candidate were fed to the same
wide residual network. Wang et al. in [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] proposed a model that can
capture a set of nodule-sensitive features from CT images. The 2D
branch of the model learns multi-scale 2D features from 2D patches.
In the 3D branch, a novel central pooling layer helped the model
to select the features around the target voxels effectively. In another
study, a region CNN (R-CNN) is proposed for lung nodule
segmentation from 3D lung patches [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. In this model, Deep Active
Selfpaced Learning (DASL) was introduced to reduce the dependency of
the network to fully annotated data. It utilized unannotated samples
by taking to account both the knowledge know before training and
the knowledge made during the training. Jiang et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] proposed
a residually connected multiple resolution network, which was able
to combine the features in various resolution inputs simultaneously.
Images with different resolution were passed through two separate
residual networks, and the extracted features were refined and
concatenated. This technique helped them to improve the localization
and negative effect of multiple pooling operation.
      </p>
      <p>
        Generally, 3D models have a huge demand for memory and high
processing cost. Due to these limitations, the algorithms that can
be implemented on 3D image analysis are restricted. Moreover, CT
scans usually have different slice thicknesses which are not
recommended to be treated uniformly in a 3D model [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Moreover, 2D
models require fewer resources for training and also not affected by
the slice thickness.
      </p>
      <p>
        In two-stage detections methods, region proposal networks (RPN)
attracted lots of attention. RPN was first introduced to general object
detection tasks by [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. In the proposed structure, there is a classifier
which determines the probability of having a target object at the
anchor. Then the regression regresses the coordinates of the proposal.
The candidature multiple anchors and sharing the features make the
RPN efficient in time and detection. Employing the bounding box
regression enables the RPN to produce more precise proposals. RPN
has many successful variation and application[
        <xref ref-type="bibr" rid="ref15 ref17">17, 15</xref>
        ] yet it has not
been explored adequately in lung nodule segmentation task.
      </p>
      <p>According to all shortcomings of the current methods mentioned
above, and the enormous potential of the RPN networks, we were
motivated to design and develop a model to combine the benefits of
two-stage detection and segmentation models with higher
segmentation accuracy.
3</p>
    </sec>
    <sec id="sec-3">
      <title>The Proposed Method</title>
      <p>
        There are several image modalities, which can be used for lung
abnormality detection such as PET, SPECT, X-Ray, MRI and CT.
PET and SPECT are mainly utilized for metabolism characterization.
Therefore, they can unveil the functional abnormalities in an organ.
CT, X-Ray and MRI are structural image modalities which are able
to hand out anatomical information about the organ. The simplicity
and lower price of CT scan have changed it to primary image
modality for cancer detection and screening [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. For this study, we used
the benchmark dataset of LIDC-IDRI [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], consisting of 1024 chest
CT scans. Each case is associated with an XML file, denoting the
boundary pixels of the tumour, marked by four radiologists. For this
study, the nodules with size &gt; 3mm are selected. These scans are
broken down to slices and converted to JPG format in the original
size.
3.1
      </p>
    </sec>
    <sec id="sec-4">
      <title>Network Structure</title>
      <p>
        There are some two-stage nodule detection systems, where in the first
stage the nodule candidates are detected, and in the second stage, the
false positive is reduced [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. But in our approach, inspired by the
development of general object detection [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], we propose a two-stage
method capable of nodule detection and segmentation. The model
segments the elements of CT scan into two classes of tumour and
background. The general building block of the network is presented
in Fig. 1. The first section of the network is the feature extractor in
which general feature maps are created. The ResNet101 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is used as
the backbone of the system. The residual connections of the ResNet
allow using deeper structures without facing the gradient vanishing
problem.
      </p>
      <p>The extracted feature maps are then passed to the RPN. By this
method, the convolution layers are reuses. Thus, it saves lots of
computations. This module produces several candidate regions,
containing the potential malignant tumours. Since our model has only two
classes of tumour and background, we limit the number of proposed
regions to 300. Having a limited number of regions will help to
reduce the possibility of false positive as well as speed up the training
process. Each of the candidate bounding boxes is then given to the
ROI pooling. At this stage, the network evaluates the proposed
regions according to intersection over union (IoU) value. The IoU is
set to 0.5 to reduce the false positive. It means a fixed number of
the ROIs (50) with the IoU more than 0.5 will be passed to the
segmentation module for semantic segmentation task. In case of no ROI
satisfying the condition, the input sample is considered as a negative
sample. The last block of the network will produce the segmentation
mask for the proposed ROI.
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>Adaptive Loss Coefficients</title>
      <p>One of the main reasons of accuracy drop in nodule segmentation is
the class imbalance of the training samples, due to which, during the
training model will not learn equally from all classes. Therefore, one
of the main challenges in medical image analysis is how to
effectively modify the model to overcome the class imbalance issue and
maximize the learning capability of the model.</p>
      <p>In the segmentation section of the proposed model, samples will
be segmented in the two classes of background and tumour. Thus,
we applied a binary cross-entropy function as the segmentation loss.
This is shown in Eq. 1.</p>
      <p>L(S) =
1 XN
N
n=1
yn log y^n + (1
yn) log(1
y^n)
(1)
In this equation, y and y^ represent the ground truth and the predicted
value of each pixel, and N is the total number of the pixels in the
given sample of S.</p>
      <p>Then the dynamic loss coefficients of 1 and 2 are calculated
for each of the given ROIs representing the proportion of tumour
and background pixels. These coefficients compensate the imbalance
between the numbers of pixels in the two classes.</p>
      <p>Since in our model, each pixel is considered as one sample, the
loss will be calculated at the pixel level. Therefore, the final loss
function of Eq. 2 is formed by applying the dynamic loss coefficient
to the Eq. 1. The loss is calculated for each pixel of pi, where pi
denotes the ith pixel of a given flattened ROI.</p>
      <p>8
&gt; 1
&gt;
&gt;
&gt;
&lt;
&gt;
&gt;
&gt;
&gt;: 2
h
h
y(pi) log y^(pi)i;
if pi 2 tumour
Loss(pi) =
y(pi) log(1</p>
      <p>i
y^(pi)) ; if pi 2 bg
(2)</p>
      <p>
        The proposed weighted loss updates its coefficients for each ROI
proposed by ROI selection module. This process helps to address the
class imbalance more accurately because the proportion of tumour to
background varies significantly from sample to sample. The common
weighting loss such as what proposed in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] applies a fixed set of
the coefficient for all the samples. These coefficients are calculated
by counting and averaging the tumour pixel and background pixels
over the entire dataset. Application of a fixed set of weight to all the
samples does not seem to be an optimal solution while the adaptive
weighted loss allows the network to address the class imbalance more
effectively within individual samples.
4
      </p>
    </sec>
    <sec id="sec-6">
      <title>Experiments and Discussion</title>
      <p>
        In this section, we experimentally evaluated our solution on the
widely used benchmark dataset LIDC [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Our model is implemented
with the Keras library, and all the experiments are conducted on
Linux (REH7.0) with an Nvidia Quadro P5000 GPU of 16 GB
memory.
4.1
      </p>
    </sec>
    <sec id="sec-7">
      <title>Data preparation</title>
      <p>
        We evaluated our solution on the publicly available dataset of
LIDC [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which contains 1024 lung scans each annotated by at least
four radiologists. All data are selected and used for training and
testing of the network with the 5-fold cross validation approach.
      </p>
      <p>
        Similar to most of the other medical datasets, our data was also
imbalanced toward the tumour class. Training a model on such data
will lead to learning more features from one class and ignoring the
others. As another technique to combat this issue, we have selected
a patch-wise training strategy. For this purpose, we have extracted
the patches around the tumour and use them as training samples.
According to nodule size distribution statistics, 85% of nodules can be
covered by a patch of 30 30 (voxels), and 99% of nodules can be
covered by a 40 40 (voxels) patch [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Hence, we have extracted
the patches of 76 76 pixel to ensure almost all of the tumours are
covered. At the next stage, we heavily augment our training data by
using filipping, rotating, zooming and shrinking the input samples.
Data augmentation is reported that data augmentation can also help
to improve the performance and robustness of CNNs [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. This data
augmentation serves two purposes of avoiding the overfitting and
extending the training dataset size.
We have employed a two-step full network adaptation strategy to
transfer the weights from a far distant source. In this process,
the weights are initialized from a pre-trained model trained on
COCO [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] dataset for the general object detection task.
Transferring the weights from such model and using them for a different
task of medical object segmentation, is called ‘far transfer learning’.
Generally, transfer learning is proven to alleviate the overfitting issue
on the small training dataset and improve the convergence speed of
the training. Theoretically, transfer learning has better performance
when the task of source and target models are more similar [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Thus, some believe that far transfer learning may not produce good
results [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] but, our achieved results are demonstrating that far
transfer learning combined with a careful fine-tuning strategy can deliver
competitive results.
      </p>
      <p>As a part of our weight transferring, the weights for the feature
extractor layers are initialized from the pre-trained model, and the
last layers are initialized randomly. During the first stage of training,
all the network weights except for the feature extractor weights are
fixed. At this stage, only the feature extractor is trained on the input
data for a couple of epochs. The rest of the network weights are
injected at the second stage of the training, and all the network layers
are trained together afterwards.
5-fold cross-validation is employed to validate the results of the
testing. The data set is divided into five equal subsets, and each time
four of them are used for training, and the one remaining is used for
testing. The LIDC dataset has not a separate set of train and test set.
Hence, we divided the data into two main sets of train and test for the
purpose of 5-fold cross-validation. Moreover, a portion of training
data (10%) has already been used for validation at the end of each
epoch. By this method, we will ensure that all the samples are used
at least once for training and testing.
4.3</p>
    </sec>
    <sec id="sec-8">
      <title>Experiment results</title>
      <p>Fig. 2 shows the qualitative results of tumours detected and
segmented for various tumour types and sizes.</p>
      <p>To highlight the performance of our proposed model, we
quantitatively evaluate its performance for two tasks, i.e., detection and
segmentation, respectively.
4.3.1</p>
      <sec id="sec-8-1">
        <title>Results of tumour detection</title>
        <p>Our proposed method performs the detection task through a
segmentation approach. This detection method differentiate our model from
the pure detection models. For the detection part, we measure the
detection accuracy of the tumours under various IoU values of 0.3, 0.4,
0.5 and 0.6. Table 1 shows the results of tumour detection for three
tumour size categories. The results are presented with various IoU
values to analyse the detection performance clearly. For instance, in
the case of IoU = 0:5, if the IoU of prediction mask with the ground
truth is more than 0.5, the tumour is considered as correctly detected.
As expected, the detection accuracy is dramatically increased when
the tumour size increased.</p>
        <p>The results in Table 1 highlights the significant detection accuracy
of the proposed model in detecting the small size tumours.
4.3.2</p>
      </sec>
      <sec id="sec-8-2">
        <title>Results of tumour segmentation</title>
        <p>To evaluate the segmentation performance, we measure the Dice
score of segmentation (DCS), sensitivity and positive predictive
value (PPV) as defined as in Eqs. 3, 4 and 5, respectively, as:
and</p>
        <p>DSC =</p>
        <p>2T P
2T P + F P + F N
Recall =</p>
        <p>T P</p>
        <p>T P + F N
P recision =</p>
        <p>T P
T P + F P
(3)
(4)
(5)</p>
        <p>T P and F P refer to true positive and false positive while T N and
F N denote the true negative and false negative.</p>
        <p>The results presented in the Table 2 show that the proposed method
is able to perform the challenging task of lung nodule
segmentation with higher accuracy than the state-of-the-art methods. The dice
score of our segmentation model is almost 10% higher than the listed
methods. Similarly, the precision of our method is much higher than
all the listed methods. In case of the recall, we got slightly (less than
1 percent) lower than CF-CNN, but CF-CNN produced wider
standard deviation. It shows that our model was more stable throughout
all the input cases.
4.3.3</p>
      </sec>
      <sec id="sec-8-3">
        <title>Discussion</title>
        <p>The main reason for this improvement is the structure of the network.
In the proposed structure, at the first stage, some ROIs are extracted
as the potential tumour. Then, the most tumour-like ROIs are selected
through the ROI pooling module. Then the second stage performs the
segmentation on the selected ROIs. This two-step strategy eliminates
the necessity to scan the entire input image via a sliding window
that leads to creating the prediction at every position. By performing
these two steps, many of the nodule-like patterns which may confuse
the model are eliminated. Therefore, the accuracy of segmentation
is improved by only focusing on the more relevant tumour features.
Moreover, the training and testing speed will increase as there would
be no full input search via the sliding window.</p>
        <p>The second reason for the improved accuracy is the application
of novel adaptive loss in training of the segmentation module. This
adaptive loss helps to address the class imbalance issue of the
medical images within the individual sample. By application of a dynamic
pair of class weight coefficients, the model can derive more balanced
features from each sample.</p>
        <p>The transfer learning strategy used for training of the model helped
the model to be more stable and prevent it from overfitting.
Moreover, one of the reasons for achieving a smaller standard deviation
value compared with other studies could be the application of
transfer learning.
5</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Conclusion</title>
      <p>We have proposed a two-stage framework for accurate segmentation
of the lung nodules. The first stage of the network provides some
potential nodule areas. The second stage accurately segments the
selected ROIs. To effectively address the class imbalance issue of the
small organ segmentation, we proposed an adaptive weighted loss
function, where the weight coefficients are calculated per sample.
This approach leads to extract more accurate features and therefore,
more precise segmentation of the input. The model was tested on the</p>
      <p>Measurements
Recall (%)
publicly available dataset of LIDC and was able to deliver an
average detection accuracy of 93.73% (IoU = 0.5) and average dice score
of 92.78% for the segmentation part. At last, the achieved results
demonstrate that a far distant transfer learning with careful weight
initialization can perform competitive results.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Samuel</surname>
            <given-names>G Armato III</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Geoffrey</surname>
            <given-names>McLennan</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Luc</given-names>
            <surname>Bidaut</surname>
          </string-name>
          ,
          <string-name>
            <surname>Michael F McNitt-Gray</surname>
          </string-name>
          , Charles R Meyer, Anthony P Reeves, Binsheng Zhao,
          <string-name>
            <surname>Denise R Aberle</surname>
            ,
            <given-names>Claudia I Henschke</given-names>
          </string-name>
          ,
          <article-title>Eric A Hoffman</article-title>
          , et al., '
          <article-title>The lung image database consortium LIDC and image database resource initiative (idri): a completed reference database of lung nodules on ct scans'</article-title>
          ,
          <source>Medical physics</source>
          ,
          <volume>38</volume>
          (
          <issue>2</issue>
          ),
          <fpage>915</fpage>
          -
          <lpage>931</lpage>
          , (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Geng</given-names>
            <surname>Chen</surname>
          </string-name>
          , Dehui Xiang, Bin Zhang, Haihong Tian, Xiaoling Yang, Fei Shi, Weifang Zhu, Bei Tian, and Xinjian Chen, '
          <article-title>Automatic pathological lung segmentation in low-dose ct image using eigenspace sparse shape composition'</article-title>
          ,
          <source>IEEE transactions on medical imaging</source>
          , (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Liang-Chieh</surname>
            <given-names>Chen</given-names>
          </string-name>
          , George Papandreou, Iasonas Kokkinos, Kevin Murphy, and Alan L Yuille, 'Deeplab:
          <article-title>Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs'</article-title>
          ,
          <source>IEEE transactions on pattern analysis and machine intelligence</source>
          ,
          <volume>40</volume>
          (
          <issue>4</issue>
          ),
          <fpage>834</fpage>
          -
          <lpage>848</lpage>
          , (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Noel</surname>
            <given-names>CF Codella</given-names>
          </string-name>
          , David Gutman,
          <string-name>
            <given-names>M Emre</given-names>
            <surname>Celebi</surname>
          </string-name>
          , Brian Helba, Michael A Marchetti, Stephen W Dusza, Aadi Kalloo, Konstantinos Liopyris, Nabin Mishra,
          <string-name>
            <given-names>Harald</given-names>
            <surname>Kittler</surname>
          </string-name>
          , et al., '
          <article-title>Skin lesion analysis toward melanoma detection: A challenge at the 2017 international symposium on biomedical imaging ISBI, hosted by the international skin imaging collaboration ISIC', in Biomedical Imaging (ISBI</article-title>
          <year>2018</year>
          ),
          <year>2018</year>
          IEEE 15th International Symposium on, pp.
          <fpage>168</fpage>
          -
          <lpage>172</lpage>
          . IEEE, (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Yu</given-names>
            <surname>Gordienko</surname>
          </string-name>
          , Peng Gang, Jiang Hui,
          <string-name>
            <surname>Wei</surname>
            <given-names>Zeng</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu Kochura</surname>
            ,
            <given-names>O</given-names>
          </string-name>
          <string-name>
            <surname>Alienin</surname>
            ,
            <given-names>O</given-names>
          </string-name>
          <string-name>
            <surname>Rokovyi</surname>
            , and
            <given-names>S</given-names>
          </string-name>
          <string-name>
            <surname>Stirenko</surname>
          </string-name>
          , '
          <article-title>Deep learning with lung segmentation and bone shadow exclusion techniques for chest X-Ray analysis of lung cancer'</article-title>
          ,
          <source>in International Conference on Theory and Applications of Fuzzy Systems and Soft Computing</source>
          , pp.
          <fpage>638</fpage>
          -
          <lpage>647</lpage>
          . Springer, (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Nazia</given-names>
            <surname>Hameed</surname>
          </string-name>
          , Antesar M Shabut,
          <article-title>Miltu K Ghosh, and M Alamgir Hossain, 'Multi-class multi-level classification algorithm for skin lesions classification using machine learning techniques'</article-title>
          ,
          <source>Expert Systems with Applications</source>
          ,
          <volume>141</volume>
          ,
          <fpage>112961</fpage>
          , (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Sardar</given-names>
            <surname>Hamidian</surname>
          </string-name>
          , Berkman Sahiner, Nicholas Petrick, and Aria Pezeshk, '
          <article-title>3D convolutional neural network for automatic detection of lung nodules in chest CT'</article-title>
          ,
          <source>in Medical Imaging</source>
          <year>2017</year>
          :
          <article-title>Computer-Aided Diagnosis</article-title>
          , volume
          <volume>10134</volume>
          , p.
          <fpage>1013409</fpage>
          .
          <source>International Society for Optics and Photonics</source>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Kaiming</given-names>
            <surname>He</surname>
          </string-name>
          , Georgia Gkioxari, Piotr Dolla´r, and Ross Girshick, '
          <string-name>
            <surname>Mask</surname>
          </string-name>
          r-cnn',
          <source>in Proceedings of the IEEE international conference on computer vision</source>
          , pp.
          <fpage>2961</fpage>
          -
          <lpage>2969</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Kaiming</given-names>
            <surname>He</surname>
          </string-name>
          , Xiangyu Zhang, Shaoqing Ren, and Jian Sun, '
          <article-title>Deep residual learning for image recognition'</article-title>
          ,
          <source>in Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          , (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Mohammad</given-names>
            <surname>Hesam</surname>
          </string-name>
          <string-name>
            <surname>Hesamian</surname>
          </string-name>
          , Wenjing Jia, Xiangjian He, and Paul Kennedy, '
          <article-title>Deep learning techniques for medical image segmentation: Achievements and challenges'</article-title>
          ,
          <source>Journal of digital imaging</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          , (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Mohammad</given-names>
            <surname>Hesam</surname>
          </string-name>
          <string-name>
            <surname>Hesamian</surname>
          </string-name>
          , Wenjing Jia, Xiangjian He, and Paul J Kennedy, '
          <article-title>Atrous convolution for binary semantic segmentation of lung nodule'</article-title>
          ,
          <source>in ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          , pp.
          <fpage>1015</fpage>
          -
          <lpage>1019</lpage>
          . IEEE, (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Jue</surname>
            <given-names>Jiang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu-Chi</surname>
            <given-names>Hu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chia-Ju</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Darragh Halpenny,
          <string-name>
            <surname>Matthew D Hellmann</surname>
          </string-name>
          , Joseph O Deasy,
          <string-name>
            <surname>Gig Mageras</surname>
          </string-name>
          , and Harini Veeraraghavan, '
          <article-title>Multiple resolution residually connected feature streams for automatic lung tumor segmentation from ct images'</article-title>
          ,
          <source>IEEE transactions on medical imaging</source>
          ,
          <volume>38</volume>
          (
          <issue>1</issue>
          ),
          <fpage>134</fpage>
          -
          <lpage>144</lpage>
          , (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Yang</surname>
            <given-names>Lei</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tonghe</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Sibo Tian, Xue Dong, Ashesh B Jani, David Schuster, Walter J Curran, Pretesh Patel, Tian Liu, and Xiaofeng Yang, '
          <article-title>Male pelvic multi-organ segmentation aided by cbct-based synthetic mri'</article-title>
          ,
          <source>Physics in Medicine &amp; Biology</source>
          ,
          <volume>65</volume>
          (
          <issue>3</issue>
          ),
          <fpage>035013</fpage>
          , (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Tsung-Yi Lin</surname>
            ,
            <given-names>Michael</given-names>
          </string-name>
          <string-name>
            <surname>Maire</surname>
            , Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dolla´r, and
            <given-names>C Lawrence</given-names>
          </string-name>
          <string-name>
            <surname>Zitnick</surname>
          </string-name>
          , '
          <article-title>Microsoft coco: Common objects in context'</article-title>
          ,
          <source>in European conference on computer vision</source>
          , pp.
          <fpage>740</fpage>
          -
          <lpage>755</lpage>
          . Springer, (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Wei</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Dragomir Anguelov, Dumitru Erhan,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Szegedy</surname>
          </string-name>
          , Scott Reed, Cheng-Yang
          <string-name>
            <surname>Fu</surname>
          </string-name>
          , and Alexander C Berg, 'Ssd:
          <article-title>Single shot multibox detector'</article-title>
          ,
          <source>in European conference on computer vision</source>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>37</lpage>
          . Springer, (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Kimberly</surname>
            <given-names>D</given-names>
          </string-name>
          <string-name>
            <surname>Miller</surname>
          </string-name>
          , Ann Goding Sauer, Ana P Ortiz,
          <article-title>Stacey A Fedewa, Paulo S Pinheiro, Guillermo Tortolero-Luna, Dinorah Martinez-Tyson, Ahmedin Jemal</article-title>
          , and Rebecca L Siegel, 'Cancer statistics for hispanics/latinos,
          <year>2018</year>
          ', CA:
          <article-title>a cancer journal for clinicians</article-title>
          ,
          <volume>68</volume>
          (
          <issue>6</issue>
          ),
          <fpage>425</fpage>
          -
          <lpage>445</lpage>
          , (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Joseph</given-names>
            <surname>Redmon</surname>
          </string-name>
          and Ali Farhadi, '
          <article-title>Yolo9000: better, faster, stronger'</article-title>
          ,
          <source>in Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          , pp.
          <fpage>7263</fpage>
          -
          <lpage>7271</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Joseph</given-names>
            <surname>Redmon</surname>
          </string-name>
          and Ali Farhadi, '
          <article-title>Yolov3: An incremental improvement', arXiv preprint</article-title>
          arXiv:
          <year>1804</year>
          .
          <volume>02767</volume>
          , (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Shaoqing</surname>
            <given-names>Ren</given-names>
          </string-name>
          , Kaiming He,
          <string-name>
            <surname>Ross Girshick</surname>
          </string-name>
          , and Jian Sun, '
          <article-title>Faster r-cnn: Towards real-time object detection with region proposal networks'</article-title>
          ,
          <source>in Advances in neural information processing systems</source>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>99</lpage>
          , (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Skylar</given-names>
            <surname>Stolte</surname>
          </string-name>
          and Ruogu Fang, '
          <article-title>A survey on medical image analysis in diabetic retinopathy'</article-title>
          ,
          <source>Medical Image Analysis</source>
          ,
          <volume>101742</volume>
          , (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Du</surname>
            <given-names>Tran</given-names>
          </string-name>
          , Lubomir Bourdev, Rob Fergus, Lorenzo Torresani, and Manohar Paluri, '
          <article-title>Deep end2end voxel2voxel prediction'</article-title>
          ,
          <source>in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops</source>
          , pp.
          <fpage>17</fpage>
          -
          <lpage>24</lpage>
          , (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Shuo</surname>
            <given-names>Wang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mu Zhou</surname>
          </string-name>
          , Zaiyi Liu, Zhenyu Liu, Dongsheng Gu, Yali Zang, Di Dong, Olivier Gevaert, and Jie Tian, '
          <article-title>Central focused convolutional neural networks: Developing a data-driven model for lung nodule segmentation', Medical image analysis</article-title>
          ,
          <volume>40</volume>
          ,
          <fpage>172</fpage>
          -
          <lpage>183</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Wenzhe</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Yifei Lu, Bian Wu, Tingting Chen, Danny Z Chen, and Jian Wu, '
          <article-title>Deep active self-paced learning for accurate pulmonary nodule segmentation'</article-title>
          ,
          <source>in International Conference on Medical Image Computing and Computer-Assisted Intervention</source>
          , pp.
          <fpage>723</fpage>
          -
          <lpage>731</lpage>
          . Springer, (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Hongtao</surname>
            <given-names>Xie</given-names>
          </string-name>
          , Dongbao Yang, Nannan Sun, Zhineng Chen, and Yongdong Zhang, '
          <article-title>Automated pulmonary nodule detection in ct images using deep convolutional neural networks'</article-title>
          ,
          <source>Pattern Recognition</source>
          ,
          <volume>85</volume>
          ,
          <fpage>109</fpage>
          -
          <lpage>119</lpage>
          , (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Junjie</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Yong Xia, Hengfei Cui, and Yanning Zhang, '
          <article-title>Pulmonary nodule detection in medical images: a survey'</article-title>
          ,
          <source>Biomedical Signal Processing and Control</source>
          ,
          <volume>43</volume>
          ,
          <fpage>138</fpage>
          -
          <lpage>147</lpage>
          , (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>