| Literature DB >> 34177038 |
Nour Eldeen M Khalifa1, Gunasekaran Manogaran2,3, Mohamed Hamed N Taha1, Mohamed Loey4.
Abstract
During the epidemic of COVID-19, Computed Tomography (CT) is used to help in the diagnosis of patients. Most current studies on this subject appear to be focused on broad and private annotated data which are impractical to access from an organization, particularly while radiologists are fighting the coronavirus disease. It is challenging to equate these techniques since they were built on separate datasets, educated on various training sets, and tested using different metrics. In this research, a deep learning semantic segmentation architecture for COVID-19 lesions detection in limited chest CT datasets will be presented. The proposed model architecture consists of the encoder and the decoder components. The encoder component contains three layers of convolution and pooling, while the decoder contains three layers of deconvolutional and upsampling. The dataset consists of 20 CT scans of lungs belongs to 20 patients from two sources of data. The total number of images in the dataset is 3520 CT scans with its labelled images. The dataset is split into 70% for the training phase and 30% for the testing phase. Images of the dataset are passed through the pre-processing phase to be resized and normalized. Five experimental trials are conducted through the research with different images selected for the training and the testing phases for every trial. The proposed model achieves 0.993 in the global accuracy, and 0.987, 0.799, 0.874 for weighted IoU, mean IoU and mean BF score accordingly. The performance metrics such as precision, sensitivity, specificity and F1 score strengthens the obtained results. The proposed model outperforms the related works which use the same dataset in terms of performance and IoU metrics.Entities:
Keywords: COVID‐19; CT images; deep learning; semantic segmentation; transfer learning
Year: 2021 PMID: 34177038 PMCID: PMC8209878 DOI: 10.1111/exsy.12742
Source DB: PubMed Journal: Expert Syst ISSN: 0266-4720 Impact factor: 2.812
FIGURE 1Dataset sample images from classified to it is the original source
FIGURE 2The proposed model flowchart
FIGURE 3The architecture of the proposed semantic segmentation model
Accuracy results with its performance metrics
| Dataset source | Global accuracy | Mean accuracy | Precision | Sensitivity | Specificity | F1 score |
|---|---|---|---|---|---|---|
| DS1 | 0.9932 | 0.9872 | 0.9937 | 0.9812 | 0.9817 | 0.9874 |
| DS2 | 0.9842 | 0.9775 | 0.9842 | 0.9706 | 0.9706 | 0.9774 |
| DS3 | 0.9930 | 0.9717 | 0.9932 | 0.9499 | 0.9499 | 0.9711 |
FIGURE 4Confusion matrix for (a) DS1, (b) DS2, (c) DS3
Testing accuracy for the different class for dataset sources
| Testing accuracy | DS1 | DS2 | DS3 |
|---|---|---|---|
| COVID‐19 Class | 0.9812 | 0.9706 | 0.9499 |
| Background Class | 0.9933 | 0.9844 | 0.9935 |
IoU metrics and mean BF score for different dataset sources
| Dataset source | Weighted IoU | Mean IoU | Mean BF score |
|---|---|---|---|
| DS1 | 0.9892 | 0.7807 | 0.8591 |
| DS2 | 0.9759 | 0.7468 | 0.8042 |
| DS3 | 0.9886 | 0.7990 | 0.8746 |
FIGURE 5Mean IoU for (a) DS1, (b) DS2, and (c) DS3
FIGURE 6The final image segmentation result for the proposed model was (a) the original CT image, (b) the original mask image, (c) the original mask image over the original CT image, and (d) produced mask of the proposed model over the original CT image
Comparison results with related works
| Description | ACC | F1 score | Precision | Sensitivity | Dice similarity coefficient/IoU | |
|---|---|---|---|---|---|---|
| (Voulodimos et al., | FCN and Unet | 0.97 | 0.65 | 0.95 | 0.55 | – |
| (Wang, Wang, et al., | Pretrained Multi‐Lesions | 0.99 | 0.71 | – | 0.68 | 0.707 |
| (Ma et al., | 40 pre‐trained baseline models | – | – | – | – | 0.700 |
| (Yang, He, et al., | contrastive self‐supervised learning with transfer learning | 0.89 | 0.89 | – | – | – |
| (Fan et al., | Deep Network (Inf‐Net) | – | – | 0.50 | 0.87 | 0.59 |
| (Fan et al., | Deep Network (Semi Inf‐Net) | – | – | 0.51 | 0.86 | 0.59 |
| Proposed Model | 0.99 | 0.97 | 0.99 | 0.95 | 0.799 | |