Literature DB >> 33169050

A five-layer deep convolutional neural network with stochastic pooling for chest CT-based COVID-19 diagnosis.

Yu-Dong Zhang1,2, Suresh Chandra Satapathy3, Shuaiqi Liu4, Guang-Run Li5.   

Abstract

Till August 17, 2020, COVID-19 has caused 21.59 million confirmed cases in more than 227 countries and territories, and 26 naval ships. Chest CT is an effective way to detect COVID-19. This study proposed a novel deep learning model that can diagnose COVID-19 on chest CT more accurately and swiftly. Based on traditional deep convolutional neural network (DCNN) model, we proposed three improvements: (i) We introduced stochastic pooling to replace average pooling and max pooling; (ii) We combined conv layer with batch normalization layer and obtained the conv block (CB); (iii) We combined dropout layer with fully connected layer and obtained the fully connected block (FCB). Our algorithm achieved a sensitivity of 93.28% ± 1.50%, a specificity of 94.00% ± 1.56%, and an accuracy of 93.64% ± 1.42%, in identifying COVID-19 from normal subjects. We proved using stochastic pooling yields better performance than average pooling and max pooling. We compared different structure configurations and proved our 3CB + 2FCB yields the best performance. The proposed model is effective in detecting COVID-19 based on chest CT images. © Springer-Verlag GmbH Germany, part of Springer Nature 2020.

Entities:  

Keywords:  Batch normalization; COVID-19; Convolution block; Deep convolutional neural network; Dropout; Fully connected block; Stochastic pooling

Year:  2020        PMID: 33169050      PMCID: PMC7609373          DOI: 10.1007/s00138-020-01128-8

Source DB:  PubMed          Journal:  Mach Vis Appl        ISSN: 0932-8092            Impact factor:   2.012


Introduction

The coronavirus pandemic is an ongoing global pandemic disease, which is also called COVID-19. World Health Organization (WHO) declared the COVID-19 as a public health crisis of global concern on 30/01/2020, and as a pandemic on 11/03/2020 [1]. Till August 17, 2020, COVID-19 has caused 21.59 million confirmed cases and 773.6 thousand death tolls. Recommended preventive measures are composed of mouth covering when coughing, hand washing, social distancing, face masks in public, suspect isolation, etc. From the viewpoint of countries, lockdown, travel restriction, facility closure, workplace control, contact tracing, testing capacity increase are all effective preventive measures. Reverse transcription polymerase chain reaction (RT-PCR) [2] and real-time RT-PCR [3] are one of the standard diagnosis methods from a nasopharyngeal swab. Chest computed tomography (CCT) is another effective diagnosis tool for COVID-19 diagnosis. Compared to polymerase chain reaction (PCR), CCT is quicker and more sensitive [4]. The main biomarkers differentiating COVID-19 from healthy people are the asymmetric peripheral ground-glass opacities (GGOs) without pleural effusions [5]. Manual interpretation by radiologists is tedious and easy to be influenced by fatigue, emotion, and other factors. A smart diagnosis system via computer vision and artificial intelligence can benefit patients, radiologists, and hospitals. Traditional artificial intelligence (AI) and modern deep learning (DL) methods have achieved excellent results in analyzing medical images, e.g., Lu [6] proposed a radial-basis-function neural network (RBFNN) to detect pathological brains. Yang [7] presented a kernel-based extreme learning classifier (K-ELM) to create a novel pathological brain detection system. Their method was robust and effective. Lu [8] proposed a novel extreme learning machine trained by the bat algorithm (ELM-BA) approach. Jiang [9] used a six-layer convolutional neural network to recognize sign language fingerspelling. Their method is abbreviated as 6L-CNN-F, here F means fingerspelling. Szegedy et al. [10] presented the GoogLeNet. Yu and Wang [11] suggested the use of ResNet18 for mammogram abnormality detection. Two references provide systematic reviews of machine learning techniques in detecting COVID-19 [12, 13]. Besides, there are some successful applications in other industrial and academic fields using traditional AIs [14-18]. This study used deep convolutional neural network (DCNN) as the backbone. To make our algorithm effective in detecting COVID-19, we proposed three improvements, (i) We introduced stochastic pooling (SP) to replace traditional average pooling and maximum pooling methods; (ii) We created conv block (CB) by combining conv layer and batch normalization, and (iii) we created fully connected block (FCB) by combining dropout layer and fully connected layer. Those three improvements help enrich the performance of the basic DCNN, and we name our proposed algorithm as “5-layer DCNN with stochastic pooling for COVID-19 (5L-DCNN-SP-C) algorithm.” Sections 2, 3, 4, and 5 present the dataset, methodology, results, and conclusions, respectively.

Dataset

We enrolled 142 COVID-19 subjects and 142 healthy controls (HCs) from local hospitals. CCT was performed on all subjects, and three-dimensional volumetric images were obtained. Slice level selection (SLS) method was used: For COVID-19 pneumonia patients, the slice showing the largest size and number of lesions was selected. For healthy controls, any level of the image can be selected. Use this slice level selection method, we extract 320 images (resolution: 1024 × 1024) from both COVID-19 patients and HC subjects, respectively. The demographics of our image set are offered in Table 1. Table 2 shows the abbreviation list for easy reading.
Table 1

Demographics of COVID-19 and HC

No. SubjectsNo. ImagesAge Range
COVID-1914232022–91
HC14232021–76
Table 2

Abbreviation list

MeaningsAbbreviations
CCTChest computed tomography
BCRByte compression ratio
SLSSlice level selection
NLAFNonlinear activation function
AMActivation map
(A)(M)(S)P(average) (max) (stochastic) pooling
NLDSnonlinear downsampling
DWDown-weight
DO(L)(N)Dropout (layer) (neuron)
CRLWCompression ratio of learnable weights
PLPooling layer
SCStructure configuration
CBConvolution block
FCBFully connected block
Demographics of COVID-19 and HC Abbreviation list

Methodology

Preprocessing

Let us set the original CCT image set to be , which is composed of n CCT images as First, we compress the three-channel color image to gray image, and get the grayscale image set as Second, the histogram stretching (HS) method was firstly employed to increase the image’s contrast. For i-th image , the new histogram stretched image was obtained as where . Here, means coordinates of pixel of the image , and means the minimum value of CCT image . means the maximum value of image . In all, we get the histogram stretched dataset as Third, we crop the images to remove the texts at the margin area, and the checkup bed at the bottom area. Thus, we get the cropped dataset as where C represents crop operation, and the parameter vector means to the range to be removed from top, bottom, left, and right directions. In our study, we set . Fourth, we downsampled the image to size of , and we now get the resized image set as where means downsampling operation. in this study. Figure 1 shows the above four preprocessing steps.
Fig. 1

Diagram of preprocessing (color figure online)

Diagram of preprocessing (color figure online) Table 3 compares the size and storage per image at every preprocessing step. We can see here after the five-step preprocessing procedure, each image will only cost about 0.52% of its original storage. The byte compression ratio (BCR) was calculated as: .
Table 3

Image size and storage per image at each preprocessing step

Preprocessing stepImage Size (per image)Byte(s) (per image)
Original \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s_{1}$$\end{document}s1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$1024 \times 1024 \times 3 = 3,145,728$$\end{document}1024×1024×3=3,145,72812,582,912
Grayscaled \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s_{2}$$\end{document}s2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$1024 \times 1024 \times 1 = 1,048,576$$\end{document}1024×1024×1=1,048,5764,194,304
Histogram stretched \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${\text{s}}_{3}$$\end{document}s3\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$1024 \times 1024 \times 1 = 1,048,576$$\end{document}1024×1024×1=1,048,5764,194,304
Cropped \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s_{4}$$\end{document}s4\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$724 \times 724 \times 1 = 524,176$$\end{document}724×724×1=524,1762,096,704
Downsampled \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s_{5}$$\end{document}s5\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$128 \times 128 \times 1 = 16,384$$\end{document}128×128×1=16,38465,536
Image size and storage per image at each preprocessing step Figure 2 shows two samples of our collected and preprocessed dataset , from which we can clearly observe the clinical biomarkers of COVID-19. Cui et al. [19] reported the preliminary CT findings of COVID-19 in their publication. Tuncer et al. [20] used chest CT images, and then developed a local binary pattern and iterative ReliefF algorithm. There are more open publications that show it is feasible to develop effective AI systems based on CCT images.
Fig. 2

Two samples of our preprocessed dataset

Two samples of our preprocessed dataset

Basics of DCNN

Deep convolutional neural network (DCNN) is a king of new artificial neural network. Its main feature is to use multiple layers to build a deep neural network. Generally, DCNN is composed of conv layers (CLs), pooling layers (PLs), and fully connected layers (FCLs) [21-25]. Figure 3 presents a simplistic instance consisting of 2 CLs, 2 PLs, and 2 FCLs. On the right part of Fig. 3, The blue rectangle means FCL block, and red rectangle means the softmax function. DCNNs could reach better performances than old-dated AI methods, because they learn the feature from the data during the training procedure. There is no need to consume much time in feature engineering.
Fig. 3

Pipeline of a toy example of DCNN with 2 CLs, 2PLs, and 2 FCLs

Pipeline of a toy example of DCNN with 2 CLs, 2PLs, and 2 FCLs The essential operation in DCNN is convolution. The CL performed 2D convolution along the width and height directions. Note that the weights in CNN are initialized with random, and then learnt from data itself by network training. Figure 4 illustrates the pipeline of input feature maps passing across a CL. Assume there is an input matrix, kernels (), and an output O, with theirs sizes defined as
Fig. 4

Pipeline of conv layer

Pipeline of conv layer where represent the size of height, width, and channels of the matrix, respectively. Subscript I, K, and O represent input, kernel, and output, respectively. J denotes total number of filters. Note that which means the channel of input should equal the channel of kernel , and the channel of output should equal the number of filters J. Assume those filters move with padding of B and stride of A, we can get their relationship by simple math as: where represents the floor function. Afterward, CL’s outputs are hurled into a nonlinear activation function (NLAF) , that usually selects the rectified linear unit (ReLU) function. ReLU is preferred to traditional NLAFs such as hyperbolic tangent (HT) and sigmoid (SM) function

Improvement 1: Use SP to replace MP and AP

The activation maps (AMs) after each block within DCNN are usually too large, i.e., the size of their width, length, and channels are too large to handle, which will cause (i) overfitting of the training and (ii) large computational costs. Pooling layer (PL) is a form of nonlinear downsampling (NLDS) method to solve above issue. Further, PL can provide invariance-to-translation property to the AMs. For a region, suppose the pixels within the region are The average pooling (AP) calculates the mean value in the region . Assume the output value after NLDS is z, we can have where means the number of elements of region . Here, if we use a NLDS pooling. Using Fig. 5 as an example, and assuming the region at 2nd row 1st column of the input AM, I is chosen, i.e., ; thus, we have .
Fig. 5

Toy examples of different pooling technologies

Toy examples of different pooling technologies The max pooling (MP) operates on the region and selects the max value. Note that both AP and MP work on every slice separately. In Fig. 5, . In practice, scholars observed that the AP did not work well, because all pixels in the region are within the arguments of the NLDS function; hence, it could down-weight (DW) intense activation owing to numerous near-zero pixels. For example, in our region , the strongest value . On the other hand, MP deciphers above DW problem; however, it simply overfits the training set and causes the lack-of-generalization (LoG) problem. The stochastic pooling (SP) was introduced to conquer the DW, overfitting, and LoG problems caused by MP and AP. Instead of computing the average or the max, the output of the SP is calculated via sampling from a multinomial distribution generated from the activations of each region . Three steps of SP are depicted below: Estimate the probability of each entry within the region .in which, (i, j) is the element index of region . In matrix format, equation (17a) can be rewritten as Select a location within in accordance with the probability . The output is the value at location . Use the region in Fig. 5 as example, SP first calculates the probability map (PM), Using the probability map, we randomly select the position associates with probability of . Thus, the SP output of is . In all, SP uses non-maximal activations from the region , instead of outputting the greatest value.

Improvement 2: batch normalization transform

The motivation of batch normalization transform (BNT) is the so-called internal covariant shift (ICS), which means the effect of randomness of the distribution of inputs to internal DCNN layers during training. The phenomenon of ICS will worsen the DCNN’s performance. This study introduced BNT to normalize those internal layer’s inputs over every mini-batch (suppose its size is m), in order to guarantee the batch normalized output have a uniform distribution. Mathematically, BNT is to learn a function from The empirical mean and empirical variance over training set can be calculated as The input was first normalized to where in denominator in Eq. (25) is to enhance the numerical stability. The value of is a small constant. in this study. Now has zero-mean and unit-variance characteristics. In order to have a more expressive deep neural network [26], a transformation is usually carried out as where the parameters and are two learnable parameters during training. The transformed output is then passed to the next layer and the normalized remains internal to current layer. In the inference stage, we do not have mini-batch anymore. So instead of calculating empirical mean and empirical variance, we will calculate population mean and population variance , and we have the output at inference stage as We proposed to use convolution block (CB) to be one of the building blocks of our DCNN. The CB consists of one conv layer and one batch normalization layer.

Improvement 3: fully connected block

In traditional DCNN, the fully connected layer (FCL) serves the role of classifier. We plan to replace FCL with fully connected block (FCB), which will include one dropout layer (DOL) and one FCL layer. Srivastava et al. [27] proposed the concept of dropout neurons (DON) and DOL by randomly drop neurons and set to zero their neighboring weights from the DCNN during training. The neuron’s incoming and outgoing connections are freezing, after it is dropped out. Figure 6 illustrates the illustration of neurons in DOL. The selections of dropout are random with a retention probability (). where , and means the weights of dropped out neurons.
Fig. 6

DONs at training and inference stages ( = weights, =retention probability)

DONs at training and inference stages ( = weights, =retention probability) During inference, we run the entire DCNN without dropout, but the weights of FCLs of FCBs are downscaled (viz., multiplied) by . Figure 7 shows a toy DCNN example with four FCL layers. Suppose we have neurons at k-th layer, and assume , , , . Thus, we have in total nodes. Suppose we do not consider incoming and outgoing weights, and do not consider the number of biases, the size of learnable weights as number of weights between layer and layer before dropout, roughly calculating, can be written as , , . In total, we have the total number of learnable weights before dropout as . Using , the size of learnable weights after dropout between layer and layer is symbolized as , and we can calculate the total number of learnable weights as .
Fig. 7

A toy example of a DCNN with four FCLs

A toy example of a DCNN with four FCLs The compression ratio of learnable weights (CRLW), roughly, can be calculated by , which is the squared value of retention probability . where and means the number of learnable weights after and before dropout, respectively.

Proposed DCNN and its Implementation

We create a new five-layer DCNN with stochastic pooling for COVID-19 detection (5L-DCNN-SP-C) with three CBs and two FCBs. The structure of proposed 5L-DCNN-SP-C is shown in Fig. 8, where SP is added after each activation map. The reason why set three CBs and two FCBs are by manual trial-and-error method. In the experiment, we will compare this setting (3 CBs + 2 FCBs) against other setting.
Fig. 8

Structure of proposed 5L-DCNN-SP-C

Structure of proposed 5L-DCNN-SP-C The hyperparameters of each layer/block of proposed 5L-DCNN-SP-C are listed in Table 4, where means filters with size of , followed by pooling layer with pooling size of . Meanwhile, W and B represent the size of weight matrix and bias vector, respectively. The last column in Table 4 shows the activation map (AM).
Table 4

Details of each layer in proposed 5L-DCNN-SP-C

Layer/BlockHyperparameterAM
Inputn/a128 × 128 × 1
CB-1-SP32 3 × 3 /264 × 64 × 32
CB-2-SP64 3 × 3 /232 × 32 ×  64
CB-3-SP128 3 × 3 /216 × 16 × 128
Flatten1 ×  32,768
FCB-4

W(50 × 32,768); B(50 × 1);

\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\theta_{rp} = 0.5$$\end{document}θrp=0.5

1 × 50
FCB-5

W(2 × 50); B(2 × 1);

\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\theta_{rp} = 0.5$$\end{document}θrp=0.5

1 × 2

n/a   not available, AM   activation map

Details of each layer in proposed 5L-DCNN-SP-C W(50 × 32,768); B(50 × 1); W(2 × 50); B(2 × 1); n/a   not available, AM   activation map Ten runs of tenfold cross-validation were employed. Suppose confusion matrix is defined as where represent TP, FN, FP, and TN, respectively. k is the index of trial (in each trial, onefold was used as test, and all the other folds were used as training), and r is the index of run. Note that will be calculated based on each test fold, and summarized across all 10 trials. Then, we get the Now we can calculate six indicators based on the confusion matrix over r-th run . where is sensitivity, is specificity, is precision, and is accuracy. Ignoring variable r, we have: is F1 score. and is Matthews correlation coefficient (MCC) The mean and standard deviation (SD) of all six measures will be calculated over all ten runs. where represents the index of measures.

Experiments, results, and discussion

Pooling method comparison

The results of 10 runs of SP were compared against AP and MP. We compared three pooling methods on test set. The results of all three pooling methods are listed in Table 5. For AP, it obtains , , , , , and . The results of AP are the worst of all three pooling methods. MP obtains better results than AP. The six measures of MP are , , ., , , and . Finally, SP obtains the greatest performances on all six measures. The six measures of SP are as follows: , , , , , and . For the ease of clear view, Fig. 9 presents the error bar plot of comparison of all three pooling methods.
Table 5

Ten runs of AP, MP, and SP

AP\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{1}$$\end{document}η1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{2}$$\end{document}η2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{3}$$\end{document}η3\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{4}$$\end{document}η4\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{5}$$\end{document}η5\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{6}$$\end{document}η6
193.1390.0090.3091.5691.6983.17
290.9490.0090.0990.4790.5180.94
392.5090.9491.0891.7291.7883.45
490.9492.1992.0991.5691.5183.13
591.5690.6390.7191.0991.1482.19
691.8892.5092.4592.1992.1684.38
790.9490.6390.6590.7890.8081.56
892.1989.3889.6790.7890.9181.59
988.7590.3190.1689.5389.4579.07
1089.3888.1388.2788.7588.8277.51
Mean ± SD91.22 ± 1.3590.47 ± 1.2790.55 ± 1.1990.84 ± 1.0590.88 ± 1.0681.70 ± 2.10
Fig. 9

Error bar of different pooling methods

Ten runs of AP, MP, and SP Error bar of different pooling methods

Structure comparison

We set the number of CBs as and the number of FCB as . We set and by trial-and-error method. Suppose we all use SP, and we create five different structure configurations (SC) setting as in Table 6. The results of cognate performances on test set are shown in Table 7, where we can observe the SC-V performs the best results, which corresponds to our optimal SC setting: and
Table 6

SC setting

SC\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${\upgamma }_{{{\text{CB}}}}$$\end{document}γCB\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${\upgamma }_{{{\text{FCB}}}}$$\end{document}γFCB
I21
II22
III23
IV31
V (Ours)32
VI33

SC  structure configuration,    number of CBs,   number of FCBs

Table 7

Performances of all six SCs (bold means the best)

SC\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{1}$$\end{document}η1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{2}$$\end{document}η2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{3}$$\end{document}η3\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{4}$$\end{document}η4\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{5}$$\end{document}η5\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{6}$$\end{document}η6
I92.28 ± 0.6991.00 ± 1.5391.13 ± 1.3991.64 ± 0.8691.70 ± 0.8283.30 ± 1.72
II93.13 ± 1.3292.59 ± 1.3692.65 ± 1.2692.86 ± 1.0092.88 ± 1.0085.73 ± 1.99
III93.28 ± 0.6192.97 ± 1.3393.01 ± 1.2393.13 ± 0.7193.14 ± 0.6886.26 ± 1.43
IV92.69 ± 1.1192.53 ± 1.8892.57 ± 1.7192.61 ± 1.0892.62 ± 1.0485.24 ± 2.14
V (Ours)93.28 ± 1.5094.00 ± 1.5693.96 ± 1.5493.64 ± 1.4293.62 ± 1.42 87.29 ± 2.83
VI93.44  ± 1.5293.03  ± 1.0993.07 ± 0.9893.23  ± 0.8293.24 ± 0.8586.49 ± 1.65
SC setting SC  structure configuration,    number of CBs,   number of FCBs Performances of all six SCs (bold means the best)

Comparison to State-of-the-art approaches

We compare our method “5L-DCNN-SP-C” with other COVID-19 classification approaches: RBFNN [6], K-ELM [7], ELM-BA [8], 6L-CNN-F [9], GoogLeNet [10], ResNet-18 [11]. The results on ten runs over test set are presented in Table 8. It is easily observed that our proposed 5L-DCNN-SP-C smashes all the other six comparison baseline methods in all indicators. Particularly, 6L-CNN-F [9] also used convolutional neural network method, and they used more layers (6 layers) than layers used in our model (5 layers).
Table 8

Comparison with SOTA approaches (Unit: %)

Approach\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{1}$$\end{document}η1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{2}$$\end{document}η2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{3}$$\end{document}η3\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{4}$$\end{document}η4\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{5}$$\end{document}η5\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\eta_{6}$$\end{document}η6
RBFNN [6]67.0874.4872.5270.7869.6441.74
K-ELM [7]57.2961.4659.8359.3858.4618.81
ELM-BA [8]57.08 ± 3.8672.40 ± 3.0367.48 ± 1.6564.74 ± 1.2661.75 ± 2.2429.90 ± 2.45
6L-CNN-F [9]81.04 ± 2.9079.27 ± 2.2179.70 ± 1.2780.16 ± 0.8580.31 ± 1.1360.42 ± 1.73
GoogLeNet [10]76.88 ± 3.9283.96 ± 2.2982.84 ± 1.5880.42 ± 1.4079.65 ± 1.9261.10 ± 2.62
ResNet-18 [11]78.96 ± 2.9089.48 ± 1.6488.30 ± 1.5084.22 ± 1.2383.31 ± 1.5368.89 ± 2.33

5L-DCNN-SP-C

(Ours)

93.28 ± 1.5094.00 ± 1.5693.96 ± 1.5493.64 ± 1.4293.62 ± 1.4287.29 ± 2.83
Comparison with SOTA approaches (Unit: %) 5L-DCNN-SP-C (Ours) The reason why our five-layer model is better than that six-layer model [9] is threefold: (i) We choose SP to improve the performance of our deep learning model; (ii) We fine-tune the hyperparameters (such as , , number of filters at each CB, number of neurons at each FCB); (iii) Our model was particularly designed for detecting COVID-19, while the 6L-CNN-F [9] was designed for fingerspelling recognition. In the future, we shall try to use clustering techniques [28, 29] to help improve the performance. Figure 10 shows the comparison bar plot of all seven methods.
Fig. 10

Comparison to state-of-the-art approaches

Comparison to state-of-the-art approaches

Conclusion

This study proposed a novel 5L-DCNN-SP-C framework, that combines deep convolutional neural network and stochastic pooling for COVID-19 diagnosis. We added batch normalization transform and dropout layers, and proposed two new blocks (convolution block and fully connected block). In our test, we proved three CBs and two FCBs structure can give the best performance. There are several shortcomings of our method: (i) The dataset is somewhat small. We shall seek to collect more datasets. (ii) Some new network technologies would be tried in our future studies, such as the recent transfer learning pretrained models.
  10 in total

1.  A Pathological Brain Detection System based on Extreme Learning Machine Optimized by Bat Algorithm.

Authors:  Siyuan Lu; Xin Qiu; Jianping Shi; Na Li; Zhi-Hai Lu; Peng Chen; Meng-Meng Yang; Fang-Yuan Liu; Wen-Juan Jia; Yudong Zhang
Journal:  CNS Neurol Disord Drug Targets       Date:  2017       Impact factor: 4.388

2.  Coronavirus Disease 2019 (COVID-19): Role of Chest CT in Diagnosis and Management.

Authors:  Yan Li; Liming Xia
Journal:  AJR Am J Roentgenol       Date:  2020-03-04       Impact factor: 3.959

3.  Classification of Alzheimer's Disease Based on Eight-Layer Convolutional Neural Network with Leaky Rectified Linear Unit and Max Pooling.

Authors:  Shui-Hua Wang; Preetha Phillips; Yuxiu Sui; Bin Liu; Ming Yang; Hong Cheng
Journal:  J Med Syst       Date:  2018-03-26       Impact factor: 4.460

Review 4.  Coronavirus Disease (COVID-19): A Machine Learning Bibliometric Analysis.

Authors:  Francesca DE Felice; Antonella Polimeni
Journal:  In Vivo       Date:  2020-06       Impact factor: 2.155

5.  Correlation of Chest CT and RT-PCR Testing for Coronavirus Disease 2019 (COVID-19) in China: A Report of 1014 Cases.

Authors:  Tao Ai; Zhenlu Yang; Hongyan Hou; Chenao Zhan; Chong Chen; Wenzhi Lv; Qian Tao; Ziyong Sun; Liming Xia
Journal:  Radiology       Date:  2020-02-26       Impact factor: 11.105

6.  Role of biological Data Mining and Machine Learning Techniques in Detecting and Diagnosing the Novel Coronavirus (COVID-19): A Systematic Review.

Authors:  A S Albahri; Rula A Hamid; Jwan K Alwan; Z T Al-Qays; A A Zaidan; B B Zaidan; A O S Albahri; A H AlAmoodi; Jamal Mawlood Khlaf; E M Almahdi; Eman Thabet; Suha M Hadi; K I Mohammed; M A Alsalem; Jameel R Al-Obaidi; H T Madhloom
Journal:  J Med Syst       Date:  2020-05-25       Impact factor: 4.460

7.  Development of a protective device for RT-PCR testing SARS-CoV-2 in COVID-19 patients.

Authors:  Tomoya Tsuchida; Shigeki Fujitani; Yukitaka Yamasaki; Hiroyuki Kunishima; Takahide Matsuda
Journal:  Infect Control Hosp Epidemiol       Date:  2020-04-13       Impact factor: 3.254

8.  An automated Residual Exemplar Local Binary Pattern and iterative ReliefF based COVID-19 detection method using chest X-ray image.

Authors:  Turker Tuncer; Sengul Dogan; Fatih Ozyurt
Journal:  Chemometr Intell Lab Syst       Date:  2020-05-18       Impact factor: 3.491

9.  Preliminary CT findings of coronavirus disease 2019 (COVID-19).

Authors:  Ning Cui; Xugong Zou; Lin Xu
Journal:  Clin Imaging       Date:  2020-05-12       Impact factor: 1.605

10.  Multiple assays in a real-time RT-PCR SARS-CoV-2 panel can mitigate the risk of loss of sensitivity by new genomic variants during the COVID-19 outbreak.

Authors:  Luis Peñarrubia; Maria Ruiz; Roberto Porco; Sonia N Rao; Martí Juanola-Falgarona; Davide Manissero; Marta López-Fontanals; Josep Pareja
Journal:  Int J Infect Dis       Date:  2020-06-12       Impact factor: 3.623

  10 in total
  16 in total

1.  An Automated Lightweight Deep Neural Network for Diagnosis of COVID-19 from Chest X-ray Images.

Authors:  Soumya Ranjan Nayak; Janmenjoy Nayak; Utkarsh Sinha; Vaibhav Arora; Uttam Ghosh; Suresh Chandra Satapathy
Journal:  Arab J Sci Eng       Date:  2021-08-09       Impact factor: 2.807

2.  Radiologist-Level Two Novel and Robust Automated Computer-Aided Prediction Models for Early Detection of COVID-19 Infection from Chest X-ray Images.

Authors:  Munish Khanna; Astitwa Agarwal; Law Kumar Singh; Shankar Thawkar; Ashish Khanna; Deepak Gupta
Journal:  Arab J Sci Eng       Date:  2021-08-07       Impact factor: 2.807

3.  A review on Deep Learning approaches for low-dose Computed Tomography restoration.

Authors:  K A Saneera Hemantha Kulathilake; Nor Aniza Abdullah; Aznul Qalid Md Sabri; Khin Wee Lai
Journal:  Complex Intell Systems       Date:  2021-05-30

4.  O-WCNN: an optimized integration of spatial and spectral feature map for arrhythmia classification.

Authors:  Manisha Jangra; Sanjeev Kumar Dhull; Krishna Kant Singh; Akansha Singh; Xiaochun Cheng
Journal:  Complex Intell Systems       Date:  2021-04-26

5.  Detection of COVID-19 from speech signal using bio-inspired based cepstral features.

Authors:  Tusar Kanti Dash; Soumya Mishra; Ganapati Panda; Suresh Chandra Satapathy
Journal:  Pattern Recognit       Date:  2021-04-24       Impact factor: 7.740

Review 6.  Outbreak COVID-19 in Medical Image Processing Using Deep Learning: A State-of-the-Art Review.

Authors:  Jaspreet Kaur; Prabhpreet Kaur
Journal:  Arch Comput Methods Eng       Date:  2021-10-19       Impact factor: 8.171

7.  Machine Vision and Intelligent Algorithm Based on Neural Network.

Authors:  Meng Li; Tiebo Sun
Journal:  Comput Intell Neurosci       Date:  2022-03-09

8.  Classification of COVID-19 Chest CT Images Based on Ensemble Deep Learning.

Authors:  Xiaoshuo Li; Wenjun Tan; Pan Liu; Qinghua Zhou; Jinzhu Yang
Journal:  J Healthc Eng       Date:  2021-04-20       Impact factor: 2.682

9.  A Novel Weighted Consensus Machine Learning Model for COVID-19 Infection Classification Using CT Scan Images.

Authors:  Rohit Kumar Bondugula; Siba K Udgata; Nitin Sai Bommi
Journal:  Arab J Sci Eng       Date:  2021-08-02       Impact factor: 2.807

10.  VGG19 Network Assisted Joint Segmentation and Classification of Lung Nodules in CT Images.

Authors:  Muhammad Attique Khan; Venkatesan Rajinikanth; Suresh Chandra Satapathy; David Taniar; Jnyana Ranjan Mohanty; Usman Tariq; Robertas Damaševičius
Journal:  Diagnostics (Basel)       Date:  2021-11-26
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.