paper-with-me

Papers

Learning Contextual Runtime Monitors for Safe AI-Based Autonomy

2026-01-28 · Alejandro Luque-Cerpa, Mengyuan Wang, Emil Carlsson, Sanjit A. Seshia, Devdatt Dubhashi, Hazem Torfah arxiv

We introduce a novel framework for learning context-aware runtime monitors for AI-based control ensembles. Machine-learning (ML) controllers are increasingly deployed in (autonomous) cyber-physical systems because of their ability to solve complex decision-making tasks. However, their accuracy can degrade sharply in unfamiliar environments, creating significant safety concerns. Traditional ensemble methods aim to improve robustness by averaging or voting across multiple controllers, yet this often dilutes the specialized strengths that individual controllers exhibit in different operating contexts. We argue that, rather than blending controller outputs, a monitoring framework should identify and exploit these contextual strengths. In this paper, we reformulate the design of safe AI-based control ensembles as a contextual monitoring problem. A monitor continuously observes the system's context and selects the controller best suited to the current conditions. To achieve this, we cast monitor learning as a contextual learning task and draw on techniques from contextual multi-armed bandits. Our approach comes with two key benefits: (1) theoretical safety guarantees during controller selection, and (2) improved utilization of controller diversity. We validate our framework in two simulated autonomous driving scenarios, demonstrating significant improvements in both safety and performance compared to non-contextual baselines.

📄 PDF Abstract BibTeX arXiv:2601.20666

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsAutonomous Driving

Similar Papers 제목 키워드 기반

Combining Cost-Constrained Runtime Monitors for AI Safety

2025-07-19 · Tim Tian Hua, James Baskerville, Henri Lemoine, Mia Hopman 외 arxiv

Monitoring AIs at runtime can help us detect and stop harmful actions. In this paper, we study how to efficiently combine multiple runtime monitors into a single monitoring protocol. The protocol's objective is to maximi…

Out-Of-Distribution Detection Is Not All You Need

2022-11-29 · Joris Guérin, Kevin Delmas, Raul Sena Ferreira, Jérémie Guiochet

The usage of deep neural networks in safety-critical systems is limited by our ability to guarantee their correct behavior. Runtime monitors are components aiming to identify unsafe predictions and discard them before th…

AllOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Synergistic Simplex: Cooperative Runtime Assurance for Safety-Critical Autonomous Systems

2026-05-05 · Ayoosh Bansal, Mikael Yeghiazaryan, Artyom Khachatryan, Tianyi Zhu 외 arxiv

Autonomous systems increasingly rely on machine-learning (ML) components for safety-critical tasks such as perception and control in autonomous vehicles (AVs). While ML enables essential capabilities, it inevitably exhib…

Autonomous Vehicles

Monitoring ROS2: from Requirements to Autonomous Robots

2022-09-28 · Ivan Perez, Anastasia Mavridou, Tom Pressburger, Alexander Will 외

Runtime verification (RV) has the potential to enable the safe operation of safety-critical systems that are too complex to formally verify, such as Robot Operating System 2 (ROS2) applications. Writing correct monitors …

Unifying Runtime Monitoring Approaches for Safety-Critical Machine Learning: Application to Vision-Based Landing

2026-04-29 · Mathieu Dario, Florent Chenevier, Kévin Delmas, Joris Guerin 외 arxiv

Runtime monitoring is essential to ensure the safety of ML applications in safety-critical domains. However, current research is fragmented, with independent methods emerging from different communities. In this paper, we…