Attention-Based Offline Reinforcement Learning and Clustering for Interpretable Sepsis Treatment
Punit Kumar, Vaibhav Saran, Divyesh Patel, Nitin Kulkarni, Alina Vereshchaka
TL;DR
This work tackles sepsis treatment as a sequential decision problem by building an interpretable pipeline that combines risk stratification via clustering, synthetic data augmentation with diffusion models and conditional VAEs, offline reinforcement learning using Advantage Weighted Regression with a lightweight attention encoder, and rationale generation through a multimodal LLM. The ensemble RL approach integrates AWR with TabNet and XGBoost, applying a conservative rule to prioritize safety, while a clustering module addresses cold-start and data sparsity at ICU admission. Evaluations on MIMIC-III and eICU show the method achieves high treatment accuracy (83%), with particularly strong performance on underrepresented interventions, and the LLM-generated rationales provide natural language explanations grounded in clinical context. The framework advances interpretable, robust decision support for sepsis care, enabling better generalization across patients and auditable reasoning for clinicians.
Abstract
Sepsis remains one of the leading causes of mortality in intensive care units, where timely and accurate treatment decisions can significantly impact patient outcomes. In this work, we propose an interpretable decision support framework. Our system integrates four core components: (1) a clustering-based stratification module that categorizes patients into low, intermediate, and high-risk groups upon ICU admission, using clustering with statistical validation; (2) a synthetic data augmentation pipeline leveraging variational autoencoders (VAE) and diffusion models to enrich underrepresented trajectories such as fluid or vasopressor administration; (3) an offline reinforcement learning (RL) agent trained using Advantage Weighted Regression (AWR) with a lightweight attention encoder and supported by an ensemble models for conservative, safety-aware treatment recommendations; and (4) a rationale generation module powered by a multi-modal large language model (LLM), which produces natural-language justifications grounded in clinical context and retrieved expert knowledge. Evaluated on the MIMIC-III and eICU datasets, our approach achieves high treatment accuracy while providing clinicians with interpretable and robust policy recommendations.
