Multimodal Deep Learning for Early Prediction of Patient Deterioration in the ICU: Integrating Time-Series EHR Data with Clinical Notes

📅 2026-03-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the challenge of early detection of clinical deterioration events—such as mortality, vasopressor initiation, and mechanical ventilation—in intensive care unit (ICU) patients by proposing a novel multimodal deep learning approach. For the first time, it systematically integrates structured time-series physiological data with unstructured clinical text. The model employs a bidirectional LSTM to encode temporal signals and leverages ClinicalBERT embeddings for clinical notes, fused through a cross-modal attention mechanism. Evaluated on 823,641 test samples, the method achieves an AUROC of 0.7857 and an AUPRC of 0.1908, representing a 2.5-percentage-point improvement in AUROC and a 39.2% relative gain in AUPRC over baseline models using only structured data. It significantly outperforms conventional approaches such as XGBoost and logistic regression, effectively mitigating information loss inherent in single-modality data sources.

Technology Category

Application Category

📝 Abstract
Early identification of patients at risk for clinical deterioration in the intensive care unit (ICU) remains a critical challenge. Delayed recognition of impending adverse events, including mortality, vasopressor initiation, and mechanical ventilation, contributes to preventable morbidity and mortality. We present a multimodal deep learning approach that combines structured time-series data (vital signs and laboratory values) with unstructured clinical notes to predict patient deterioration within 24 hours. Using the MIMIC-IV database, we constructed a cohort of 74,822 ICU stays and generated 5.7 million hourly prediction samples. Our architecture employs a bidirectional LSTM encoder for temporal patterns in physiologic data and ClinicalBERT embeddings for clinical notes, fused through a cross-modal attention mechanism. We also present a systematic review of existing approaches to ICU deterioration prediction, identifying 31 studies published between 2015 and 2024. Most existing models rely solely on structured data and achieve area under the curve (AUC) values between 0.70 and 0.85. Studies incorporating clinical notes remain rare but show promise for capturing information not present in structured fields. Our multimodal model achieves a test AUROC of 0.7857 and AUPRC of 0.1908 on 823,641 held-out samples, with a validation-to-test gap of only 0.6 percentage points. Ablation analysis validates the multimodal approach: clinical notes improve AUROC by 2.5 percentage points and AUPRC by 39.2% relative to a structured-only baseline, while deep learning models consistently outperform classical baselines (XGBoost AUROC: 0.7486, logistic regression: 0.7171). This work contributes both a thorough review of the field and a reproducible multimodal framework for clinical deterioration prediction.
Problem

Research questions and friction points this paper is trying to address.

ICU deterioration prediction
early warning system
multimodal data
clinical notes
time-series EHR
Innovation

Methods, ideas, or system contributions that make the work stand out.

multimodal deep learning
clinical deterioration prediction
cross-modal attention
ClinicalBERT
time-series EHR
🔎 Similar Papers
No similar papers found.