paper-with-me

Papers

Efficient Dynamic Shielding for Parametric Safety Specifications

2025-05-28 · Davide Corsi, Kaushik Mallik, Andoni Rodriguez, Cesar Sanchez

Shielding has emerged as a promising approach for ensuring safety of AI-controlled autonomous systems. The algorithmic goal is to compute a shield, which is a runtime safety enforcement tool that needs to monitor and intervene the AI controller's actions if safety could be compromised otherwise. Traditional shields are designed statically for a specific safety requirement. Therefore, if the safety requirement changes at runtime due to changing operating conditions, the shield needs to be recomputed from scratch, causing delays that could be fatal. We introduce dynamic shields for parametric safety specifications, which are succinctly represented sets of all possible safety specifications that may be encountered at runtime. Our dynamic shields are statically designed for a given safety parameter set, and are able to dynamically adapt as the true safety specification (permissible by the parameters) is revealed at runtime. The main algorithmic novelty lies in the dynamic adaptation procedure, which is a simple and fast algorithm that utilizes known features of standard safety shields, like maximal permissiveness. We report experimental results for a robot navigation problem in unknown territories, where the safety specification evolves as new obstacles are discovered at runtime. In our experiments, the dynamic shields took a few minutes for their offline design, and took between a fraction of a second and a few seconds for online adaptation at each step, whereas the brute-force online recomputation approach was up to 5 times slower.

📄 PDF Abstract BibTeX arXiv:2505.22104

Code (0)

등록된 구현이 없습니다.

Tasks

Robot Navigation

Similar Papers 제목 키워드 기반

Adaptive GR(1) Specification Repair for Liveness-Preserving Shielding in Reinforcement Learning

2025-11-04 · Tiberiu-Andrei Georgescu, Alexander W. Goodall, Dalal Alrajeh, Francesco Belardinelli 외 arxiv

Shielding is widely used to enforce safety in reinforcement learning (RL), ensuring that an agent's actions remain compliant with formal specifications. Classical shielding approaches, however, are often static, in the s…

Inductive logic programmingReinforcement Learning

Safe POMDP Online Planning via Shielding

2023-09-19 · Shili Sheng, David Parker, Lu Feng

Partially observable Markov decision processes (POMDPs) have been widely used in many robotic applications for sequential decision-making under uncertainty. POMDP online planning algorithms such as Partially Observable M…

Autonomous DrivingDecision MakingDecision Making Under UncertaintySequential Decision Making

Follow the STARs: Dynamic $ω$-Regular Shielding of Learned Policies

2025-04-11 · Ashwani Anand, Satya Prakash Nayak, Ritam Raha, Anne-Kathrin Schmuck

This paper presents a novel dynamic post-shielding framework that enforces the full class of $\omega$-regular correctness properties over pre-computed probabilistic policies. This constitutes a paradigm shift from the pr…

Do Androids Dream of Electric Fences? Safety-Aware Reinforcement Learning with Latent Shielding

2021-12-21 · Peter He, Borja G. Leon, Francesco Belardinelli

The growing trend of fledgling reinforcement learning systems making their way into real-world applications has been accompanied by growing concerns for their safety and robustness. In recent years, a variety of approach…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Shield Synthesis for LTL Modulo Theories

2024-06-06 · Andoni Rodriguez, Guy Amir, Davide Corsi, Cesar Sanchez 외

In recent years, Machine Learning (ML) models have achieved remarkable success in various domains. However, these models also tend to demonstrate unsafe behaviors, precluding their deployment in safety-critical systems. …