IEEE Computational Intelligence Magazine - November 2020 - 14

They collected a new fully-annotated LUS image dataset from
several hospitals in Italy, and the labels indicate the severity of
the disease at the frame, video, and pixel levels (segmentation
masks). Using these data, several artificial neural network models have been developed to solve the tasks related to the automatic analysis of LUS images. To predict the severity of the
disease associated with an input frame, an extension of spatial
transformer networks was proposed, which can provide localization of the diseased area in a weakly supervised manner. To
conduct scoring at the video level, an effective frame score
aggregation function was proposed, and three artificial neural
networks, vanilla U-Net [25], U-Net++ [26], and Deeplabv3+
[27], have been adopted for the segmentation of COVID-19
imaging biomarkers at the pixel level.
Wang et al. [15] proposed a CNN-based model, COVIDNet, for detecting COVID-19 infected patients from a dataset
of chest radiography images. The dataset is an open dataset consisting of 13,800 images collected from 13,725 patients. COVID-Net utilizes a novel lightweight residual block, the
projection-expansion-projection-extension (PEPX), to improve
representational capacity while maintaining reduced computational complexity. Furthermore, COVID-Net is designed to
make predictions using a qualitative analysis method called
GSInquire, to obtain deeper insight into crucial features related
to COVID-19 infected patients, which can assist clinicians in
efficient and precise diagnosis.
Han et al. [16] presented an attention scheme involving
deep 3D multiple instance learning called AD3D-MIL to learn
a detection model from 3D chest CTs. With the attention
scheme AD3D-MIL, not only can it accurately predict an individual category of disease such as COVID-19, common pneumonia, or no pneumonia, but it also produces interpretability
of results. During the learning process, users will not receive a
set of labeled instances, but each bag contains many instances,
TABLE I Issues addressed by existing neural
network methods.
TPVP



COVID-NET [15]



HAN ET AL.'S
STUDY [16]



PANWAR ET AL.'S
STUDY [17]



OH ET AL.'S
STUDY [18]



APOSTOLOPOULOS
ET AL.'S STUDY [19]



WANG ET AL.'S
STUDY [20]



AYYOUBZADEH
ET AL.'S STUDY [21]
VAID ET AL.'S
STUDY [22]

14

CSVI

ROY ET AL.'S
STUDY [14]



TRD

PD

PHPM




IEEE COMPUTATIONAL INTELLIGENCE MAGAZINE | NOVEMBER 2020

and each bag has a label rather than separately labeled sets of
instances. The idea behind AD3D-MIL is to treat all CT images of an individual patient as the instances of a labeled bag.
Meanwhile, a fully 3D convolutional neural network is used to
produce the feature map of each instance, and an attentionbased MIL pooling is designed to select and combine the feature maps into a bag representation. Finally, the bag re---presentation
is fed into a typical fully-connected neural network to make
the final predictions.
Panwar et al. [17] developed a deep learning-based COVID-19
detection model that can detect a COVID-19 positive patient
within 5 seconds using X-ray images. The proposed model
extends VGG-16 by adding five custom layers as the head layers, of which the first layer is an average pooling 2D layer.
Unlike max pooling, this average pooling layer uses the average
value of all the pixels with a pool size of (4, 4) to down-sample
the images. The second layer is a flattened layer that transforms
a two-dimensional tensor into a vector as an input of a fully
dense connected layer (i.e., the third layer). Meanwhile, the
activation function of the fully dense connected layer is ReLU.
The fourth layer is a dropout layer that ignores half of the units
of the fully dense connected layer. The fifth layer is the output
layer, which uses two units to produce the confidence values
for the infected and uninfected, respectively. Based on a pretrained VGG-16 with the five layers added, the proposed model
was able to achieve a 97.62% true-positive rate with a limited
amount of data, consisting of 142 images of uninfected and 192
images of infected people.
The training of neural networks with limited training sample sizes is key to applying deep learning to address the issues
regarding COVID-19. To deal with the limited data size, Oh et
al. [18] developed a neural network for COVID-19 diagnosis
that is suitable for training with limited X-ray images. An
extended fully convolutional neural network called (FC)DenseNet103 [28] was adopted for lung image segmentation.
The results of the lung image segmentation from the segmentation networks are utilized for masking the pre-processed
images. To classify the masked images, ResNet-18 [29] was
adopted to build a classification model. Meanwhile, the classification model was implemented with two different contexts:
global appearance and zooming in a partial area. To consider
the view of global appearance, each masked image is resized to
224 × 224 so that each input is a complete X-ray image. Oh et
al. utilized this approach as a baseline network for experimental
evaluation. To consider zooming in a partial area of an X-ray
image, each masked image is cropped randomly to produce
several 224 × 224 images so that a masked image may produce
several input images. Although the overall accuracy of this
approach is 91.9%, slightly lower than that of COVID-Net [15]
(92.4%), the model size of this approach (11.6 M parameters) is
much smaller than that of COVID-Net (116.6 M parameters).
In other words, this approach requires much less data to train
the model.
Apostolopoulos et al. [19] examined the significance of the
extracted features and utilized MobileNet V2 [30] to train a



IEEE Computational Intelligence Magazine - November 2020

Table of Contents for the Digital Edition of IEEE Computational Intelligence Magazine - November 2020

Contents
IEEE Computational Intelligence Magazine - November 2020 - Cover1
IEEE Computational Intelligence Magazine - November 2020 - Cover2
IEEE Computational Intelligence Magazine - November 2020 - Contents
IEEE Computational Intelligence Magazine - November 2020 - 2
IEEE Computational Intelligence Magazine - November 2020 - 3
IEEE Computational Intelligence Magazine - November 2020 - 4
IEEE Computational Intelligence Magazine - November 2020 - 5
IEEE Computational Intelligence Magazine - November 2020 - 6
IEEE Computational Intelligence Magazine - November 2020 - 7
IEEE Computational Intelligence Magazine - November 2020 - 8
IEEE Computational Intelligence Magazine - November 2020 - 9
IEEE Computational Intelligence Magazine - November 2020 - 10
IEEE Computational Intelligence Magazine - November 2020 - 11
IEEE Computational Intelligence Magazine - November 2020 - 12
IEEE Computational Intelligence Magazine - November 2020 - 13
IEEE Computational Intelligence Magazine - November 2020 - 14
IEEE Computational Intelligence Magazine - November 2020 - 15
IEEE Computational Intelligence Magazine - November 2020 - 16
IEEE Computational Intelligence Magazine - November 2020 - 17
IEEE Computational Intelligence Magazine - November 2020 - 18
IEEE Computational Intelligence Magazine - November 2020 - 19
IEEE Computational Intelligence Magazine - November 2020 - 20
IEEE Computational Intelligence Magazine - November 2020 - 21
IEEE Computational Intelligence Magazine - November 2020 - 22
IEEE Computational Intelligence Magazine - November 2020 - 23
IEEE Computational Intelligence Magazine - November 2020 - 24
IEEE Computational Intelligence Magazine - November 2020 - 25
IEEE Computational Intelligence Magazine - November 2020 - 26
IEEE Computational Intelligence Magazine - November 2020 - 27
IEEE Computational Intelligence Magazine - November 2020 - 28
IEEE Computational Intelligence Magazine - November 2020 - 29
IEEE Computational Intelligence Magazine - November 2020 - 30
IEEE Computational Intelligence Magazine - November 2020 - 31
IEEE Computational Intelligence Magazine - November 2020 - 32
IEEE Computational Intelligence Magazine - November 2020 - 33
IEEE Computational Intelligence Magazine - November 2020 - 34
IEEE Computational Intelligence Magazine - November 2020 - 35
IEEE Computational Intelligence Magazine - November 2020 - 36
IEEE Computational Intelligence Magazine - November 2020 - 37
IEEE Computational Intelligence Magazine - November 2020 - 38
IEEE Computational Intelligence Magazine - November 2020 - 39
IEEE Computational Intelligence Magazine - November 2020 - 40
IEEE Computational Intelligence Magazine - November 2020 - 41
IEEE Computational Intelligence Magazine - November 2020 - 42
IEEE Computational Intelligence Magazine - November 2020 - 43
IEEE Computational Intelligence Magazine - November 2020 - 44
IEEE Computational Intelligence Magazine - November 2020 - 45
IEEE Computational Intelligence Magazine - November 2020 - 46
IEEE Computational Intelligence Magazine - November 2020 - 47
IEEE Computational Intelligence Magazine - November 2020 - 48
IEEE Computational Intelligence Magazine - November 2020 - 49
IEEE Computational Intelligence Magazine - November 2020 - 50
IEEE Computational Intelligence Magazine - November 2020 - 51
IEEE Computational Intelligence Magazine - November 2020 - 52
IEEE Computational Intelligence Magazine - November 2020 - 53
IEEE Computational Intelligence Magazine - November 2020 - 54
IEEE Computational Intelligence Magazine - November 2020 - 55
IEEE Computational Intelligence Magazine - November 2020 - 56
IEEE Computational Intelligence Magazine - November 2020 - 57
IEEE Computational Intelligence Magazine - November 2020 - 58
IEEE Computational Intelligence Magazine - November 2020 - 59
IEEE Computational Intelligence Magazine - November 2020 - 60
IEEE Computational Intelligence Magazine - November 2020 - 61
IEEE Computational Intelligence Magazine - November 2020 - 62
IEEE Computational Intelligence Magazine - November 2020 - 63
IEEE Computational Intelligence Magazine - November 2020 - 64
IEEE Computational Intelligence Magazine - November 2020 - 65
IEEE Computational Intelligence Magazine - November 2020 - 66
IEEE Computational Intelligence Magazine - November 2020 - 67
IEEE Computational Intelligence Magazine - November 2020 - 68
IEEE Computational Intelligence Magazine - November 2020 - 69
IEEE Computational Intelligence Magazine - November 2020 - 70
IEEE Computational Intelligence Magazine - November 2020 - 71
IEEE Computational Intelligence Magazine - November 2020 - 72
IEEE Computational Intelligence Magazine - November 2020 - 73
IEEE Computational Intelligence Magazine - November 2020 - 74
IEEE Computational Intelligence Magazine - November 2020 - 75
IEEE Computational Intelligence Magazine - November 2020 - 76
IEEE Computational Intelligence Magazine - November 2020 - Cover3
IEEE Computational Intelligence Magazine - November 2020 - Cover4
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202311
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202308
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202305
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202302
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202211
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202208
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202205
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202202
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202111
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202108
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202105
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202102
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202011
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202008
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202005
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_202002
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201911
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201908
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201905
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201902
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201811
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201808
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201805
https://www.nxtbook.com/nxtbooks/ieee/computationalintelligence_201802
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_winter17
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_fall17
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_summer17
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_spring17
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_winter16
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_fall16
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_summer16
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_spring16
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_winter15
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_fall15
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_summer15
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_spring15
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_winter14
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_fall14
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_summer14
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_spring14
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_winter13
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_fall13
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_summer13
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_spring13
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_winter12
https://www.nxtbook.com/nxtbooks/ieee/computational_intelligence_fall12
https://www.nxtbookmedia.com