paper-with-me

홈 › Papers

Deep Offline Reinforcement Learning for Real-world Treatment Optimization Applications

2023-02-15 · Milashini Nambiar, Supriyo Ghosh, Priscilla Ong, Yu En Chan, Yong Mong Bee, Pavitra Krishnaswamy

There is increasing interest in data-driven approaches for recommending optimal treatment strategies in many chronic disease management and critical care applications. Reinforcement learning methods are well-suited to this sequential decision-making problem, but must be trained and evaluated exclusively on retrospective medical record datasets as direct online exploration is unsafe and infeasible. Despite this requirement, the vast majority of treatment optimization studies use off-policy RL methods (e.g., Double Deep Q Networks (DDQN) or its variants) that are known to perform poorly in purely offline settings. Recent advances in offline RL, such as Conservative Q-Learning (CQL), offer a suitable alternative. But there remain challenges in adapting these approaches to real-world applications where suboptimal examples dominate the retrospective dataset and strict safety constraints need to be satisfied. In this work, we introduce a practical and theoretically grounded transition sampling approach to address action imbalance during offline RL training. We perform extensive experiments on two real-world tasks for diabetes and sepsis treatment optimization to compare performance of the proposed approach against prominent off-policy and offline RL baselines (DDQN and CQL). Across a range of principled and clinically relevant metrics, we show that our proposed approach enables substantial improvements in expected health outcomes and in accordance with relevant practice and safety guidelines.

📄 PDF Abstract BibTeX arXiv:2302.07549

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingManagementOffline RLQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

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 제목 키워드 기반

Fat-to-Thin Policy Optimization: Offline RL with Sparse Policies

2025-01-24 · Lingwei Zhu, Han Wang, Yukie Nagai

Sparse continuous policies are distributions that can choose some actions at random yet keep strictly zero probability for the other actions, which are radically different from the Gaussian. They have important real-worl…

MuJoCoOffline RL

Learning Optimal Treatment Strategies for Sepsis Using Offline Reinforcement Learning in Continuous Space

2022-06-22 · Zeyu Wang, Huiying Zhao, Peng Ren, Yuxi Zhou 외

Sepsis is a leading cause of death in the ICU. It is a disease requiring complex interventions in a short period of time, but its optimal treatment strategy remains uncertain. Evidence suggests that the practices of curr…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Selective Uncertainty Propagation in Offline RL

2023-02-01 · Sanath Kumar Krishnamurthy, Tanmay Gangwani, Sumeet Katariya, Branislav Kveton 외

We consider the finite-horizon offline reinforcement learning (RL) setting, and are motivated by the challenge of learning the policy at any step h in dynamic programming (DP) algorithms. To learn this, it is sufficient …

Offline RLreinforcement-learningReinforcement Learning (RL)

Data Poisoning Attacks in Contextual Bandits

2018-08-17 · Yuzhe Ma, Kwang-Sung Jun, Lihong Li, Xiaojin Zhu

We study offline data poisoning attacks in contextual bandits, a class of reinforcement learning problems with important applications in online recommendation and adaptive medical treatment, among others. We provide a ge…

Data PoisoningMulti-Armed Banditsreinforcement-learningReinforcement Learning+1

Offline Guarded Safe Reinforcement Learning for Medical Treatment Optimization Strategies

2025-05-22 · Runze Yan, Xun Shen, Akifumi Wachi, Sebastien Gros 외

When applying offline reinforcement learning (RL) in healthcare scenarios, the out-of-distribution (OOD) issues pose significant risks, as inappropriate generalization beyond clinical expertise can result in potentially …

Offline RLQ-Learningreinforcement-learningReinforcement Learning+2