paper-with-me

홈 › Papers

Vulnerability Analysis of Safe Reinforcement Learning via Inverse Constrained Reinforcement Learning

2026-02-18 · Jialiang Fan, Shixiong Jiang, Mengyu Liu, Fanxin Kong arxiv

Safe reinforcement learning (Safe RL) aims to ensure policy performance while satisfying safety constraints. However, most existing Safe RL methods assume benign environments, making them vulnerable to adversarial perturbations commonly encountered in real-world settings. In addition, existing gradient-based adversarial attacks typically require access to the policy's gradient information, which is often impractical in real-world scenarios. To address these challenges, we propose an adversarial attack framework to reveal vulnerabilities of Safe RL policies. Using expert demonstrations and black-box environment interaction, our framework learns a constraint model and a surrogate (learner) policy, enabling gradient-based attack optimization without requiring the victim policy's internal gradients or the ground-truth safety constraints. We further provide theoretical analysis establishing feasibility and deriving perturbation bounds. Experiments on multiple Safe RL benchmarks demonstrate the effectiveness of our approach under limited privileged access.

📄 PDF Abstract BibTeX arXiv:2602.16543

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningAdversarial Attack

Similar Papers 제목 키워드 기반

Learning to maintain safety through expert demonstrations in settings with unknown constraints: A Q-learning perspective

2026-02-27 · George Papadopoulos, George A. Vouros arxiv

Given a set of trajectories demonstrating the execution of a task safely in a constrained MDP with observable rewards but with unknown constraints and non-observable costs, we aim to find a policy that maximizes the like…

Reinforcement Learning

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, C…

Common Sense ReasoningData AugmentationDecision MakingOffline RL+3

Identifiability and Generalizability in Constrained Inverse Reinforcement Learning

2023-06-01 · Andreas Schlaginhaufen, Maryam Kamgarpour

Two main challenges in Reinforcement Learning (RL) are designing appropriate reward functions and ensuring the safety of the learned policy. To address these challenges, we present a theoretical framework for Inverse Rei…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

HAIR: Hardness-Aware Inverse Reinforcement Learning with Introspective Reasoning for LLM Alignment

2025-03-23 · Ruoxi Cheng, Haoxuan Ma, Weixin Wang

The alignment of large language models (LLMs) with human values remains critical yet hindered by four key challenges: (1) scarcity of balanced safety datasets, (2) alignment tax, (3) vulnerability to jailbreak attacks du…

Learning Safety Constraints from Demonstrations with Unknown Rewards

2023-05-25 · David Lindner, Xin Chen, Sebastian Tschiatschek, Katja Hofmann 외

We propose Convex Constraint Learning for Reinforcement Learning (CoCoRL), a novel approach for inferring shared constraints in a Constrained Markov Decision Process (CMDP) from a set of safe demonstrations with possibly…

reinforcement-learningReinforcement Learning