Table of Contents
Fetching ...

TA-RNN-Medical-Hybrid: A Time-Aware and Interpretable Framework for Mortality Risk Prediction

Zahra Jafari, Azadeh Zamanifar, Amirfarhad Farhadi

TL;DR

Experimental results demonstrate that TA-RNN-Medical-Hybrid consistently improves predictive performance in terms of AUC, accuracy, and recall-oriented F$_2$-score, and qualitative analysis shows that the model effectively decomposes mortality risk across time and clinical concepts.

Abstract

Accurate and interpretable mortality risk prediction in intensive care units (ICUs) remains a critical challenge due to the irregular temporal structure of electronic health records (EHRs), the complexity of longitudinal disease trajectories, and the lack of clinically grounded explanations in many data-driven models. To address these challenges, we propose \textit{TA-RNN-Medical-Hybrid}, a time-aware and knowledge-enriched deep learning framework that jointly models longitudinal clinical sequences and irregular temporal dynamics through explicit continuous-time encoding, along with standardized medical concept representations. The proposed framework extends time-aware recurrent modeling by integrating explicit continuous-time embeddings that operate independently of visit indexing, SNOMED-based disease representations, and a hierarchical dual-level attention mechanism that captures both visit-level temporal importance and feature/concept-level clinical relevance. This design enables accurate mortality risk estimation while providing transparent and clinically meaningful explanations aligned with established medical knowledge. We evaluate the proposed approach on the MIMIC-III critical care dataset and compare it against strong time-aware and sequential baselines. Experimental results demonstrate that TA-RNN-Medical-Hybrid consistently improves predictive performance in terms of AUC, accuracy, and recall-oriented F$_2$-score. Moreover, qualitative analysis shows that the model effectively decomposes mortality risk across time and clinical concepts, yielding interpretable insights into disease severity, chronicity, and temporal progression. Overall, the proposed framework bridges the gap between predictive accuracy and clinical interpretability, offering a scalable and transparent solution for high-stakes ICU decision support systems.

TA-RNN-Medical-Hybrid: A Time-Aware and Interpretable Framework for Mortality Risk Prediction

TL;DR

Experimental results demonstrate that TA-RNN-Medical-Hybrid consistently improves predictive performance in terms of AUC, accuracy, and recall-oriented F-score, and qualitative analysis shows that the model effectively decomposes mortality risk across time and clinical concepts.

Abstract

Accurate and interpretable mortality risk prediction in intensive care units (ICUs) remains a critical challenge due to the irregular temporal structure of electronic health records (EHRs), the complexity of longitudinal disease trajectories, and the lack of clinically grounded explanations in many data-driven models. To address these challenges, we propose \textit{TA-RNN-Medical-Hybrid}, a time-aware and knowledge-enriched deep learning framework that jointly models longitudinal clinical sequences and irregular temporal dynamics through explicit continuous-time encoding, along with standardized medical concept representations. The proposed framework extends time-aware recurrent modeling by integrating explicit continuous-time embeddings that operate independently of visit indexing, SNOMED-based disease representations, and a hierarchical dual-level attention mechanism that captures both visit-level temporal importance and feature/concept-level clinical relevance. This design enables accurate mortality risk estimation while providing transparent and clinically meaningful explanations aligned with established medical knowledge. We evaluate the proposed approach on the MIMIC-III critical care dataset and compare it against strong time-aware and sequential baselines. Experimental results demonstrate that TA-RNN-Medical-Hybrid consistently improves predictive performance in terms of AUC, accuracy, and recall-oriented F-score. Moreover, qualitative analysis shows that the model effectively decomposes mortality risk across time and clinical concepts, yielding interpretable insights into disease severity, chronicity, and temporal progression. Overall, the proposed framework bridges the gap between predictive accuracy and clinical interpretability, offering a scalable and transparent solution for high-stakes ICU decision support systems.
Paper Structure (32 sections, 37 equations, 5 figures, 5 tables, 1 algorithm)

This paper contains 32 sections, 37 equations, 5 figures, 5 tables, 1 algorithm.

Figures (5)

  • Figure 1: Pipeline for constructing the ICD-to-SNOMED embedding matrix. ICD codes are normalized and mapped to SNOMED concepts, followed by semantic text embedding using BioClinicalBERT and structural embedding via SNOMED relational graphs.
  • Figure 2: Overall architecture of the proposed TA-RNN-Medical-Hybrid framework. Diagnosis codes are first mapped to SNOMED-based embeddings and aggregated at the visit level. Explicit temporal embeddings are incorporated to handle irregular visit intervals. The resulting sequence is processed by a BiGRU and multi-head self-attention module, followed by a dual-level attention mechanism (visit + disease-level) and demographic fusion... to generate the final mortality risk prediction.
  • Figure 3: Summary of model interpretation outputs. The figure illustrates mortality risk stratification, visit-level attention distribution, and ranked disease-level contributions for representative ICU patients.
  • Figure 4: Temporal disease progression patterns derived from disease-level attribution scores. Increasing, decreasing, and stable contribution trends illustrate how individual diseases influence mortality risk over time.
  • Figure 5: Example of the proposed clinical interpretation dashboard generated by TA-RNN-Medical-Hybrid. The dashboard integrates predicted mortality risk, visit-level temporal importance, SNOMED-based feature-level attribution, and longitudinal feature progression to support transparent clinical decision-making.