paper-with-me

홈 › Papers

Sepsis World Model: A MIMIC-based OpenAI Gym "World Model" Simulator for Sepsis Treatment

2019-12-15 · Amirhossein Kiani, Chris Wang, Angela Xu

Sepsis is a life-threatening condition caused by the body's response to an infection. In order to treat patients with sepsis, physicians must control varying dosages of various antibiotics, fluids, and vasopressors based on a large number of variables in an emergency setting. In this project we employ a "world model" methodology to create a simulator that aims to predict the next state of a patient given a current state and treatment action. In doing so, we hope our simulator learns from a latent and less noisy representation of the EHR data. Using historical sepsis patient records from the MIMIC dataset, our method creates an OpenAI Gym simulator that leverages a Variational Auto-Encoder and a Mixture Density Network combined with a RNN (MDN-RNN) to model the trajectory of any sepsis patient in the hospital. To reduce the effects of noise, we sample from a generated distribution of next steps during simulation and have the option of introducing uncertainty into our simulator by controlling the "temperature" variable. It is worth noting that we do not have access to the ground truth for the best policy because we can only evaluate learned policies by real-world experimentation or expert feedback. Instead, we aim to study our simulator model's performance by evaluating the similarity between our environment's rollouts with the real EHR data and assessing its viability for learning a realistic policy for sepsis treatment using Deep Q-Learning.

📄 PDF Abstract BibTeX arXiv:1912.07127

Code (0)

등록된 구현이 없습니다.

Tasks

modelOpenAI GymQ-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Agentifying Patient Dynamics within LLMs through Interacting with Clinical World Model

2026-05-14 · Minghao Wu, Yuting Yan, Zhenyang Cai, Ke Ji 외 arxiv

Sepsis management in the ICU requires sequential treatment decisions under rapidly evolving patient physiology. Although large language models (LLMs) encode broad clinical knowledge and can reason over guidelines, they a…

Reinforcement LearningClinical Knowledge

MGP-AttTCN: An Interpretable Machine Learning Model for the Prediction of Sepsis

2019-09-27 · Margherita Rosnati, Vincent Fortuin

With a mortality rate of 5.4 million lives worldwide every year and a healthcare cost of more than 16 billion dollars in the USA alone, sepsis is one of the leading causes of hospital mortality and an increasing concern …

BIG-bench Machine LearningInterpretable Machine Learning

MIMIC-Sepsis: A Curated Benchmark for Modeling and Learning from Sepsis Trajectories in the ICU

2025-10-28 · Yong Huang, Zhongqi Yang, Amir Rahmani arxiv

Sepsis is a leading cause of mortality in intensive care units (ICUs), yet existing research often relies on outdated datasets, non-reproducible preprocessing pipelines, and limited coverage of clinical interventions. We…

Mortality Prediction

SepsisCalc: Integrating Clinical Calculators into Early Sepsis Prediction via Dynamic Temporal Graph Construction

2024-12-31 · Changchang Yin, Shihan Fu, Bingsheng Yao, Thai-Hoang Pham 외

Sepsis is an organ dysfunction caused by a deregulated immune response to an infection. Early sepsis prediction and identification allow for timely intervention, leading to improved clinical outcomes. Clinical calculator…

graph constructionPrediction

SepsisLab: Early Sepsis Prediction with Uncertainty Quantification and Active Sensing

2024-07-24 · Changchang Yin, Pin-Yu Chen, Bingsheng Yao, Dakuo Wang 외

Sepsis is the leading cause of in-hospital mortality in the USA. Early sepsis onset prediction and diagnosis could significantly improve the survival of sepsis patients. Existing predictive models are usually trained on …

ImputationMissing ValuesPredictionUncertainty Quantification