paper-with-me

Papers

Distributionally Robust Predictive Runtime Verification under Spatio-Temporal Logic Specifications

2025-04-03 · Yiqi Zhao, Emily Zhu, Bardh Hoxha, Georgios Fainekos, Jyotirmoy V. Deshmukh, Lars Lindemann

Cyber-physical systems designed in simulators, often consisting of multiple interacting agents, behave differently in the real-world. We would like to verify these systems during runtime when they are deployed. Thus, we propose robust predictive runtime verification (RPRV) algorithms for: (1) general stochastic CPS under signal temporal logic (STL) tasks, and (2) stochastic multi-agent systems (MAS) under spatio-temporal logic tasks. The RPRV problem presents the following challenges: (1) there may not be sufficient data on the behavior of the deployed CPS, (2) predictive models based on design phase system trajectories may encounter distribution shift during real-world deployment, and (3) the algorithms need to scale to the complexity of MAS and be applicable to spatio-temporal logic tasks. To address these challenges, we assume knowledge of an upper bound on the statistical distance (in terms of an f-divergence) between the trajectory distributions of the system at deployment and design time. We are motivated by our prior work [1, 2] where we proposed an accurate and an interpretable RPRV algorithm for general CPS, which we here extend to the MAS setting and spatio-temporal logic tasks. Specifically, we use a learned predictive model to estimate the system behavior at runtime and robust conformal prediction to obtain probabilistic guarantees by accounting for distribution shifts. Building on [1], we perform robust conformal prediction over the robust semantics of spatio-temporal reach and escape logic (STREL) to obtain centralized RPRV algorithms for MAS. We empirically validate our results in a drone swarm simulator, where we show the scalability of our RPRV algorithms to MAS and analyze the impact of different trajectory predictors on the verification result. To the best of our knowledge, these are the first statistically valid algorithms for MAS under distribution shift.

📄 PDF Abstract BibTeX arXiv:2504.02964

Code (1)

saids-lab/robust_spatio-temporal_predictive_runtime_verification 공식 구현 tf

Tasks

Conformal Prediction

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

Conformal Prediction for STL Runtime Verification

2022-11-03 · Lars Lindemann, Xin Qin, Jyotirmoy V. Deshmukh, George J. Pappas

We are interested in predicting failures of cyber-physical systems during their operation. Particularly, we consider stochastic systems and signal temporal logic specifications, and we want to calculate the probability t…

Conformal PredictionPredictionUncertainty Quantification

Robust Conformal Prediction for STL Runtime Verification under Distribution Shift

2023-11-16 · Yiqi Zhao, Bardh Hoxha, Georgios Fainekos, Jyotirmoy V. Deshmukh 외

Cyber-physical systems (CPS) designed in simulators behave differently in the real-world. Once they are deployed in the real-world, we would hence like to predict system failures during runtime. We propose robust predict…

Conformal PredictionTrajectory Prediction

Distributionally Robust Safety Verification for Markov Decision Processes

2024-11-23 · Abhijit Mazumdar, Yuting Hou, Rafal Wisniewski

In this paper, we propose a distributionally robust safety verification method for Markov decision processes where only an ambiguous transition kernel is available instead of the precise transition kernel. We define the …

Distributionally Robust Model Predictive Control with Total Variation Distance

2022-03-22 · Anushri Dixit, Mohamadreza Ahmadi, Joel W. Burdick

This paper studies the problem of distributionally robust model predictive control (MPC) using total variation distance ambiguity sets. For a discrete-time linear system with additive disturbances, we provide a condition…

Computational EfficiencyModel Predictive Control

Distributionally Robust Safety Verification of Neural Networks via Worst-Case CVaR

2025-09-22 · Masako Kishida arxiv

Ensuring the safety of neural networks under input uncertainty is a fundamental challenge in safety-critical applications. This paper builds on and expands Fazlyab's quadratic-constraint (QC) and semidefinite-programming…