paper-with-me

Papers

Offline Inverse Constrained Reinforcement Learning for Safe-Critical Decision Making in Healthcare

2024-10-10 · Nan Fang, Guiliang Liu, Wei Gong

Reinforcement Learning (RL) applied in healthcare can lead to unsafe medical decisions and treatment, such as excessive dosages or abrupt changes, often due to agents overlooking common-sense constraints. Consequently, Constrained Reinforcement Learning (CRL) is a natural choice for safe decisions. However, specifying the exact cost function is inherently difficult in healthcare. Recent Inverse Constrained Reinforcement Learning (ICRL) is a promising approach that infers constraints from expert demonstrations. ICRL algorithms model Markovian decisions in an interactive environment. These settings do not align with the practical requirement of a decision-making system in healthcare, where decisions rely on historical treatment recorded in an offline dataset. To tackle these issues, we propose the Constraint Transformer (CT). Specifically, 1) we utilize a causal attention mechanism to incorporate historical decisions and observations into the constraint modeling, while employing a Non-Markovian layer for weighted constraints to capture critical states. 2) A generative world model is used to perform exploratory data augmentation, enabling offline RL methods to simulate unsafe decision sequences. In multiple medical scenarios, empirical results demonstrate that CT can capture unsafe states and achieve strategies that approximate lower mortality rates, reducing the occurrence probability of unsafe behaviors.

📄 PDF Abstract BibTeX arXiv:2410.07525

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningData AugmentationDecision MakingOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Individual Control Barrier Functions-Guided Diffusion Model for Safe Offline Multi-Agent Reinforcement Learning

2026-06-10 · Qingyun Guo, Junyi Shi, Jianuo Huang, Tianyu Shi arxiv

Offline reinforcement learning allows control policies to be learned directly from data without online interaction, making it suitable for safety-critical tasks. Recent studies have applied diffusion models to offline re…

Multi-agent Reinforcement Learning

LexiSafe: Offline Safe Reinforcement Learning with Lexicographic Safety-Reward Hierarchy

2026-02-19 · Hsin-Jung Yang, Zhanhong Jiang, Prajwal Koirala, Qisai Liu 외 arxiv

Offline safe reinforcement learning (RL) is increasingly important for cyber-physical systems (CPS), where safety violations during training are unacceptable and only pre-collected data are available. Existing offline sa…

Reinforcement LearningOffline RL

Offline Goal-Conditioned Reinforcement Learning for Safety-Critical Tasks with Recovery Policy

2024-03-04 · Chenyang Cao, Zichen Yan, Renhao Lu, Junbo Tan 외

Offline goal-conditioned reinforcement learning (GCRL) aims at solving goal-reaching tasks with sparse rewards from an offline dataset. While prior work has demonstrated various approaches for agents to learn near-optima…

Epigraph-Guided Flow Matching for Safe and Performant Offline Reinforcement Learning

2026-02-08 · Manan Tayal, Mumuksh Tayal arxiv

Offline reinforcement learning (RL) provides a compelling paradigm for training autonomous systems without the risks of online exploration, particularly in safety-critical domains. However, jointly achieving strong safet…

Reinforcement LearningOffline RL

Offline Safe Policy Optimization From Heterogeneous Feedback

2025-12-23 · Ze Gong, Pradeep Varakantham, Akshat Kumar arxiv

Offline Preference-based Reinforcement Learning (PbRL) learns rewards and policies aligned with human preferences without the need for extensive reward engineering and direct interaction with human annotators. However, e…

Reinforcement LearningContinuous Control