<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JILSA</journal-id><journal-title-group><journal-title>Journal of Intelligent Learning Systems and Applications</journal-title></journal-title-group><issn pub-type="epub">2150-8402</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jilsa.2022.144004</article-id><article-id pub-id-type="publisher-id">JILSA-120911</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Multi-Label Chest X-Ray Classification via Deep Learning
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Aravind</surname><given-names>Sasidharan Pillai</given-names></name><xref ref-type="aff" rid="aff1"><sub>1</sub></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff1"><label>1</label><addr-line>University of Illinois Urbana-Champaign, Champaign, IL, USA</addr-line></aff><pub-date pub-type="epub"><day>31</day><month>10</month><year>2022</year></pub-date><volume>14</volume><issue>04</issue><fpage>43</fpage><lpage>56</lpage><history><date date-type="received"><day>9,</day>	<month>August</month>	<year>2022</year></date><date date-type="rev-recd"><day>29,</day>	<month>October</month>	<year>2022</year>	</date><date date-type="accepted"><day>1,</day>	<month>November</month>	<year>2022</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  In this era of pandemic, the future of healthcare industry has never been more exciting. Artificial intelligence and machine learning (AI &amp; ML) present opportunities to develop solutions that cater for very specific needs within the industry. Deep learning in healthcare had become incredibly powerful for supporting clinics and in transforming patient care in general. Deep learning is increasingly being applied for the detection of clinically important features in the images beyond what can be perceived by the naked human eye. Chest X-ray images are one of the most common clinical method for diagnosing a number of diseases such as pneumonia, lung cancer and many other abnormalities like lesions and fractures. Proper diagnosis of a disease from X-ray images is often challenging task for even expert radiologists and there is a growing need for computerized support systems due to the large amount of information encoded in X-Ray images. The goal of this paper is to develop a lightweight solution to detect 14 different chest conditions from an X ray image. Given an X-ray image as input, our classifier outputs a label vector indicating which of 14 disease classes does the image fall into. Along with the image features, we are also going to use non-image features available in the data such as X-ray view type, age, gender etc. The original study conducted Stanford ML Group is our base line. Original study focuses on predicting 5 diseases. Our aim is to improve upon previous work, expand prediction to 14 diseases and provide insight for future chest radiography research.
 
</p></abstract><kwd-group><kwd>Data Science</kwd><kwd> Deep Learning</kwd><kwd> X-Ray</kwd><kwd> Machine Learning</kwd><kwd> Artificial Intelligence</kwd><kwd> Health Care</kwd><kwd> CNN</kwd><kwd> Neural Network</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Radiology is a branch of medicine that can be divided into diagnostic radiology and interventional radiology [<xref ref-type="bibr" rid="scirp.120911-ref1">1</xref>]. Diagnostic radiology involves examining the medical images to diagnose diseases and abnormalities. Chest X-ray radiography is the most common imaging examination that demands correct and immediate interpretation to avoid life-threatening diseases. The challenge arises when these images have to be interpreted by radiologists who are limited by speed, experience and the cost involved to get a certified radiologist. Therefore, health care industry turned towards deep learning algorithms to automate and generate accurate radiology reporting.</p><p>Deep learning in health care is bursting with possibility and remarkable innovation by providing the ability to analyze vast quantities of data at exceptional speed without compromising on accuracy [<xref ref-type="bibr" rid="scirp.120911-ref2">2</xref>]. It enables the creation of algorithms that can learn and make predictions. In contrast to rules-based algorithms, machine learning takes advantage of increased exposure to large data sets and possesses the ability to improve performance with such exposures and learn with experience.</p><p>Deep learning is a subset of artificial neural networks that are statistical and mathematical methods inspired by the way biological nervous system processes information with a large number of highly connected neurons, nodes or cells. Neural networks are structured as one input layer, one or more hidden layers and an output layer. Every hidden layer consists of a set of neurons that are fully connected to all neurons in the previous layer. The strength of such a connection is determined by weights of variable or features that associate inputs with outputs. For a neural network model to perform efficiently and accurately, these weights must be set to suitable values, which are estimated through training.</p><p>From deep learning perspective, radiology images need to be pre-processed differently due to variations in processors and memory restrictions. X-ray images in general are 2D images of a 3D human body. DL algorithms especially convolutional neural networks (CNN) have proved more successful in training the models with 2D images than 3D images that adds an additional dimensionality to the problem. Convolution is a mathematical operation that employs a type of filtering to determine the most useful features from a dataset, thereby having applications in finding patterns in signals or filtering signals.</p><sec id="s1_1"><title>1.1. Related Works</title><p>In recent years, large sets of radiology images have been made public. The availability of such datasets helped crowd-source the development and evaluation of deep learning models [<xref ref-type="bibr" rid="scirp.120911-ref3">3</xref>] [<xref ref-type="bibr" rid="scirp.120911-ref4">4</xref>] [<xref ref-type="bibr" rid="scirp.120911-ref5">5</xref>] [<xref ref-type="bibr" rid="scirp.120911-ref6">6</xref>]. In 2017, NIH Clinical Center released over 100,000 chest x-ray images, which comprises 108,948 frontal-view X-ray images of 32,717 unique to the scientific community. There were several studies based on this data. Wang et al. [<xref ref-type="bibr" rid="scirp.120911-ref7">7</xref>] through their paper “ChestX-ray8: Hospital-scale Chest X-ray Database and Benchmarks on weakly-Supervised Classification and Localization of Common Thorax Diseases” demonstrated that the commonly occurring thoracic diseases can be detected and even spatially located via a unified weakly supervised multi-label image classification and disease localization framework.</p><p>In 2019, MIT published MIMIC-Chest X-Ray Database (MIMIC-CXR) collection of more than 350,000 chest x-ray images associated with 227,943 studies. These images consist of both frontal and lateral views and were compiled from Beth Israel Deaconess Medical Center in Boston during years 2011 to 2016. Images are provided with 14 labels derived from free-text radiology reports using NLP tools [<xref ref-type="bibr" rid="scirp.120911-ref8">8</xref>].</p><p>CheXpert is another such dataset consisting of 224,316 chest radiographs of 65,240 patients who underwent a radiographic examination from Stanford University Medical Center between October 2002 and July 2017, in both inpatient and outpatient centers. Based on associated radiology reports, these X-rays images were labeled as positive, negative, or uncertain for the presence of 14 common chest radiographic observations. CheXpert data has attracted strong attention in building pre-trained learning models to address the challenges in X-Ray image processing, classification and segmentation. CheXNet is one prominent project by Stanford ML Group which is considered to have state of the art performance in classifying diseases even better than expert radiologists.</p></sec><sec id="s1_2"><title>1.2. Baseline</title><p>In this paper, we take inspiration from state-of-the-art CheXNet model to train similar models based on CNN that perform multi-class, multi-label classification with transfer learning from models trained on Imagenet data. Irvin et al. [<xref ref-type="bibr" rid="scirp.120911-ref1">1</xref>], in their paper developed models to predict five lungs’ conditions such as Atelectasis, Cardiomegaly Consolidation, Edema and Pleural Effusion. Their study achieved AUC ranging from 0.85 to 0.93. Our goal is to expand the predictions from 5 diseases to 14 diseases and achieve comparable AUCs, and also attempt to compare various pre-trained CNN models and their performance.</p></sec></sec><sec id="s2"><title>2. Approach and Methods</title><p>Our approach primarily focuses on developing CNN classifier to predict the labels. During research, it is a good practice to evaluate models on different datasets since deep learning algorithms are often validated on historical data, yielding guaranteed performance but are unable to attain same levels of accuracy when operating outside the training data range. This is called as overfitting. We employ a method to compare the performance of different models based on success metrics of the model on test data set of images and determine the best performing model under different parameter setting.</p><sec id="s2_1"><title>2.1. Convolutional Neural Network</title><p>CNN is a deep Learning algorithm which can take an input image, assign importance as weights to various features in the image and be able to differentiate one from the other. The main advantage of Convolutional Neural network is that it has the capability to capture the temporal and spatial dependencies in an image by applying relevant filters [<xref ref-type="bibr" rid="scirp.120911-ref9">9</xref>]. CNN architecture is composed of a convolutional layer, a pooling layer and a fully connected layer. The function of a convolutional layer is to extract features from images. Each convolutional layer can have multiple convolution kernels and the convolutional layer is calculated as follows:</p><p>x j l = f ( ∑ i ∈ M j x j l − 1 ∗ k i j l + b j l ) ,</p><p>where x j l − 1 is the characteristic map of the output of previous layer, x j l is the output of the ith channel of the jth convolutional layer and f(.) is called the activation function. M j is the subset of input feature maps, k i j l is a convolutional kernel and b j l is its corresponding weight. A pooling layer sits between two convolutional layers to reduce the feature map dimensions and still maintain the scale of the features to an extent. Mean pooling and Max pooling are two main pooling methods used. A fully connected layer integrates multiple image maps after they are passed through multiple convolutional and pooling layers to obtain high-level semantics used to determine the class labels.</p><p>All the experiments in our work involve millions of parameters for multiple features and multiple layers of neural networks. This requires us to use a faster processing machine with graphic processing units (GPU) and cloud architecture that have pre-configured drivers and come with popular Python packages to build neural networks.</p></sec><sec id="s2_2"><title>2.2. Experimental Setup</title><p>We used AWS Deep Learning AMI (Ubuntu 18.04) for training and prediction. These AMIs are pre-configured with PyTorch 1.7.1 and Python3.7 (CUDA 11.1 and Intel MKL) along with other basic data science software like pandas, numpy, scipy etc. We used g4dn.2xlarge machine with 1 Tesla T4 GPU.</p></sec><sec id="s2_3"><title>2.3. Dataset</title><p>We used a version of Chexpert data with down sampled resolution to train the model. The original data is 439 GB in size whereas the down sampled version is just 11 GB. We chose the down sampled version to save training time and computing power. Sample images are shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>.</p><p>Each individual X-ray radiograph is represented by the image and a feature vector containing patient id, sex, age, study number, X-ray view-type, and a vector of fourteen expert-labeled observations. We clean the data to omit the sex and age features from the equation because we evaluate solely on the image.</p><p>Train Data Distribution</p><p>This subset of dataset is split into train and validation sets for model evaluation with a split proportion of 80:20. <xref ref-type="fig" rid="fig2">Figure 2</xref> and <xref ref-type="fig" rid="fig3">Figure 3</xref> denote the distribution of train data and train labels respectively. An unseen test data set is used to evaluate predictions of classes by the trained models.</p></sec><sec id="s2_4"><title>2.4. Data Uncertainty</title><p>Chest X-ray dataset contains images that are hard to classify for a certain disease to be present. So, radiologists often leave an uncertain label (value = −1) on such images. We followed approach similar to Irvin et al. [<xref ref-type="bibr" rid="scirp.120911-ref4">4</xref>] to handle uncertainties. Labels were split into u-zero and u-one categories based on previous studies. Category u-one means uncertain labels will be treated as positive and u-zero means negative. We considered labels Atelectasis, Edema as u-ones and rest of the labels as u-zero.</p></sec><sec id="s2_5"><title>2.5. Data Pre-Processing</title><p>Dataset used for training and test are pre-processed through augmentation methods. This was done to increase the size and quality of the dataset. This process helps in solving problems related to overfitting and enhances the model’s generalization ability during training and prediction of class labels.</p></sec><sec id="s2_6"><title>2.6. Modeling</title><p>Based on our research, CNN architecture performs better on multi-class, multi-label classification of image dataset due to the reduction in number of parameters involved, without losing features that are critical for getting a good prediction. So, we investigated multiple models based on CNN architecture that will be discussed in detail further. Each of this model is run on train and test data with a batch size of 96 for up to 40 epochs, binary cross entropy as loss function, Adam optimizer with an initial learning rate of 0.001 which is multiplied by 10 each time the validation loss plateau after an epoch.</p><sec id="s2_6_1"><title>2.6.1. Custom Net (Simple Baseline Model)</title><p>We started with a simple custom-made CNN models. Trained the model from scratch where input is passed through 4 convolutional layers by random initialization and fine tuning the weights of all the layers. Each convolutional layer has a max pool layer and ReLU activations. Pooling layers used to reduce spatial volume. <xref ref-type="fig" rid="fig4">Figure 4</xref> demonstrates list of parameters for each layer. Output of these layers is then passed to a fully connected sigmoid function to classify a collection of chest X-ray images. Sigmoid function helps to convert raw output values from classifier to corresponding probability values. We considered probability greater than 0.50 as positive detection.</p></sec><sec id="s2_6_2"><title>2.6.2. DenseNet121</title><p>The core idea of DenseNet is to ensure maximum information flow between layers in the network by connecting all layers directly with each other. It has a stack of dense blocks followed by transition layers. Dense blocks contain different units such as convolutions, batch normalization and ReLU activations. Each dense block generates a fixed number of feature vectors which is called the Growth rate i.e., the amount of information that layers can transmit. We trained DenseNet121 with initial weights from a pre-trained network on ImageNet data [<xref ref-type="bibr" rid="scirp.120911-ref10">10</xref>].</p></sec><sec id="s2_6_3"><title>2.6.3. ResNet-50</title><p>ResNet-50 is a convolutional neural network that is 50 layers deep. We initialize the network with pre-trained weights, where knowledge is transferred from ImageNet data. Pre-trained network initial weights are frozen for first 6 layers used for feature extraction and only the weights of the last layer are adapted to re-train one or more layers with samples from the X ray dataset [<xref ref-type="bibr" rid="scirp.120911-ref11">11</xref>].</p></sec><sec id="s2_6_4"><title>2.6.4. Inception_V3</title><p>This network has 48 layers depth that can make several improvements including label smoothing, factorized convolutions and uses an auxiliary classifier to propagate label information lower down the network. We initialize the network with</p><p>pre-trained weights, where knowledge is transferred from ImageNet data and freeze these weights for first 8 layers [<xref ref-type="bibr" rid="scirp.120911-ref12">12</xref>].</p></sec><sec id="s2_6_5"><title>2.6.5. Vgg16</title><p>The VGG network is a neural network that has already been pretrained on over a million images from the ImageNet database. The network has 41 layers. There are 16 layers with learnable weights, 13 convolutional layers, and 3 fully connected layers. One of the major disadvantages of the VGG16 Neural Network is the huge number of trainable parameters. It has more than 134 million trainable parameters. We did freeze the first 6 layers so as to limit the trainable parameters to 57 k [<xref ref-type="bibr" rid="scirp.120911-ref11">11</xref>] [<xref ref-type="bibr" rid="scirp.120911-ref13">13</xref>].</p><p><xref ref-type="fig" rid="fig5">Figure 5</xref> demonstrates trainable parameters for each of these models.</p></sec></sec><sec id="s2_7"><title>2.7. Success Metrics</title><p>Accuracy: It is the ratio of number of correct predictions to the total number of input samples.</p><p>Area Under Curve: AUC of a classifier is equal to the probability that the classifier will rank a randomly chosen positive example higher than a randomly chosen negative example [<xref ref-type="bibr" rid="scirp.120911-ref14">14</xref>].</p><p>F1 Score: F1 Score is the Harmonic Mean between precision and recall.</p><p>Precision: The precision is the ratio the number of true positives to the sum of true positives and false positives. The precision denotes the ability of the classifier not to label as positive a sample that is negative.</p><p>Recall: The recall is the ratio the number of true positives to the sum of true positives and false negatives. The recall denotes the ability of the classifier to find all the positive samples.</p></sec><sec id="s2_8"><title>2.8. Model Training</title><p>We did a random 20% split of train data as validation data and trained model for a maximum of 40 epochs. ROC was used to determine early stopping criteria. Most of the models achieved best performance with 20 to 25 epochs. <xref ref-type="fig" rid="fig6">Figure 6</xref> demonstrates variations in training metrics per epoch.</p><p>DenseNet model achieved highest training AUROC 78 and highest training accuracy 87% as indicated in <xref ref-type="fig" rid="fig7">Figure 7</xref>.</p></sec><sec id="s2_9"><title>2.9. Training and Validation Metrics</title></sec></sec><sec id="s3"><title>3. Results</title><p>To evaluate the performance of models, we used unseen test data to predict the multi classifications labels. The validation set contains 200 studies from 200 patients randomly sampled from the full dataset with no patient overlap with the train set. Test data consisted of 234 images. Distribution of test data and labels is shown in <xref ref-type="fig" rid="fig8">Figure 8</xref>.</p><sec id="s3_1"><title>3.1. Test Metrics</title><p>Model performance validated against success metrics. Details available are in <xref ref-type="fig" rid="fig9">Figure 9</xref>.</p><p>Based on overall test metrics, DenseNet121 achieved the best performance. This model achieved ROC score of 0.78 and accuracy of 87%. Other models ROC values ranged from 0.69 to 0.75 and accuracy from 83% to 86%.</p></sec><sec id="s3_2"><title>3.2. Test Metrics for Labels—AUROC</title><p>Densenet121 performed better in the case of individual labels also. <xref ref-type="fig" rid="fig1">Figure 1</xref>0 shows AUROC values for various labels. Densenet121 model achieved AUROC ranging from 0.82 to 0.93 for the 5 labels those were part of the study conducted by Stanford ML group [<xref ref-type="bibr" rid="scirp.120911-ref1">1</xref>]. The performance was good for some other labels also like Pleural Other (AUROC: 0.97) and Lung Opacity (AUROC: 0.91). The worst performance was for Enlarged Cardiomediastinum (AUROC: 0.49).</p></sec><sec id="s3_3"><title>3.3. Test Metrics for Labels—Accuracy</title><p>Densenet121 gave the best accuracy for individual labels. <xref ref-type="fig" rid="fig1">Figure 1</xref>1 shows Accuracy values for various labels. Fracture, Lung Lesion, Pleural Other, Pneumonia and Pneumothorax achieved more than 95% accuracy. Enlarged Cardiomediastinum had the least accuracy of 53%.</p></sec><sec id="s3_4"><title>3.4. Confusion Matrix</title><p>Accuracy results may be misleading in some cases when the data set is unbalanced. We used confusion matrix to visualize true positives, false positives, true negatives, and false negatives as shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>2. Confusion Matrices for the best model, CustomNet and Densenet121 is given below.</p></sec><sec id="s3_5"><title>3.5. CustomNet</title></sec><sec id="s3_6"><title>3.6. DenseNet</title><p><xref ref-type="fig" rid="fig1">Figure 1</xref>3 demonstrates confusion matrix for DenseNet. The inability of the models to predict certain diseases are evident from the confusion matrix. For example, there were 68 positive cases for “Cardiomegaly” in the test data. Custom net predicted only 8 cases correctly where as DenseNet121 predicted 3 cases.</p></sec></sec><sec id="s4"><title>4. Conclusion</title><p>The models were able to achieve ROC of about 0.78 and overall accuracy of about 87 percent. Dense121 pre-trained model gave the best performance for test data prediction. However, all models failed to accurately predict positive cases of certain diseases in spite of higher overall prediction accuracy rate. After examining the results, we hypothesize that these poor results are primarily due to lack of balanced training data. The number of positive cases in training data was very less compared to the negative class. Considering the uncertainty label as positive is not an effective approach for handling uncertainty in the dataset and is particularly ineffective on certain diseases. Overall, for 5 diseases, the best model was able to achieve AUROC comparable with baseline studies. Also model successfully predicted several other labels like Fracture, Lung Lesion, Pleural Other, Pneumonia and Pneumothorax with more than 95% accuracy.</p>Optimization<p>We realize that the class imbalance affected model’s ability to predict positive cases of certain labels. For example, Cardiomediastinum has only 4% positive cases in train data and Pneumonia has only 3% positive cases. In the future, we wish to address this by experimenting with over sampling or under sampling techniques. The bias towards the dominant class can be reduced by altering the training data in order to decrease the imbalance.</p></sec><sec id="s5"><title>Code Location</title><p>https://github.com/aravindsp/CS598_DL_Chest_X_RayClassification</p></sec><sec id="s6"><title>Notebook</title><p>https://github.com/aravindsp/CS598_DL_Chest_X_RayClassification/blob/main/code/cs-598-multi-labelchest-x-ray-classification.ipynb</p></sec><sec id="s7"><title>Python Script</title><p>https://github.com/aravindsp/CS598_DL_Chest_X_RayClassification/blob/main/code/cs-598-multi-labelchest-x-ray-classification.py</p></sec><sec id="s8"><title>Conflicts of Interest</title><p>The author declares no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s9"><title>Cite this paper</title><p>Pillai, A.S. (2022) Multi-Label Chest X-Ray Classification via Deep Learning. Journal of Intelligent Learning Systems and Applications, 14, 43-56. https://doi.org/10.4236/jilsa.2022.144004</p></sec></body><back><ref-list><title>References</title><ref id="scirp.120911-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Imaging and Radiology: MedlinePlus Medical Encyclopedia. https://medlineplus.gov/ency/article/007451.htm</mixed-citation></ref><ref id="scirp.120911-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Deep Learning in Healthcare and Radiology. Aidoc Blog. https://www.aidoc.com/blog/deep-learning-in-healthcare</mixed-citation></ref><ref id="scirp.120911-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Irvin, J., et al. (2019) CheXpert: A Large Chest Radiograph Dataset with Uncertainty Labels and Expert Comparison. https://www.aaai.org</mixed-citation></ref><ref id="scirp.120911-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Nair, A., Nair, U., Negi, P., Shahane, P. and Mahajan, P. (2019) Detection of Diseases on Chest X-Ray Using Deep Learning. http://cikitusi.com</mixed-citation></ref><ref id="scirp.120911-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Palanisamy, N. and Santerre, J. (2019) Automated Pleural Effusion Detection on Chest X-Rays. SMU Data Science Review, 2, Article No. 15. http://digitalrepository.smu.edu.Availableathttps://scholar.smu.edu/datasciencereview/vol2/iss2/15</mixed-citation></ref><ref id="scirp.120911-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Moradi, M., Madani, A., Karargyris, A. and Syeda-Mahmood, T.F. (2018) Chest X-Ray Generation and Data Augmentation for Cardiovascular Abnormality Classification. Proceedings of SPIE, Vol. 10574, 105741M. https://doi.org/10.1117/12.2293971</mixed-citation></ref><ref id="scirp.120911-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Wang, X., Peng, Y., Lu, L., Lu, Z., Bagheri, M. and Summers, R.M. (2017) Chest X-Ray8: Hospital-Scale Chest X-Ray Database and Benchmarks on Weakly-Supervised Classification and Localization of Common Thorax Diseases. 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, 21-26 July 2017, 2097-2106. https://doi.org/10.1109/CVPR.2017.369</mixed-citation></ref><ref id="scirp.120911-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Johnson, A.E.W., et al. (2019) MIMIC-CXR-JPG, a Large Publicly Available Database of Labeled Chest Radiographs. http://arxiv.org/abs/1901.07042</mixed-citation></ref><ref id="scirp.120911-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Simonyan, K. and Zisserman, A. (2014) Very Deep Convolutional Networks for Large-Scale Image Recognition. http://arxiv.org/abs/1409.1556</mixed-citation></ref><ref id="scirp.120911-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Huang, G., Liu, Z., van der Maaten, L. and Weinberger, K.Q. (2016) Densely Connected Convolutional Networks. 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, 21-26 July 2017, 2261-2269. http://arxiv.org/abs/1608.06993 https://doi.org/10.1109/CVPR.2017.243</mixed-citation></ref><ref id="scirp.120911-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">He, K., Zhang, X., Ren, S. and Sun, J. (2016) Deep Residual Learning for Image Recognition. 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, 27-30 June 2016, 770-778. http://image-net.org/challenges/LSVRC/2015 https://doi.org/10.1109/CVPR.2016.90</mixed-citation></ref><ref id="scirp.120911-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Szegedy, C., Vanhoucke, V., Ioffe, S., Shlens, J. and Wojna, Z. (2015) Rethinking the Inception Architecture for Computer Vision. 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, 27-30 June 2016, 2818-2826. http://arxiv.org/abs/1512.00567 https://doi.org/10.1109/CVPR.2016.308</mixed-citation></ref><ref id="scirp.120911-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Krizhevsky, A., Sutskever, I. and Hinton, G.E. (2012) ImageNet Classification with Deep Convolutional Neural Networks. Proceedings of the 25th International Conference on Neural Information Processing Systems, Volume 1, 1097-1105. http://code.google.com/p/cuda-convnet</mixed-citation></ref><ref id="scirp.120911-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Namdar, K., Haider, M.A. and Khalvati, F. (2021) A Modified AUC for Training Convolutional Neural Networks: Taking Confidence into Account. https://pypi.org/project/GenuineAI</mixed-citation></ref></ref-list></back></article>