Data-Driven Falsification of Cyber-Physical Systems
Atanu Kundu, Sauvik Gon, Rajarshi Ray

TL;DR
This paper introduces FlexiFal, a framework that combines surrogate modeling with decision trees and neural network falsification techniques to efficiently identify unsafe behaviors in cyber-physical systems, especially those with complex dynamics.
Contribution
It presents a novel approach linking CPS falsification with neural network adversarial attacks, leveraging decision trees for interpretability and faster counterexample detection.
Findings
Effective detection of counterexamples in linear and nonlinear CPS.
Decision tree-guided falsification improves efficiency.
Promising results on ARCH-COMP 2024 benchmarks.
Abstract
Cyber-Physical Systems (CPS) are abundant in safety-critical domains such as healthcare, avionics, and autonomous vehicles. Formal verification of their operational safety is, therefore, of utmost importance. In this paper, we address the falsification problem, where the focus is on searching for an unsafe execution in the system instead of proving their absence. The contribution of this paper is a framework that (a) connects the falsification of CPS with the falsification of deep neural networks (DNNs) and (b) leverages the inherent interpretability of Decision Trees for faster falsification of CPS. This is achieved by: (1) building a surrogate model of the CPS under test, either as a DNN model or a Decision Tree, (2) application of various DNN falsification tools to falsify CPS, and (3) a novel falsification algorithm guided by the explanations of safety violations of the CPS model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Physical Unclonable Functions (PUFs) and Hardware Security · Smart Grid Security and Resilience
MethodsFocus
