AILGLOROSYMay 28, 2025

Efficient Dynamic Shielding for Parametric Safety Specifications

arXiv:2505.22104v11 citationsh-index: 12ATVA
Originality Incremental advance
AI Analysis

This addresses safety-critical delays in autonomous systems like robotics, though it is incremental as it builds on existing shielding methods.

The paper tackles the problem of ensuring safety in AI-controlled autonomous systems when safety requirements change at runtime, by introducing dynamic shields for parametric safety specifications that adapt quickly without recomputation, achieving adaptation times from a fraction of a second to a few seconds compared to brute-force methods that were up to 5 times slower.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes