Papers
Topics
Authors
Recent
Search
2000 character limit reached

A Practical Guide Towards Interpreting Time-Series Deep Clinical Predictive Models: A Reproducibility Study

Published 25 Mar 2026 in cs.LG and cs.AI | (2603.24828v1)

Abstract: Clinical decisions are high-stakes and require explicit justification, making model interpretability essential for auditing deep clinical models prior to deployment. As the ecosystem of model architectures and explainability methods expands, critical questions remain: Do architectural features like attention improve explainability? Do interpretability approaches generalize across clinical tasks? While prior benchmarking efforts exist, they often lack extensibility and reproducibility, and critically, fail to systematically examine how interpretability varies across the interplay of clinical tasks and model architectures. To address these gaps, we present a comprehensive benchmark evaluating interpretability methods across diverse clinical prediction tasks and model architectures. Our analysis reveals that: (1) attention when leveraged properly is a highly efficient approach for faithfully interpreting model predictions; (2) black-box interpreters like KernelSHAP and LIME are computationally infeasible for time-series clinical prediction tasks; and (3) several interpretability approaches are too unreliable to be trustworthy. From our findings, we discuss several guidelines on improving interpretability within clinical predictive pipelines. To support reproducibility and extensibility, we provide our implementations via PyHealth, a well-documented open-source framework: https://github.com/sunlabuiuc/PyHealth.

Summary

  • The paper highlights that gradient-based (IG) and attention-driven (Chefer) methods provide the most faithful explanations across diverse clinical tasks.
  • The study employs sufficiency and comprehensiveness as key metrics to evaluate interpretability while demonstrating significant computational efficiency gains.
  • Implications include design guidelines for integrating attention mechanisms in hybrid architectures to improve both predictive performance and model transparency.

Interpreting Deep Clinical Predictive Models: Benchmarking and Guidelines

Introduction

The interpretability of deep learning models in clinical time-series prediction remains a critical requirement for real-world deployment due to stringent demands for transparency and justification in medical decision-making. This study conducts a rigorous, reproducible benchmark of interpretability methods applied to diverse clinical prediction tasks and model architectures, focusing on the faithfulness and scalability of explanation methods. The analysis spans black-box approaches (SHAP, LIME), gradient-based methods (Integrated Gradients, DeepLIFT, GIM), and attention-based attribution (Chefer) across multiple clinical tasks with models such as StageNet, Transformers, and hybrid architectures.

Benchmarking Interpretability in Clinical Settings

The benchmarking framework systematically evaluates interpretability methods on three large-scale MIMIC-IV tasks: mortality prediction, diabetic ketoacidosis, and length-of-stay, employing distinct deep architectures to probe the interaction of model design and explanation quality. The benchmarking protocol employs sufficiency and comprehensiveness as the core faithfulness metrics, directly quantifying the causal impact of identified features on predictive outputs. Figure 1

Figure 1: Higher comprehensiveness and lower sufficiency (green arrows) indicate more faithful explanations; Integrated Gradients and Chefer show competitive and robust faithfulness across architectures and tasks.

The experimental matrix reveals strong performance for both Integrated Gradients (IG) and the Chefer method. IG exhibits robust, consistent faithfulness across architectures and clinical tasks, while Cheferโ€”based on gradient-weighted attention aggregationโ€”yields the highest faithfulness, especially in attention-augmented and transformer variants. In contrast, methods like DeepLIFT and LIME display high variance and occasionally underperform even compared to a random attribution baseline, particularly in attention-based architectures.

Computational Efficiency and Practicality

Interpretability approaches are also assessed for computational tractability given the massive scale of electronic health record data. The analysis reveals a clear trade-off between explanatory power and runtime cost, with black-box methods such as KernelSHAP and LIME incurring prohibitive computational overhead when extrapolated to entire patient populations. Figure 2

Figure 2: Chefer and Integrated Gradients maintain high comprehensiveness with significantly lower runtime than SHAP or LIME, making them feasible for high-throughput clinical interpretation pipelines.

Specifically, interpreting all instances in the largest task would require hundreds of compute hours for SHAP and over 60 hours for LIME, compared to the much leaner processing times for Chefer and IG. These measurements directly inform recommendations against deploying black-box interpreters at scale in clinical pipelines; gradient-based and attention-driven attributions offer better scalability with no lossโ€”and often an improvementโ€”in faithfulness.

Attention Mechanisms and Model Design

A focal experimental question is whether model design choices influence interpretability. The introduction of attention mechanisms via hybrid architectures (e.g., StageAttn) preserves or improves downstream predictive performance while enabling highly faithful and efficient explanation generation with the Chefer method. Unlike a full Transformer, which underperforms in some clinical tasks, incorporating attention atop recurrent structures yields a synergistic advantage in interpretability without accuracy degradation. This signals a practical design pathway for future clinical models requiring both high trust and operational efficiency.

Several widely-adopted interpretability approaches are demonstrated to be unreliable in the clinical time-series context. DeepLIFT exhibits inconsistent and often unfaithful attributions for attention-augmented models, consistent with documented incompatibilities between its layer-wise difference propagation and the self-repair mechanism of attention. GIM, although powerful for LLMs, shows limited benefit within the scale and architecture of clinical models tested here. LIME's explanations are particularly volatile and computationally expensive, further limiting its practicality.

Implications, Guidelines, and Future Directions

The evidence collectively leads to explicit guidelines: gradient-based methods like IG and, for models with attention, gradient-weighted attention schemes like Chefer, are recommended for scalable, faithful, and efficient interpretability in deep clinical predictive modeling. Pure black-box post-hoc interpreters are not suitable for large-scale deployment in the medical domain.

The findings underline the importance of model-architecture alignment with interpretability objectives. The hybridization of recurrent nets with attention enables both robust predictive performance and superior, reliable explanations. The open-source release via PyHealth establishes an extensible ecosystem for systematic evaluation and reproducibility of interpretability research within the clinical setting.

Future work should address the domain-specificity of interpretability: the generalizability of these conclusions across multimodal (e.g., text, imaging) clinical data is open, as methods such as GIM may demonstrate task/architecture-dependent efficacy. Compositional and ensemble interpretability frameworks, capturing complementary explanatory signals, represent another avenue. Large-scale, community-driven benchmarks will further clarify domain best practices.

Conclusion

This study provides the most rigorous-to-date comparative assessment of interpretability methods for time-series deep clinical predictive models, highlighting robust, reproducible guidelines for both model selection and interpretability pipeline design. Attention-based attributions, especially Chefer, offer the optimal trade-off between faithfulness and computational efficiency, with Integrated Gradients as a reliable alternative in non-attention models. These results inform both immediate deployment in clinical decision-support systems and future research on scalable, trustworthy, and multimodal interpretability approaches.

Reference: "A Practical Guide Towards Interpreting Time-Series Deep Clinical Predictive Models: A Reproducibility Study" (2603.24828)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We're still in the process of identifying open problems mentioned in this paper. Please check back in a few minutes.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 0 likes about this paper.