An empirical study of using radiology reports and images to improve ICU mortality prediction

Mingquan Lin,Song Wang,Ying Ding,Lihui Zhao,Fei Wang,Yifan Peng
2023-06-20
Abstract:Background: The predictive Intensive Care Unit (ICU) scoring system plays an important role in ICU management because it predicts important outcomes, especially mortality. Many scoring systems have been developed and used in the ICU. These scoring systems are primarily based on the structured clinical data in the electronic health record (EHR), which may suffer the loss of important clinical information in the narratives and images. Methods: In this work, we build a deep learning based survival prediction model with multi-modality data to predict ICU mortality. Four sets of features are investigated: (1) physiological measurements of Simplified Acute Physiology Score (SAPS) II, (2) common thorax diseases pre-defined by radiologists, (3) BERT-based text representations, and (4) chest X-ray image features. We use the Medical Information Mart for Intensive Care IV (MIMIC-IV) dataset to evaluate the proposed model. Results: Our model achieves the average C-index of 0.7829 (95% confidence interval, 0.7620-0.8038), which substantially exceeds that of the baseline with SAPS-II features (0.7470 (0.7263-0.7676)). Ablation studies further demonstrate the contributions of pre-defined labels (2.00%), text features (2.44%), and image features (2.82%).
Artificial Intelligence,Computation and Language,Computer Vision and Pattern Recognition,Machine Learning,Image and Video Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to improve the accuracy of mortality prediction for patients in the intensive care unit (ICU). Existing ICU scoring systems are mainly based on structured clinical data in electronic health records (EHR), which may miss important clinical information contained in medical record texts and imaging examinations. Therefore, the authors propose a deep - learning model that combines text and imaging features to improve the performance of ICU mortality prediction. Specifically, the paper addresses this problem in the following ways: 1. **Multimodal data fusion**: The paper constructs a deep - learning survival prediction model that utilizes four types of data features: - Physiological measurements (such as Simplified Acute Physiology Score (SAPS) II) - Commonly predefined chest - disease labels by radiologists - BERT - based text representations - Chest X - ray image features 2. **Data sources**: The MIMIC - IV dataset is used to evaluate the proposed model. 3. **Model performance evaluation**: The prediction performance of the model is evaluated by the C - index and compared with a baseline model using only SAPS - II features. The results show that the proposed multimodal model performs better in predicting ICU mortality, with an average C - index of 0.7829 (95% confidence interval: 0.7620 - 0.8038), significantly higher than 0.7470 (95% confidence interval: 0.7263 - 0.7676) of the baseline model. 4. **Feature contribution analysis**: The contributions of the predefined labels, text features, and image features to the model performance are further verified by ablation studies, which are 2.00%, 2.44%, and 2.82% respectively. 5. **Comparison with other methods**: The paper also compares the performance of traditional machine - learning methods (such as the Cox proportional - hazards model) and deep - learning methods under the same feature - fusion settings. The results indicate that deep - learning methods have better performance in ICU mortality prediction. In conclusion, this paper improves the accuracy of ICU mortality prediction by introducing the method of multimodal data fusion, providing more valuable information for clinical decision - making.