| Literature DB >> 35790901 |
Hassen Louati1, Ali Louati2,3, Slim Bechikh1, Fatma Masmoudi4, Abdulaziz Aldaej4, Elham Kariri4.
Abstract
Covid-19 is a disease that can lead to pneumonia, respiratory syndrome, septic shock, multiple organ failure, and death. This pandemic is viewed as a critical component of the fight against an enormous threat to the human population. Deep convolutional neural networks have recently proved their ability to perform well in classification and dimension reduction tasks. Selecting hyper-parameters is critical for these networks. This is because the search space expands exponentially in size as the number of layers increases. All existing approaches utilize a pre-trained or designed architecture as an input. None of them takes design and pruning into account throughout the process. In fact, there exists a convolutional topology for any architecture, and each block of a CNN corresponds to an optimization problem with a large search space. However, there are no guidelines for designing a specific architecture for a specific purpose; thus, such design is highly subjective and heavily reliant on data scientists' knowledge and expertise. Motivated by this observation, we propose a topology optimization method for designing a convolutional neural network capable of classifying radiography images and detecting probable chest anomalies and infections, including COVID-19. Our method has been validated in a number of comparative studies against relevant state-of-the-art architectures.Entities:
Keywords: CT images; DCNN; Optimization; Pruning; Topologies; XRAY images
Mesh:
Year: 2022 PMID: 35790901 PMCID: PMC9254561 DOI: 10.1186/s12880-022-00847-w
Source DB: PubMed Journal: BMC Med Imaging ISSN: 1471-2342 Impact factor: 2.795
Representative works for X-ray images based COVID-19 diagnosis according to [3]
| References | Model of classification | Dataset |
|---|---|---|
| Gaal et al. [ | U-Net + adaptive histogram equalization with adversarial and contrast limits | 247 pictures obtained from the Japanese Society of Radiological Technology and 662 chest X-rays obtained from the Shenzhen dataset |
| Abbas et al. [ | Decompose, transfer, and compose CNN features of pre-trained models using ImageNet and ResNet + (DeTraC) | 80 typical CXR samples |
| Narin et al. [ | Transfer learning on a pre-trained ResNet50 model | Dr. Joseph Cohen’s public GitHub repository |
| Wang et al. [ | COVID-Net | 16,756 chest radiography pictures were collected from 13,645 patients |
| Hemdanet al. [ | COVIDX-Net | COVID-19 cases provided by Dr. Adrian Rosebrock |
| Asnaoui et al. [ | VGG16, VGG19, DenseNet201, Inception-ResNet-V2, InceptionV3, Resnet50, MobileNet-V2, and Xception have been fine tuned | 5856 pictures, 4273 of which are pneumonia and 1583 of which are normal |
| Sethy et al. [ | Deepfeatures fromResnet50 and SVM classification | – |
| Ioannis [ | Various fine-tune models: VGG19, MobileNet, Inception, Inception Resnet V2, Xception | 1427 X-ray images |
| Ghoshal et al. [ | Dropweights based Bayesian Convolutional Neural Networks | 5941 pictures of PA chest radiography divided into four groups Normal: 1583, Bacterial Pneumonia: 2786, Viral Pneumonia not caused by COVID-19: 1504, and COVID-19: 68 |
| Farooq and Hafeez [ | To boost model performance, they used a pre-trained ResNet50 architecture with the COVIDx dataset | COVIDx |
Representative works for CT based COVID-19 diagnosis according to [3]
| References | Classification model | Segmentation model | Dataset | Number of participants |
|---|---|---|---|---|
| Song et al. [ | Details DRE-Net and ResNet50 neural networks for relationship extraction, including Feature Pyramid Network and Attention module | – | 777 CT images | COVID-19 infection was identified in 88 individuals (101 infected with bacteria pneumonia, and 86 healthy persons) |
| Gozes et al. [ | The design of this 2D Deep convolutional neural network is based on Resnet-50 | U-net architecture for image segmentation | – | COVID-19 confirmation of 55 patients |
| Shan et al. [ | – | Segmentation of COVID-19 infection areas using a VB-Net neural network | 249 CT scans | 249 patients were validated using the COVID-19 |
| Jin et al. [ | – | AI system based on two-dimensional CNNs; the model’s name is not specified | 960 computed tomography images | 496 patients verified with the COVID-19 |
| Barstugan et.al [ | Matrix of Grey Level Size Zones SVM + Discrete Wavelet Transform | – | 150 CT images | – |
| Li et al. [ | COVNet | Segmentation using U-Net | 4356 CT images | Six hospitals and 3322 people were included in the databases |
| Zheng et.al [ | 3COVID-19 Detection Using a Deep Convolutional Neural Network | Segmented with the aid of a pre-trained UNet | – | 540 patients |
| Jin et al. [ | On ResNet-50, transfer learning is possible | Segmentation model as a three-dimensional U-Net++ | – | 723 COVID-19 positives |
Fig. 1Overview of the proposed CNN for X-ray images classification based EAs
Fig. 2Block topologies of three samples CNNs: VGGNet, ResNet, and DenseNet; for 4 convolution nodes
Summary of parameter settings
| Categories | Parameters | Value |
|---|---|---|
| Gradient descent | Batch size | 128 |
| Epochs | 50/350 | |
| SGD learning rate | 0.1 | |
| Momentum | 0.9 | |
| Weight decay | 0.0001 | |
| Search strategy | # Of generation | 40 |
| Population size | 60 | |
| Crossover probability | 0.9 | |
| Mutation probability | 0.1 |
Fig. 3Reconstruction error depending on the size of the hidden layer L1
Fig. 4Reconstruction error as a function of the size of the L2 layer, the size of L1 having been set at 400neurons
Representative works for CT based COVID-19 Diagnosis according to [3]
| Study | References | Test Acc (%) | Sensitivity | Specificity | G-mean |
|---|---|---|---|---|---|
| Chen et al. | [ | 95.24 | 100 | 93.55 | 92.30 |
| Wang et al. | [ | 82.9 | 84 | 80.5 | 87.45 |
| Xu et al. | [ | 86.7 | – | – | 88.91 |
| Song et al. | [ | 93 | – | – | 90.66 |
| Gozes et al. | [ | 94.22 | 98.2 | 92.2 | 92.30 |
| Shan et al. | [ | 91.6 | – | – | 89.95 |
| Jin et al | [ | 94.98 | – | – | 92.77 |
| Li et al. | [ | 88.17 | 90 | 96 | 89.45 |
| Jin et al. | [ | 93.58 | 97 | 92 | 92.97 |
| Louati et al. | Our work | 96.87 | 97.58 | 95.14 | 96.10 |
Representative work for X-ray based COVID-19 diagnosis [3]
| Study | References | Test Acc (%) | Sensitivity | Specificity | G-mean |
|---|---|---|---|---|---|
| Gaal et al. | [ | 97.5 | – | – | 97.14 |
| Abbas et al. | [ | 95.12 | 97.91 | 91.87 | 94.69 |
| Narin et al. | [ | 97 | – | – | 96.78 |
| Wang et al. | [ | 92.4 | – | – | 91.06 |
| Asnaoui et al. | [ | 96 | – | – | 95.98 |
| Sethy et al. | [ | 95.38 | – | – | 94.14 |
| Ioannis et al. | [ | 95.57 | 0.08 | 99.99 | 93.44 |
| Ghoshal et al. | [ | 88.39 | – | – | 89.91 |
| Farooq and Hafeez | [ | 96.23 | – | – | 95.81 |
| Louati et al. | Our work | 98.12 | 98.44 | 96.63 | 97.90 |
Fig. 5Common thoracic diseases observed in Chest X-ray14 [30]
Fig. 6Multi-label classification performance on Chest X-ray14, the class-wise mean test AUROC comparison with peer works
Obtained AUROC and #Params, results on Chest X-ray14
| Method | Search method | Test AUROC (%) | #Params |
|---|---|---|---|
| Yao et al. | Manual | 79.8 | – |
| Wang et al. | Manual | 73.8 | – |
| CheXNet | Manual | 84.4 | 7.0 M |
| Google AutoML | RL | 79.7 | – |
| LEAF | EA | 84.3 | – |
| NSGANet-X | EA | 84.6 | 2.2 M |
| Our work | EA | 84.91 | 1.6 M |
Fig. 7Random sampling of activations is shown in filters of the first and second convolutional layers