Skip to main content

ORIGINAL RESEARCH article

Front. Med., 25 July 2023
Sec. Intensive Care Medicine and Anesthesiology
Volume 10 - 2023 | https://doi.org/10.3389/fmed.2023.1221711

A deep learning model for predicting COVID-19 ARDS in critically ill patients

Yang Zhou Jinhua Feng Shuya Mei Ri Tang Shunpeng Xing Shaojie Qin Zhiyun Zhang Qiaoyi Xu Yuan Gao* Zhengyu He*
  • Department of Critical Care Medicine, Renji Hospital, School of Medicine, Shanghai Jiaotong University, Shanghai, China

Background: The coronavirus disease 2019 (COVID-19) is an acute infectious pneumonia caused by a severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) infection previously unknown to humans. However, predictive studies of acute respiratory distress syndrome (ARDS) in patients with COVID-19 are limited. In this study, we attempted to establish predictive models to predict ARDS caused by COVID-19 via a thorough analysis of patients' clinical data and CT images.

Method: The data of included patients were retrospectively collected from the intensive care unit in our hospital from April 2022 to June 2022. The primary outcome was the development of ARDS after ICU admission. We first established two individual predictive models based on extreme gradient boosting (XGBoost) and convolutional neural network (CNN), respectively; then, an integrated model was developed by combining the two individual models. The performance of all the predictive models was evaluated using the area under receiver operating characteristic curve (AUC), confusion matrix, and calibration plot.

Results: A total of 103 critically ill COVID-19 patients were included in this research, of which 23 patients (22.3%) developed ARDS after admission; five predictive variables were selected and further used to establish the machine learning models, and the XGBoost model yielded the most accurate predictions with the highest AUC (0.94, 95% CI: 0.91–0.96). The AUC of the CT-based convolutional neural network predictive model and the integrated model was 0.96 (95% CI: 0.93-0.98) and 0.97 (95% CI: 0.95–0.99), respectively.

Conclusion: An integrated deep learning model could be used to predict COVID-19 ARDS in critically ill patients.

Introduction

The coronavirus disease 2019 (COVID-19) is an acute infectious pneumonia caused by a severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) infection (1). Evidence has shown that 33% of COVID-19 patients are at high risk of progressing into severe cases, which are accompanied by increasing mortality and morbidity (2, 3). Moreover, severe SARS-CoV-2 infection may directly lead to acute respiratory distress syndrome (ARDS), and the manifestations could be viewed as a combination of pneumonia and ARDS (4).

Although significant advances have been made in understanding and managing ARDS, the morbidity and mortality of patients diagnosed with ARDS still remain high (5). Unfortunately, the benefits of different therapies for established ARDS are limited (68). Since then, the paradigm for the management of ARDS has been shifted from treatment to prevention. Identification of patients at high risk of ARDS is important for clinicians to implement effective, preventive therapies to reduce the burden of ARDS. It is reported that the median time from the onset of COVID-19 symptoms to intubation is 8.5 days when COVID-19 ARDS occurs (9). There have been several studies focusing on the early prediction of ARDS, which described well-known risk factors associated with ARDS (1012). However, COVID-19 ARDS is a serious complication of COVID-19, which has different clinical features from pre-COVID-19 ARDS (13). Hence, a clinical tool tailored for predicting COVID-19 ARDS is urgently needed.

In recent years, artificial intelligence (AI) has emerged as a promising tool in the medical field. The remarkable advantage of artificial intelligence in handling massive data could help with disease diagnostics and prognostics, radiographic recognition, and personalized treatment, etc. (14). During the COVID-19 pandemic, first-hand CT and clinical datasets helped clinicians make decisions and better understand the viral infection. For example, elevated levels of inflammatory cytokines and a reduction of T-cell subsets are closely related to COVID-19 pneumonia (15). The radiology features of COVID-19 pneumonia include a peripheral distribution of opacification, frosted glass opacities, and vascular thickening and enlargement (16). In spite of the distinct features observed in COVID-19 patients, the clinician may find it hard to figure out the underlying correlations between the clinical features and the features of CT slices, hindering the comprehensive understanding of the disease. Here, we aimed to provide a method pooling all the patients' features including CT and clinical features for improving the precision of the prediction of COVID-19 ARDS.

Methods

This is a retrospective study approved by the institutional Ethics Committees at Shanghai Renji Hospital, and informed patient consent was waived.

Study patients

All patients admitted to the intensive care unit in Shanghai Renji Hospital between April 2022 and June 2022 were screened for eligibility. Inclusion criteria were as follows: (1) patients who were 18 years old and above; and (2) patients who met the diagnosis of COVID-19 ARDS. Exclusion criteria were as follows: (1) patients who were diagnosed with ARDS within the first day of admission; (2) missing clinical data were more than 20%; and (3) without any CT scan results.

Diagnosis of COVID-19 ARDS

SARS-CoV-2 infection can be identified by the detection of viral RNA in nasopharyngeal secretions via PCR test. The diagnosis of COVID-19 was confirmed by the patients' clinical history, epidemiological contact, and a positive SARS-CoV-2 test.

The diagnosis of ARDS followed the Berlin definition: (1) requirement of mechanical ventilation and positive end-expiratory pressure or continuous positive airway pressure ≥ 5 cmH2O; (2) a certain degree of hypoxemia: severe (PaO2/FiO2 ≤ 100 mmHg), moderate (PaO2/FiO2 between 100 mmHg and 200 mmHg), or mild (PaO2/FiO2 between 200 mmHg and 300 mmHg); and (3) without evidence of pleural effusion, lung collapse, lung nodules, or cardiogenic pulmonary edema from the chest radiography (16). A patient who satisfied the criteria of COVID-19 and ARDS was diagnosed with COVID-19 ARDS.

Data collection

We collected the first sets of chest CT images and clinical data after the patients' admission to the intensive care unit. The clinical data included demographic information, comorbidity conditions, respiratory support methods, onset symptoms, vital signs at admission, aeration variables, routine blood tests, inflammation tests, biochemical tests, blood coagulation tests, lymphocyte subset tests, and cytokine profile tests. Original CT images both in JPG and DICOM format of the included patients were collected. In this study, we randomly divided the patients into training and validation cohorts in a ratio of 7:3.

Statistical analysis

The categorical variables were presented as counts and corresponding proportions and were further compared using the chi-square test or Fisher's exact test. The continuous variables were reported as the median and the interquartile range; the Mann–Whitney U-test was applied to compare the differences between the groups. The multivariate logistic regression was performed to figure out the independent risk factors associated with COVID-19 ARDS. A nomogram plot was further established based on the result of the multivariate logistic regression. A two-tailed P-value of <0.05 was considered significant. The data analysis in this study was completed via Python version 3.8 and R version 4.0.5.

The COVID-19 ARDS prediction based on clinical features

Four different machine learning algorithms were implemented to establish the predictive models for COVID-19 ARDS, including logistic regression (LR), support vector machine (SVM), random forest (RF), and extreme gradient boosting (XGBoost). The training cohort was divided into five partitions, of which four-fifths were used to train the models, and the remaining part was used to validate the models. The hyperparameters of all the models were fine-tuned for the highest area under the receiver operating to avoid the problem of overfitting. We followed two specific rules when searching for the best hyperparameters, which were as follows: (1) the training loss was the lowest after the test of all combinations of hyperparameters; (2) the log loss in the validation cohort was less than –log 0.5 and higher than the training cohort. Grid search with 5-fold cross-validation was applied to search for the most appropriate hyperparameters in the training cohort. Finally, the predictive performance of established models was compared in the validation cohort.

The labeling of individual CT slices

We first manually labeled 897 slices of 30 patients to train the classification model for individual CT slices. The CT slices were classified into two types: (1) normal CT, in which the image features in lungs were consistent with healthy lungs; (2) abnormal CT, in which image features were associated with COVID-19 pneumonia. Two senior ICU clinicians (ZHand YG) independently labeled individual CT slices. Any disagreements were resolved through discussion. The deep learning framework was based on the architecture of VGG-16, which consisted of 13 convolutional layers and 3 fully connected layers. We further internally validated the classification model and used it to label the remaining 2, 300 CT slices. Finally, every CT slice was classified into a normal CT image or an abnormal CT image.

The COVID-19 ARDS prediction based on CT images

After the auto-labeling of individual CT slices, we assumed that an abnormal CT slice classified by the model was a positive case. Then, the possibility of being an abnormal CT slice for every CT image was calculated. The 10 most probable abnormal CT slices of a single patient were viewed as the representative CT images and were input into the second VGG-16 network. This convolutional neural network (CNN) allows for the shift from the prediction of COVID-19 ARDS based on individual CT slices to the prediction based on a single patient. The VGG-16 network consists of 1 input layer, 13 convolutional layers, 3 fully connected layers, and 1 output layer. The convolutional layers were used to handle feature extraction and presentation. The pooling layers were used for filtering abundant information under the max-pooling strategy. In the last three output layers, the possibility of being a positive case was calculated for each CT slice. For the individual CT-based prediction, the possibility ranged from 0 to 1, representing a CT slice classified into a normal CT image or an abnormal CT slice. For the single patient-based prediction, the possibility ranged from 0 to 1, representing a patient being predicted to develop COVID-19 ARDS or not.

The integration of predictions models

The integration of two prediction models based on CT images and clinical data was achieved by the penalized logistic regression algorithm. The L2 regularization of the penalized logistic regression algorithm was used. To be specific, the machine learning model based on clinical features and the CNN model based on CT images individually generated two scores for the prediction of COVID-19 ARDS, which were taken as input features for the penalized logistic regression algorithm. At last, the penalized logistic regression algorithm calculated a prediction score for the COVID-19 ARDS outcome.

The evaluation of model performance

We randomly divided the patients into the training cohort and the validation cohort in a ratio of 7:3. The overall predictive performance of the integrated model was measured in the test cohort. The receiver operating characteristics (ROC) curve and the confusion matrices of all established predictive models were depicted to compare the performance of the predictive models. A ROC curve is a graphic plot used to illustrate a binary classifier's diagnostic ability as the discrimination threshold varies. It is created by plotting the true-positive rate against the false-positive rate at different discrimination thresholds. The calibration plots were also depicted to assess the predictive performance of all the models.

Results

Baseline clinical features of included patients

In total, 103 patients were enrolled in the study after the screening for eligibility, of whom 23 patients (22.3%) developed COVID-19 ARDS. The flowchart of the patients' selection is provided in Figure 1. The baseline clinical features of the included patients are presented in Table 1. There were no missing data in our study.

FIGURE 1
www.frontiersin.org

Figure 1. The flowchart of patients' selection.

TABLE 1
www.frontiersin.org

Table 1. Baseline characteristics of included patients.

A summary of collected CT images

Original chest CT images containing fields of the lung parenchyma were obtained from 103 patients. The total number of included CT images was 3,187, of which 690 CT slices were from COVID-19 ARDS patients and 2,497 CT slices were from non-COVID-19 ARDS patients. We manually classified 897 CT slices from 30 patients into normal CT images or abnormal CT images.

The multivariate logistic regression analysis of clinical features

After the multivariate logistic regression analysis, five risk factors were figured out to be independently associated with COVID-19 ARDS. We concluded that age (OR, 1.093; 95% CI, 1.015–1.177), PaO2/FiO2 ratio (OR, 0.977; 95% CI, 0.963–0.991), C-reactive protein (OR, 1.017; 95% CI, 1.001–1.033), the count of total T lymphocytes (OR, 0.996; 95% CI, 0.993–0.999), and IL-6 (OR, 1.008; 95% CI, 1.002–1.017) were independent risk factors of COVID-19 ARDS. The detailed results of the multivariate logistic regression analysis are shown in Table 2. A nomogram plot was illustrated based on the result of the multivariate logistic regression model (Figure 2). We could calculate the risk score and the corresponding possibility of COVID-19 ARDS using the nomogram.

TABLE 2
www.frontiersin.org

Table 2. Multivariate logistic regression analysis of risk factors of COVID-19 ARDS based on selected variables in the training cohort.

FIGURE 2
www.frontiersin.org

Figure 2. The nomogram plot for the prediction of COVID-19 ARDS.

The predictive performance of models based on clinical features

We developed four machine learning models to predict COVID-19 ARDS, including logistic regression, support vector machine, random forest, and extreme gradient boosting. The ROC curves of all the machine learning models are shown in Figure 3A. The area under the ROC curve of the XGBoost model was 0.94, which outperformed the logistic regression model (AUC = 0.82), the support vector machine model (AUC = 0.77), and the random forest model (AUC = 0.92). We also performed the Delong test to compare the AUCs of the XGBoost model against the other three models (XGBoost model vs. logistic regression model, P < 0.001; XGBoost model vs. support vector machine model, P < 0.001; and XGBoost vs. random forest model, P = 0.002). The calibration curves are provided in Figure 3B. The XGBoost model was finally chosen to be the best machine learning model to predict COVID-19 ARDS in our study.

FIGURE 3
www.frontiersin.org

Figure 3. (A) The ROC curve of the four machine learning models. (B) The calibration curve of the four machine learning models.

The predictive performance of the CNN model based on CT images

In total, 897 manually labeled CT slices were used to train the classification CNN model based on individual CT images. Figure 4A shows the ROC curve of the classification CNN model (AUC = 0.99). The confusion matrix of the classification CNN model is shown in Figure 4B. The normal CT slices and the abnormal CT slices were correctly distinguished by the classification CNN model.

FIGURE 4
www.frontiersin.org

Figure 4. (A) The confusion matrix of the predictive performance of the individual CT slices classification model. (B) The ROC curve of the classification model of the individual CT slices.

The predictive performance of the integrated deep learning model

The integrated deep learning model consisted of the XGBoost model based on the clinical features and the CNN model based on the selected CT slices from the individual patients. The ROC curves of the two individual models and the integrated deep learning model are shown in Figure 5A. The area under the ROC curve values of the XGBoost model, the CNN model, and the integrated model were 0.94 (95% CI: 0.91–0.96), 0.96 (95% CI: 0.93–0.98), and 0.97 (95% CI: 0.95–0.99), respectively.

FIGURE 5
www.frontiersin.org

Figure 5. (A) The ROC curve of the three predictive models. (B) The calibration curve of the three predictive models.

The calibration curve plot indicated a good agreement between the predicted probabilities of COVID-19 ARDS calculated by the predictive models and the actual outcome (Figure 5B). The confusion matrices were plotted using clinical features, CT images, and integrated data to predict COVID-19 ARDS (Figure 6). We found that the integrated deep learning model could yield more accurate predictions than the individual model based on clinical features or CT images. More details about the predictive performance of the models are provided in Table 3.

FIGURE 6
www.frontiersin.org

Figure 6. (A) The confusion matrix of the XGBoost model. (B) The confusion matrix of the CNN model. (C) The confusion matrix of the integrated model.

TABLE 3
www.frontiersin.org

Table 3. Predictive performance of established models in validation cohort.

Discussion

The outbreak of COVID-19 led to a global pandemic, and the main causes of the deaths were pulmonary complications such as acute respiratory distress syndrome. A comprehensive analysis of the clinical symptoms, laboratory test results, and CT images is crucial to help understand the scope of COVID-19. We believe that an ensemble predictive model based on the integrated data from the patients could provide more information about the risk factors of complications such as ARDS brought on by COVID-19. Moreover, detailed and accurate risk evaluation of COVID-19 ARDS is important for clinicians to provide more personalized treatment to patients. Some published studies have applied advanced artificial intelligence methods to predict the prognosis of COVID-19 (1720). They demonstrated the value of machine learning algorithms for predicting the outcomes of COVID-19, but no radiology information was included in the studies (21, 22). Lee et al. developed a deep learning model comprising the chest radiology score and clinical information to predict severe illness in COVID-19 patients (23). However, chest radiology is not suitable for the confirmation of diagnosis or evaluation of COVID-19 outcomes (24). Wang et al. reported an automatic quantitative model based on CT images to predict ARDS in COVID-19 patients (25). In this study, the infection fields of the lung were segmented for the quantitative analysis of the volume and density. We thought the quantitative analysis of CT images could not make the most of the CT information and thus may yield less accurate predictions.

In this retrospective study, we developed three models for the prediction of COVID-19 ARDS. Two individual models were established based on the clinical features data and the CT images, respectively; the third deep learning model was integrated by the two individual models. We found that the integrated deep learning model could offer better discriminatory performance for predicting COVID-19 ARDS than the two individual models. To strengthen the understanding of COVID-19 ARDS, we performed the multivariate logistic regression to find out the independent risk factors associated with COVID-19 ARDS and depicted the nomogram plot for it. We found that age, the concentration of c-reactive protein, PaO2/FiO2 ratio, the count of total T lymphocytes, and the level of IL-6 were related to COVID-19 ARDS. The inevitable deterioration in immunity response in senior citizens may be the reason for advanced age being a risk factor for COVID-19 ARDS (26). COVID-19 is manifested as a multisystemic disease, and the hyperinflammatory response is extremely associated with its outcome (27). COVID-19 ARDS also causes typical lung pathological changes, which are accompanied by acute and chronic inflammation (28, 29). High concentrations of CRP and IL-6 may indicate a pro-inflammatory state, which has been reported as a risk factor for a severe outcome (26, 27). It is reported that critically ill COVID-19 patients exhibited a status of immune cell hyporesponsiveness when compared to healthy people (28). Several studies have highlighted the values of T-lymphocyte subset absolute counts in predicting morbidity in COVID-19 patients (2931). The XGBoost model was selected as the best model to handle the clinical features data because of the best predictive performance tested in the validation cohort. XGBoost stands for “Extreme Gradient Boosting” and was first proposed by Friedman (32). The XGBoost model is one of the ensembling learning algorithms, which makes precise predictions based on a series of weak classifiers, and it has been applied in many studies to deal with massive medical data.

The CT scan procedure can provide more information about the severity of lung damage and acute respiratory failure with a much faster turnaround time (2, 33). The distinctive characteristics of CT slices from COVID-19 ARDS patients could be captured by the convolutional neural network. In our study, the predictive performance of the VGG-16 model was better than that of the model based on the clinical features data. VGG architecture was first proposed by the Visual Geometry Group from Oxford and ranges from 11 to 19 layers (34). The VGG models are widely used as image classifiers or the fundamental basis of newly developed models, which also use images as input data. The VGG-16 network was first used to classify the individual CT slices into normal and abnormal images. Furthermore, the individual patient-based prediction of COVID-19 ARDS was also fulfilled by the VGG-16 network. The XGBoost model and the VGG-16 network model are complementary to each other. The predictive performance of the integrated model was superior to the individual ones. The integrated deep learning model we proposed was demonstrated to be reliable in predicting COVID-19 ARDS with high accuracy in our study. The tremendous progress made in the field of artificial intelligence facilitated the analysis of massive medical data. Our deep learning model may be one example of an automatic analysis tool that can be used for various medical data or alarming systems of adverse events in critically ill patients. Once the integrated deep learning model is fused into the information system of the hospitals, it could rapidly and correctly identify patients at high risk of COVID-19 ARDS without redundant operations.

There are some limitations in our study. First, this is a single-center retrospective study with a relatively small sample size. Second, the validation of the predictive model was only performed in the internal cohort. It is unclear whether similar predictive performance can be observed in other medical centers when our models are applied.

Conclusion

In our study, we tried to establish different models to predict COVID-19 ARDS. We found that the models based on the clinical features or the CT images could provide accurate predictions of COVID-19 ARDS. Moreover, the integrated model combining the two individual models exhibited the best predictive performance with the highest accuracy and ROC value.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The studies involving human participants were reviewed and approved by the institutional Ethics Committees at Shanghai Renji Hospital. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements. Written informed consent was not obtained from the individual(s) for the publication of any potentially identifiable images or data included in this article.

Author contributions

YG and ZH contributed to the conception and design of the study. YZ and SQ organized the database. YZ and JF performed the statistical analysis. SM, SX, and QX wrote the first draft of the manuscript. YZ, JF, ZH, ZZ, and RT wrote sections of the manuscript. All authors contributed to the manuscript revision, read, and approved the submitted version.

Funding

This study was supported by the Shanghai Science and Technology Commission (22YF1423300) and the Renji Hospital Clinical Research Innovation and Cultivation Fund (RJPY-DZX-008).

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. Guan WJ, Ni ZY, Hu Y, Liang WH, Ou CQ, He JX, et al. Clinical characteristics of Coronavirus disease 2019 in China. New Eng J Med. (2020) 382:1708–20. doi: 10.1056/NEJMoa2002032

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Yang X, Yu Y, Xu J, Shu H, Xia J, Liu H, et al. Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study. Lancet Respir Med. (2020) 8:475–81. doi: 10.1016/S2213-2600(20)30079-5

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Huang C, Wang Y, Li X, Ren L, Zhao J, Hu Y, et al. Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China. Lancet. (2020) 395:497–506. doi: 10.1016/S0140-6736(20)30183-5

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Gibson PG, Qin L, Puah SH. COVID-19 acute respiratory distress syndrome (ARDS): clinical features and differences from typical pre-COVID-19 ARDS. Med J Aust. (2020) 213:54–6. doi: 10.5694/mja2.50674

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Williams GW, Berg NK, Reskallah A, Yuan X, Eltzschig HK. Acute respiratory distress syndrome. Anesthesiology. (2021) 134:270–82. doi: 10.1097/ALN.0000000000003571

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Adhikari NK, Burns KE, Friedrich JO, Granton JT, Cook DJ, Meade MO. Effect of nitric oxide on oxygenation and mortality in acute lung injury: systematic review and meta-analysis. BMJ. (2007) 334:779. doi: 10.1136/bmj.39139.716794.55

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Fuller BM, Mohr NM, Skrupky L, Fowler S, Kollef MH, Carpenter CR. The use of inhaled prostaglandins in patients with ARDS: a systematic review and meta-analysis. Chest. (2015) 147:1510–22. doi: 10.1378/chest.14-3161

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Adhikari NK, Dellinger RP, Lundin S, Payen D, Vallet B, Gerlach H, et al. Inhaled nitric oxide does not reduce mortality in patients with acute respiratory distress syndrome regardless of severity: systematic review and meta-analysis. Crit Care Med. (2014) 42:404–12. doi: 10.1097/CCM.0b013e3182a27909

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Ioannidis J. Global perspective of COVID-19 epidemiology for a full-cycle pandemic. Eur J Clin Invest. (2020). doi: 10.1111/eci.13423

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Liu W, Tao Z-W, Wang L, Yuan M-L, Liu K, Zhou L, et al. Analysis of factors associated with disease outcomes in hospitalized patients with 2019 novel coronavirus disease. Chin Med J. (2020) 133:1032–8. doi: 10.1097/CM9.0000000000000775

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Bai Y, Xia J, Huang X, Chen S, Zhan Q. Using machine learning for the early prediction of sepsis-associated ARDS in the ICU and identification of clinical phenotypes with differential responses to treatment. Front Physiol. (2022) 13:1050849. doi: 10.3389/fphys.2022.1050849

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Huang L, Song M, Liu Y, Zhang W, Pei Z, Liu N, et al. Acute respiratory distress syndrome prediction score: derivation and validation. Am J Crit Care. (2021) 30:64–71. doi: 10.4037/ajcc2021753

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Koski E, Murphy J. AI in Healthcare. Stud Health Technol Inform. (2021) 284:295–9. doi: 10.3233/SHTI210726

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Chan JF, Yuan S, Kok KH, et al. A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster. Lancet. (2020) 395:514–23. doi: 10.1016/S0140-6736(20)30154-9

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Bai HX, Hsieh B, Xiong Z, Halsey K, Choi JW, Tran TML, et al. Performance of radiologists in differentiating COVID-19 from non-COVID-19 viral pneumonia at chest CT. Radiology. (2020) 296:E46–54. doi: 10.1148/radiol.2020200823

PubMed Abstract | CrossRef Full Text | Google Scholar

16. ARDS Definition Task Force, Ranieri VM, Rubenfeld GD, Thompson BT, Ferguson ND, Caldwell E, et al. Acute respiratory distress syndrome: the Berlin definition. JAMA. (2012) 307:2526–33. doi: 10.1001/jama.2012.5669

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Xu W, Sun NN, Gao HN, Chen ZY, Yang Y, Ju B, et al. Risk factors analysis of COVID-19 patients with ARDS and prediction based on machine learning. Sci Rep. (2021) 11:2933. doi: 10.1038/s41598-021-82492-x

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Sang S, Sun R, Coquet J, Carmichael H, Seto T, Hernandez-Boussard T. Learning from past respiratory infections to predict COVID-19 outcomes: retrospective study. J Med Internet Res. (2021) 23:e23026. doi: 10.2196/23026

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Lee HW, Yang HJ, Kim H, Kim U-H, Kim DH, Yoon SH, et al. Deep learning with chest radiographs for making prognoses in patients with COVID-19: retrospective cohort study. J Med Internet Res. (2023) 25:e42717. doi: 10.2196/42717

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Wang Y, Chen Y, Wei Y, Li M, Zhang Y, Zhang N, et al. Quantitative analysis of chest CT imaging findings with the risk of ARDS in COVID-19 patients: a preliminary study. Ann Transl Med. (2020) 8:594. doi: 10.21037/atm-20-3554

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Chan LL, Tan EK. Evidence of added value of chest CT in Coronavirus disease (COVID-19) pneumonia with initial negative RT-PCR results. Am J Roentgenol. (2020) 215:W41. doi: 10.2214/AJR.20.23815

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Chen N, Zhou M, Dong X, Qu J, Gong F, Han Y, et al. Epidemiological and clinical characteristics of 99 cases of 2019 novel corona virus pneumonia Wuhan, China: a descriptive study. Lancet. (2020) 395:507–13. doi: 10.1016/S0140-6736(20)30211-7

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Silva MJA, Ribeiro LR, Gouveia MIM, Marcelino BDR, Santos CSD, Lima KVB, et al. Hyperinflammatory response in COVID-19: a systematic review. Viruses. (2023) 15:553. doi: 10.3390/v15020553

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Xu Z, Shi L, Wang Y, Zhang J, Huang L, Zhang C, et al. Pathological findings of COVID-19 associated with acute respiratory distress syndrome. Lancet Respir Med. (2020) 8:420–2. doi: 10.1016/S2213-2600(20)30076-X

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Tian S, Xiong Y, Liu H, Niu L, Guo J, Liao M, et al. Pathological study of the 2019 novel coronavirus disease (COVID-19) through postmortem core biopsies. Mod Pathol. (2020) 33:1007–14. doi: 10.1038/s41379-020-0536-x

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Li X, Xu S, Yu M, Wang K, Tao Y, Zhou Y, et al. Risk factors for severity and mortality in adult COVID-19 inpatients in Wuhan. J Allergy Clin Immunol. (2020) 146:110–8. doi: 10.1016/j.jaci.2020.04.006

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Forsblom E, Helanne H, Kortela E, Silén S, Meretoja A, Järvinen A. Inflammation parameters predict fatal outcome in male COVID-19 patients in a low case-fatality area - a population-based registry study. Infect Dis. (2022) 54:558–71. doi: 10.1080/23744235.2022.2055786

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Morrell ED, Bhatraju PK, Sathe NA, et al. Chemokines, soluble PD-L1, and immune cell hyporesponsiveness are distinct features of SARS-CoV-2 critical illness. Am J Physiol Lung Cell Mol Physiol. (2022) 323:L14–26. doi: 10.1152/ajplung.00049.2022

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Zhang J, Wang Z, Wang X, Hu Z, Yang C, Lei P. Risk factors for mortality of COVID-19 patient based on clinical course: a single center retrospective case-control study. Front Immunol. (2021) 12:581469. doi: 10.3389/fimmu.2021.581469

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Xiong L, Zang X, Feng G, Zhao F. Wan, S, Zeng W, et al. Clinical characteristics and peripheral immunocyte subsets alteration of 85 COVID-19 Deaths. Aging. (2021) 13:6289–97. doi: 10.18632/aging.202819

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Kazancioglu S, Yilmaz FM, Bastug A, Sakalli A, Ozbay BO, Buyuktarakci C, et al. Lymphocyte subset alteration and monocyte CD4 expression reduction in patients with severe COVID-19. Viral Immunol. (2021) 34:342–51. doi: 10.1089/vim.2020.0166

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Friedman JH. Greedy function approximation: a gradient boosting machine. Ann Stat. (2001) 29:1189–232. doi: 10.1214/aos/1013203451

CrossRef Full Text | Google Scholar

33. Shi H, Han X, Jiang N, Cao Y, Alwalid O, Gu J, et al. Radiological findings from 81 patients with COVID-19 pneumonia in Wuhan, China: a descriptive study. Lancet Infect Dis. (2020) 20:425–34. doi: 10.1016/S1473-3099(20)30086-4

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Simonyan K, Zisserman A. Very deep convolutional networks for large-scale image recognition. Computer Science. (2014). doi: 10.48550/arXiv.1409.1556

CrossRef Full Text | Google Scholar

Keywords: COVID-19, ARDS, deep learning, artificial intelligence, computated tomography

Citation: Zhou Y, Feng J, Mei S, Tang R, Xing S, Qin S, Zhang Z, Xu Q, Gao Y and He Z (2023) A deep learning model for predicting COVID-19 ARDS in critically ill patients. Front. Med. 10:1221711. doi: 10.3389/fmed.2023.1221711

Received: 12 May 2023; Accepted: 06 July 2023;
Published: 25 July 2023.

Edited by:

Zhongheng Zhang, Sir Run Run Shaw Hospital, China

Reviewed by:

Chang Hu, Zhongnan Hospital of Wuhan University, China
Guo-wei Tu, Fudan University, China

Copyright © 2023 Zhou, Feng, Mei, Tang, Xing, Qin, Zhang, Xu, Gao and He. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Yuan Gao, rj_gaoyuan@163.com; Zhengyu He, zhengyuheshsmu@163.com

These authors have contributed equally to this work and share first authorship

Download