| Literature DB >> 35010740 |
Jamil Ahmad1, Abdul Khader Jilani Saudagar2, Khalid Mahmood Malik3, Waseem Ahmad4, Muhammad Badruddin Khan2, Mozaherul Hoque Abul Hasanat2, Abdullah AlTameem2, Mohammed AlKhathami2, Muhammad Sajjad1.
Abstract
The highly rapid spread of the current pandemic has quickly overwhelmed hospitals all over the world and motivated extensive research to address a wide range of emerging problems. The unforeseen influx of COVID-19 patients to hospitals has made it inevitable to deploy a rapid and accurate triage system, monitor progression, and predict patients at higher risk of deterioration in order to make informed decisions regarding hospital resource management. Disease detection in radiographic scans, severity estimation, and progression and prognosis prediction have been extensively studied with the help of end-to-end methods based on deep learning. The majority of recent works have utilized a single scan to determine severity or predict progression of the disease. In this paper, we present a method based on deep sequence learning to predict improvement or deterioration in successive chest X-ray scans and build a mathematical model to determine individual patient disease progression profile using successive scans. A deep convolutional neural network pretrained on a diverse lung disease dataset was used as a feature extractor to generate the sequences. We devised three strategies for sequence modeling in order to obtain both fine-grained and coarse-grained features and construct sequences of different lengths. We also devised a strategy to quantify positive or negative change in successive scans, which was then combined with age-related risk factors to construct disease progression profile for COVID-19 patients. The age-related risk factors allowed us to model rapid deterioration and slower recovery in older patients. Experiments conducted on two large datasets showed that the proposed method could accurately predict disease progression. With the best feature extractor, the proposed method was able to achieve AUC of 0.98 with the features obtained from radiographs. Furthermore, the proposed patient profiling method accurately estimated the health profile of patients.Entities:
Keywords: deterioration prediction; disease progression; feature extraction; sequence learning
Mesh:
Year: 2022 PMID: 35010740 PMCID: PMC8744904 DOI: 10.3390/ijerph19010480
Source DB: PubMed Journal: Int J Environ Res Public Health ISSN: 1660-4601 Impact factor: 3.390
Figure 1Flowchart of the study population. (a) BIMCV dataset used for training and validation of the models, (b) COVID chest X-ray dataset for testing the disease progression module.
Figure 2Proposed disease progression detection framework.
Performance evaluation of various feature extractors for image-based prediction.
| Model | Feature | Precision | Recall | F-Measure | AUC |
|---|---|---|---|---|---|
| ResNet-50 FT | 2048 | 0.891 | 0.855 | 0.873 | 0.85 |
| InceptionV3 FT | 2048 | 0.883 | 0.880 | 0.881 | 0.88 |
| InceptionResNetV2 FT | 1536 | 0.892 | 0.892 | 0.892 | 0.89 |
| EfficientNet-B0 FT | 1280 | 0.886 | 0.852 | 0.869 | 0.84 |
| EfficientNet-B2 FT | 1408 | 0.871 | 0.866 | 0.867 | 0.87 |
| ChexNet (DenseNet121) PT | 1024 | 0.921 | 0.918 | 0.920 | 0.92 |
Performance evaluation of ChexNet features with varying feature extraction approaches.
| Granularity | Precision | Recall | F-Measure | AUC |
|---|---|---|---|---|
| Image-based | 0.921 | 0.918 | 0.920 | 0.92 |
| Lung-based | 0.959 | 0.964 | 0.962 | 0.96 |
| Zone-based | 0.982 | 0.979 | 0.981 | 0.98 |
Figure 3Disease progression performance with (a) image-based sequence learning, (b) lung-based sequence learning, and (c) zone-based sequence learning. [The dotted blue line (added for reference) is the ROC Curve of the random guess, representing no predictive capability].
Sequence learning architecture performance for zone-based prediction.
| Architecture | Precision | Recall | F-Measure | AUC |
|---|---|---|---|---|
| 1024 GRU + 512 FC + 2 FC | 0.982 | 0.979 | 0.981 | 0.98 |
| 512 GRU + 512 FC + 2 FC | 0.926 | 0.896 | 0.911 | 0.91 |
| 1024 GRU + 512 GRU + 128 FC + 2 FC | 0.878 | 0.890 | 0.883 | 0.88 |
| 1024 GRU + 256 FC + 2 FC | 0.944 | 0.938 | 0.941 | 0.94 |
Figure 4(a) Subsequent radiographs (178) showing deterioration, which is reflected in the (b) disease progression profile (represented by the red line). The patient did not survive the infection.
Figure 5(a) Subsequent radiographs belonging to a patient (173) who exhibited deterioration till day 9 but showed improvement on day 10, which is reflected in (b) the disease progression profile (red line). The patient was intubated but survived the infection.
Figure 6(a) Subsequent radiographs belonging to a patient (303) who exhibited improvement as reflected in (b) the disease progression profile. The patient was intubated but survived the infection.
Figure 7(a) Subsequent radiographs belonging to a patient (13) who exhibited deterioration in the scans obtained at days 4, 6, and 9 but slight improvement on day 10 as reflected in (b) the disease progression profile (red line). The patient required supplemental oxygen but survived the infection.
Disease progression detection performance using PEF.
| Scenario | Bal. Accuracy | Precision | Recall | F-Measure |
|---|---|---|---|---|
| Deterioration | 0.84 | 0.71 | 0.82 | 0.76 |
| Improvement | 0.84 | 0.93 | 0.87 | 0.90 |
| Deterioration + Improvement | 0.80 | 0.67 | 0.73 | 0.70 |
| Overall | 0.82 | 0.77 | 0.81 | 0.78 |