| Literature DB >> 36059818 |
Mehdi Yousefzadeh1,2, Masoud Hasanpour3, Mozhdeh Zolghadri4, Fatemeh Salimi3, Ava Yektaeian Vaziri5, Abolfazl Mahmoudi Aqeel Abadi5, Ramezan Jafari6, Parsa Esfahanian2, Mohammad-Reza Nazem-Zadeh3,5.
Abstract
With the onset of the COVID-19 pandemic, quantifying the condition of positively diagnosed patients is of paramount importance. Chest CT scans can be used to measure the severity of a lung infection and the isolate involvement sites in order to increase awareness of a patient's disease progression. In this work, we developed a deep learning framework for lung infection severity prediction. To this end, we collected a dataset of 232 chest CT scans and involved two public datasets with an additional 59 scans for our model's training and used two external test sets with 21 scans for evaluation. On an input chest Computer Tomography (CT) scan, our framework, in parallel, performs a lung lobe segmentation utilizing a pre-trained model and infection segmentation using three distinct trained SE-ResNet18 based U-Net models, one for each of the axial, coronal, and sagittal views. By having the lobe and infection segmentation masks, we calculate the infection severity percentage in each lobe and classify that percentage into 6 categories of infection severity score using a k-nearest neighbors (k-NN) model. The lobe segmentation model achieved a Dice Similarity Score (DSC) in the range of [0.918, 0.981] for different lung lobes and our infection segmentation models gained DSC scores of 0.7254 and 0.7105 on our two test sets, respectfully. Similarly, two resident radiologists were assigned the same infection segmentation tasks, for which they obtained a DSC score of 0.7281 and 0.6693 on the two test sets. At last, performance on infection severity score over the entire test datasets was calculated, for which the framework's resulted in a Mean Absolute Error (MAE) of 0.505 ± 0.029, while the resident radiologists' was 0.571 ± 0.039.Entities:
Keywords: COVID-19; CT scan; deep learning; infection segmentation; lobe segmentation; severity score
Year: 2022 PMID: 36059818 PMCID: PMC9428758 DOI: 10.3389/fmed.2022.940960
Source DB: PubMed Journal: Front Med (Lausanne) ISSN: 2296-858X
Involved datasets with their respective label count.
|
|
|
|
| |||
|---|---|---|---|---|---|---|
| Train and | Our dataset | 232 | 60 | 54 | 232 |
|
| MosMedData | 50 | 50 | - | - |
| |
| Medical_Seg | 9 | 9 | - | - |
| |
| Test |
| 11 | 11 | 11 | 11 |
|
|
| 10 | 10 | 10 | 10 |
|
Each set possibly includes a limited count of infection segmentation, lobe segmentation, or lobe infection severity labels.
Lobe infection severity percentage categorized by the number of points.
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|
| Infection severity percentage | 0% | <5% | 5–25% | 25–50% | 50–75% | 75–100% |
Figure 1Mask pre-processing in the infection segmentation dataset. Left is the raw CT scan slice, middle is the lung image in the same slice (with infection in the upper-left lobe), and right is the segmented infection area in the image. In the right, the red contour depicts the radiologist manual mask edge, the blue contour is the dilated red contour, and the green contour s the rectified mask edge.
Figure 2Overview of the lung lobes infection severity prediction framework. An input image is simultaneously given the lobe segmentation and infection segmentation models. Then, by combining the output of these two models, the infection percentage of each lobe is predicted and given as the input of the k-NN model to predict the severity of infection in terms of the 6 classes of infection severity for all the 5 lobes.
Average Dice score of the lobe segmentation model on 21 CT scans.
|
|
|
|
|
| |
|---|---|---|---|---|---|
| Dice score | 0.969 ± 0.075 | 0.918 ± 0.171 | 0.958 ± 0.101 | 0.980 ± 0.094 | 0.981 ± 0.086 |
Figure 3Lobe segmentation from three different views.
Dice score of the infection segmentation models and their comparison with the performance of two resident radiologists.
|
|
|
|
|
|
|
|---|---|---|---|---|---|
| Validation | 0.7312 ± 0.0423 | 0.7122 ± 0.0452 | 0.7191 ± 0.0509 | 0.7413 ± 0.0403 | - |
| Test 1 | 0.7167 ± 0.0345 | 0.6386 ± 0.0387 | 0.6498 ± 0.0330 | 0.7254 ± 0.0341 | 0.7281 ± 0.0390 |
| Test 2 | 0.7017 ± 0.0354 | 0.6582 ± 0.0411 | 0.6475 ± 0.0361 | 0.7105 ± 0.0399 | 0.6693 ± 0.0544 |
Figure 4Framework output for a COVID-19 diagnosed patient scan on the 72 slice of the axial view. On the left, red contours show the infection and on the right, different colored contours show distinct lung lobes. The reported infection severity percentages correspond to each lobe and are reported the same for each slice.
Model and expert (two resident radiologists) MAE error for different lung lobes over the 21 scans of our test sets.
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|
| Framework | 0.429 ± 0.040 | 0.571 ± 0.051 | 0.571 ± 0.038 | 0.429 ± 0.031 | 0.524 ± 0.044 | 0.505 ± 0.029 |
| Expert | 0.619 ± 0.061 | 0.714 ± 0.054 | 0.667 ± 0.057 | 0.381 ± 0.032 | 0.476 ± 0.041 | 0.571 ± 0.039 |
Figure 5Violin plot of infection severity percentage predicted by the framework for 6 different classes.
Figure 6Violin plot of infection severity percentage predicted by experts for 6 different classes.
Infection segmentation performance comparison over several sample sets against several similar works.
|
|
|
|
|---|---|---|
| Ours | 140 CT scans | 0.71 - 0.74 |
| Li et al. ( | 30 CT scans | 0.74 |
| Voulodimos et al. ( | 10 CT scans | 0.65 |
| Abdel-Basset et al. ( | 939 CT slices | 0.80 |