paper-with-me

Papers

SafeDojo: Safe Reinforcement Learning for VLA via Interactive World Model

2026-06-15 · Kai Tang, Peidong Jia, Zhong Chu, Jixian Wu, Rui Ma, Jiajun Cao, Fangyuan Zhao, Sixiang Chen, Yichen Guo, Xiaowei Chi, Chun-Kai Fan, Kevin Zhang, Jinchang Xu, Fubing Yang, Weishi Mi, Xiaozhu Ju, Jian Tang, Shanghang Zhang arxiv

Safe control is a prerequisite for real-world embodied intelligence, for which safe reinforcement learning has emerged as a promising paradigm. However, existing safe reinforcement learning methods either require costly real-world exploration or depend on hand-crafted safety functions. Neither scales to vision-language-action models deployed in open-world physical environments. We propose SafeDojo, the first model-based safe reinforcement learning framework for vision-language-action policies designed to learn safe actions through world model-based imagination. Specifically, SafeDojo performs online reinforcement learning on top of an interactive video world model. The world model generates action-conditioned future predictions, from which a tailored ResNet success classifier estimates per-step task progress from imagined frames and a lightweight safety head predicts per-step safety costs from latent context together with the proposed action chunk, enabling simultaneous assessment of task execution and trajectory safety. The decoupled task-reward and safety-cost signals are balanced through a Lagrangian-based constrained GRPO objective, enabling coordinated improvement of task success and safety under explicit constraints. On SafeLIBERO, SafeDojo achieves the best aggregate task success, safe success, and execution efficiency among inference-time safety, model-free RL, and model-based RL baselines, with the best average safe-success rate on both levels and an 8.25 percentage-point improvement over the strongest baseline on Level I. Real-world Franka deployment further shows the best average task and safe-success rates across five tasks. Our results position world model-based safe reinforcement learning as a scalable and generalizable path toward safe embodied intelligence.

📄 PDF Abstract BibTeX arXiv:2606.20698

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A Human-Centered Safe Robot Reinforcement Learning Framework with Interactive Behaviors

2023-02-25 · Shangding Gu, Alap Kshirsagar, Yali Du, Guang Chen 외

Deployment of Reinforcement Learning (RL) algorithms for robotics applications in the real world requires ensuring the safety of the robot and its environment. Safe Robot RL (SRRL) is a crucial step towards achieving hum…

reinforcement-learningReinforcement Learning (RL)Safe Exploration

Imagination-Augmented Hierarchical Reinforcement Learning for Safe and Interactive Autonomous Driving in Urban Environments

2023-11-17 · Sang-Hyun Lee, Yoonjae Jung, Seung-Woo Seo

Hierarchical reinforcement learning (HRL) incorporates temporal abstraction into reinforcement learning (RL) by explicitly taking advantage of hierarchical structure. Modern HRL typically designs a hierarchical agent com…

Autonomous DrivingHierarchical Reinforcement LearningReinforcement Learning (RL)

A Safe Hierarchical Planning Framework for Complex Driving Scenarios based on Reinforcement Learning

2021-01-17 · Jinning Li, Liting Sun, Jianyu Chen, Masayoshi Tomizuka 외

Autonomous vehicles need to handle various traffic conditions and make safe and efficient decisions and maneuvers. However, on the one hand, a single optimization/sampling-based motion planner cannot efficiently generate…

Autonomous Vehiclesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dream to Drive with Predictive Individual World Model

2025-01-28 · Yinfeng Gao, Qichao Zhang, Da-wei Ding, Dongbin Zhao

It is still a challenging topic to make reactive driving behaviors in complex urban environments as road users' intentions are unknown. Model-based reinforcement learning (MBRL) offers great potential to learn a reactive…

Autonomous DrivingmodelModel-based Reinforcement Learningreinforcement-learning+3

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