| Literature DB >> 36091652 |
Mohammad Salehi1, Mahdieh Afkhami Ardekani2,3, Alireza Bashari Taramsari4, Hamed Ghaffari1, Mohammad Haghparast1,3.
Abstract
Purpose: The novel coronavirus COVID-19, which spread globally in late December 2019, is a global health crisis. Chest computed tomography (CT) has played a pivotal role in providing useful information for clinicians to detect COVID-19. However, segmenting COVID-19-infected regions from chest CT results is challenging. Therefore, it is desirable to develop an efficient tool for automated segmentation of COVID-19 lesions using chest CT. Hence, we aimed to propose 2D deep-learning algorithms to automatically segment COVID-19-infected regions from chest CT slices and evaluate their performance. Material and methods: Herein, 3 known deep learning networks: U-Net, U-Net++, and Res-Unet, were trained from scratch for automated segmenting of COVID-19 lesions using chest CT images. The dataset consists of 20 labelled COVID-19 chest CT volumes. A total of 2112 images were used. The dataset was split into 80% for training and validation and 20% for testing the proposed models. Segmentation performance was assessed using Dice similarity coefficient, average symmetric surface distance (ASSD), mean absolute error (MAE), sensitivity, specificity, and precision.Entities:
Keywords: COVID-19; computed tomography; deep learning; image segmentation; infection segmentation
Year: 2022 PMID: 36091652 PMCID: PMC9453472 DOI: 10.5114/pjr.2022.119027
Source DB: PubMed Journal: Pol J Radiol ISSN: 1733-134X
Figure 1Examples of computed tomography images along with corresponding mask from the COVID-19-CT-Seg-Datase
Figure 2An illustration of the workflow used for COVID-19 lesion segmentation
Figure 3Sample computed tomography image before (A) and after (B) applying contrast limited adaptive histogram equalization (CLAHE) technique
Figure 4Cropped computed tomography image (A) along with corresponding binary mask (B)
Quantitative performance metrics of U-Net, U-Net++, and Res-Unet models for COVID-19 lesion segmentation on the COVID-19-CT-Seg-Dataset (mean ± SD)
| Model | Dice | ASSD | MAE | Sensitivity | Specificity | Precision |
|---|---|---|---|---|---|---|
| U-Net | 0.85±0.10 | 2.22±1.73 | 2.14±2.40 | 0.86±0.12 | 0.99±0.01 | 0.85±0.11 |
| U-Net++ | 0.85±0.11 | 2.78±4.50 | 1.73±2.11 | 0.84±0.13 | 0.99±0.01 | 0.87±0.11 |
| Res-Unet | 0.84±0.12 | 2.88±4.14 | 1.96±2.33 | 0.84±0.14 | 0.99±0.01 | 0.85±0.13 |
ASSD – average symmetric surface distance, MAE – mean absolute error
The units of ASSD and MAE are mm.
Figure 5Boxplots of quantitative metrics for U-Net and U-Net++, and Res-Unet models for COVID-19 lesion segmentation, including (A) Dice similarity coefficient (%), (B) ASSD (mm), and (C) MAE (mm). In each panel, the bold line represents the median, the boxes represent the 25th and 75th percentiles, and whiskers represent ranges not including outliers. The individual point is considered as an outlier
Figure 6Representative manual and automated segmentation of COVID-19 lesions for 4 different cases from the COVID-19-CT-Seg-Dataset using U-Net, U-Net++, and Res-Unet