| Literature DB >> 33262425 |
Jonathan Stubblefield1,2, Mitchell Hervert1,3, Jason L Causey1,2, Jake A Qualls1,2, Wei Dong4, Lingrui Cai4, Jennifer Fowler1,2, Emily Bellis1,2,5, Karl Walker6, Jason H Moore7, Sara Nehring8,9, Xiuzhen Huang10,11.
Abstract
One of the challenges with urgent evaluation of patients with acute respiratory distress syndrome (ARDS) in the emergency room (ER) is distinguishing between cardiac vs infectious etiologies for their pulmonary findings. We conducted a retrospective study with the collected data of 171 ER patients. ER patient classification for cardiac and infection causes was evaluated with clinical data and chest X-ray image data. We show that a deep-learning model trained with an external image data set can be used to extract image features and improve the classification accuracy of a data set that does not contain enough image data to train a deep-learning model. An analysis of clinical feature importance was performed to identify the most important clinical features for ER patient classification. The current model is publicly available with an interface at the web link: http://nbttranslationalresearch.org/ .Entities:
Mesh:
Year: 2020 PMID: 33262425 PMCID: PMC7708466 DOI: 10.1038/s41598-020-78060-4
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Examples of chest X-ray images where the ground truth label is (a) neither infection nor cardiac label, (b) infection label, (c) cardiac label.
Figure 2Summary of fivefold cross validation results. Infection range (light)/fold (dark) performance is shown in blue. Cardiac range (light)/fold (dark) performance is shown in red. Black horizontal bars denote the mean across all folds.
Five-fold cross validation results for “infection” label, showing clinical-only, image-only, and combined performance.
| Fold | Clinical | Image | Both |
|---|---|---|---|
| 1 | 0.542 | 0.621 | |
| 2 | 0.629 | 0.525 | |
| 3 | 0.731 | 0.787 | |
| 4 | 0.628 | 0.628 | |
| 5 | 0.6 | 0.623 | |
| Avg (SD) | 0.638 (0.094) | ||
| Logistic reg | 0.535 (0.105) | 0.570 (0.116) | |
| k-NN (k = 5) | 0.528 (0.128) | 0.637 (0.030) |
Each fold (1–5) is shown, followed by average performance. Top average performance for each feature type is shown in bold, best result for each row in italics. Average performance for a logistic regression model and k-NN model (k = 5) shown in last two rows for comparison.
Five-fold cross validation results for “cardiac” label, showing clinical-only, image-only, and combined performance.
| Fold | Clinical | Image | Both |
|---|---|---|---|
| 1 | 0.72 | 0.747 | |
| 2 | 0.677 | 0.535 | |
| 3 | 0.618 | 0.628 | |
| 4 | 0.743 | 0.528 | |
| 5 | 0.547 | 0.705 | |
| Avg (SD) | 0.702 (0.056) | 0.597 (0.093) | |
| Logistic reg | 0.604 (0.059) | 0.637 (0.048) | |
| k-NN (k = 5) | 0.577 (0.145) | 0.677 (0.077) |
Each fold (1–5) is shown, followed by average performance. Top average performance for each feature type is shown in bold, best result for each row in italics. Average performance for a logistic regression model and k-NN model (k = 5) shown in last two rows for comparison.
Figure 3SHAP TreeExplainer Feature importance plot for the top ten clinical features for the “cardiac” task (left) and the “infection” task (right). Color denotes feature magnitude, X-axis shows SHAP value, feature names are shown to the side of each row.
Figure 4SHAP Feature importance plot for the top ten image features for the “cardiac” task (left) and the “infection” task (right). Color denotes feature magnitude, X-axis shows SHAP value, feature names are shown to the side of each row.
Top five clinical features by labeling task.
| Rank | Infection | Cardiac |
|---|---|---|
| 1 | White_Blood_Cells | Brain_Natriuretic_Peptide |
| 2 | Lactic_Acid | Lactic_Acid |
| 3 | Temperature | Glucose |
| 4 | Pulse_Rate | Respiration_Rate |
| 5 | Hemoglobin | White_Blood_Cells |
Top five clinical panels comparison.
| Rank | Infection | Cardiac |
|---|---|---|
| 1 | Vitals (6) | B-NP (1) |
| 2 | CBC (3) | BMP (7) |
| 3 | BMP (7) | Vitals (6) |
| 4 | ABG (4) | Lactic Acid (1) |
| 5 | Lactic Acid (1) | CBC (3) |
The number of features in each panel is shown in parentheses.
Top five image features comparison.
| Rank | Infection | Cardiac |
|---|---|---|
| 1 | Consolidation | Cardiomegaly |
| 2 | Effusion | Pneumothorax |
| 3 | Infiltration | Edema |
| 4 | Cardiomegaly | Pleural_Thickening |
| 5 | Edema | Effusion |