Exploring a Graph-based Approach to Offline Reinforcement Learning for Sepsis Treatment
By: Taisiya Khakharova, Lucas Sakizloglou, Leen Lambers
Potential Business Impact:
Helps doctors give the right medicine for sick patients.
Sepsis is a serious, life-threatening condition. When treating sepsis, it is challenging to determine the correct amount of intravenous fluids and vasopressors for a given patient. While automated reinforcement learning (RL)-based methods have been used to support these decisions with promising results, previous studies have relied on relational data. Given the complexity of modern healthcare data, representing data as a graph may provide a more natural and effective approach. This study models patient data from the well-known MIMIC-III dataset as a heterogeneous graph that evolves over time. Subsequently, we explore two Graph Neural Network architectures - GraphSAGE and GATv2 - for learning patient state representations, adopting the approach of decoupling representation learning from policy learning. The encoders are trained to produce latent state representations, jointly with decoders that predict the next patient state. These representations are then used for policy learning with the dBCQ algorithm. The results of our experimental evaluation confirm the potential of a graph-based approach, while highlighting the complexity of representation learning in this domain.
Similar Papers
MORE-CLEAR: Multimodal Offline Reinforcement learning for Clinical notes Leveraged Enhanced State Representation
Machine Learning (CS)
Helps doctors treat sick patients better.
End to End Autoencoder MLP Framework for Sepsis Prediction
Machine Learning (CS)
Finds sickness early to save lives.
MIMIC-Sepsis: A Curated Benchmark for Modeling and Learning from Sepsis Trajectories in the ICU
Machine Learning (CS)
Helps doctors predict and treat deadly sepsis faster.