reachability analysis

Formulating and proving whether target states are reachable from initial states under system dynamics, including constructing intermediate reachable states and reasoning about invariants and detection guarantees. Applied to kinematic, biological, and discrete-state systems to certify possible behaviors and safety properties.

reachabilityanalysis

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

This work addresses the challenge of efficiently and reliably computing closed-loop reachable sets for unknown nonlinear dynamical systems. The authors propose a data-driven safety verification framework that integrates Koopman operator theory with conformal prediction. By leveraging neural networks to learn a lifting map, the nonlinear system is approximated as a linear one in an augmented space, where a linear controller is designed to track reference trajectories. Reachable sets computed in this lifted space are then mapped back to the original state space using neural network verification tools. To account for model mismatch, conformal prediction is employed to quantify approximation errors and provide statistically valid probabilistic coverage guarantees. This approach achieves, for the first time, scalable, generalizable, and probabilistically sound reachability analysis without repeated computation in high-dimensional systems—including an 11-dimensional Hopper, a 28-dimensional Swimmer, and a 12-dimensional quadrotor—demonstrating significantly improved coverage, computational efficiency, and reduced conservativeness.

conformal predictionKoopman operatorsnonlinear dynamics

How can piecewise-linear trajectory tracking be achieved for unknown nonlinear systems with time-varying dynamics—without prior system knowledge—while ensuring robustness against abrupt dynamic changes? Method: We propose a data-driven online control framework that (i) identifies local system dynamics in real time via small-perturbation excitation and local system identification; (ii) analytically derives the state reachable set without model assumptions, leveraging an upper bound on the local growth rate; and (iii) synthesizes a receding-horizon closed-loop controller based on reachable-set prediction. Contribution/Results: The approach avoids global modeling and parametric structural assumptions, enabling rapid adaptation to sudden dynamic shifts. Experimental validation across multiple unknown nonlinear systems demonstrates stable waypoint-sequence tracking, confirming strong robustness and generalization capability under unmodeled dynamics and disturbances.

Controls nonlinear systems with unknown dynamicsFollows trajectories without prior system knowledgeHandles abrupt dynamic changes using reachable states

This work addresses the challenge of providing provably safe control in settings with unknown or stochastic system dynamics and continuous state-action spaces, where existing methods often fall short. The paper introduces the first framework that integrates conformal prediction with reachability analysis to establish probabilistic safety guarantees. Specifically, conformal prediction is employed to construct valid uncertainty sets for the unknown dynamics, within which reachability analysis is performed to verify safety and guide the training of safe reinforcement learning policies. This approach overcomes the limitations of traditional methods that rely on known or deterministic models, offering theoretically grounded probabilistic safety bounds for nonlinear systems. Evaluated across seven tasks spanning four domains—inverted pendulum, lane keeping, drone control, and safe navigation—the method achieves state-of-the-art provable safety guarantees while maintaining high average returns.

conformal predictionprobabilistic safetyreachability analysis

TTT: A Temporal Refinement Heuristic for Tenuously Tractable Discrete Time Reachability Problems

Jul 19, 2024
CS
Chelsea Sidrane
🏛️ KTH Royal Institute of Technology

Computing discrete-time reachable sets for nonlinear systems under neural network (NN) controllers remains computationally challenging due to the trade-off between accuracy and efficiency. Method: This paper proposes a temporal refinement strategy that dynamically identifies critical time steps for high-precision symbolic queries, while employing efficient concrete simulations for remaining intervals—thereby jointly optimizing computational efficiency and bound tightness. It integrates symbolic analysis, numerical simulation, adaptive time-step scheduling, and an error-balancing heuristic. Contribution/Results: To our knowledge, this is the first approach to introduce explicit temporal granularity into reachability analysis, moving beyond conventional spatial discretization paradigms. Evaluated on multiple NN-controlled benchmarks, it reduces computation time by 20–70% over baseline methods while preserving equivalent approximation accuracy.

Balancing accuracy and speed in reachable set computationImproving reachability analysis for complex control systemsReducing computation time for nonlinear systems with neural controllers

Formal Verification and Control with Conformal Prediction

Aug 31, 2024
LL
Lars Lindemann
🏛️ University of Southern California | University of Pennsylvania

Traditional model-based verification and safety control methods fail for learning-enabled autonomous systems (LEAS) due to the inherent complexity and opacity of learning-enabled components (LECs). Method: This paper proposes the first model-free, unified framework for formal verification and safety control of LEAS, grounded in conformal prediction (CP). The framework enables distribution-free, real-time, and interpretable uncertainty quantification without requiring system models. Contribution/Results: It establishes, for the first time, a rigorous theoretical foundation for CP in formal verification, safety-critical control, and robotic task execution—integrating linear temporal logic (LTL), neural network input-output verification, and scenario-based optimization. Evaluated on navigation tasks, the framework achieves high-accuracy offline and online verification with provably safe, computationally efficient, and statistically guaranteed control. This work introduces a novel safety assurance paradigm for LEAS that bridges formal rigor and practical deployability.

Address complexity of learning-enabled components in verificationApply CP for safe control and real-time uncertainty quantificationDesign formal verification for autonomous systems using conformal prediction

Latest Papers

What's happening recently
View more

Existing verification approaches for reach-avoid properties in neural feedback systems predominantly rely on forward reachability analysis, which struggles to balance precision and scalability. This work proposes a unified verification framework that synergistically integrates forward and backward analysis. For the first time, it enables efficient computation of both upper and lower approximations of backward reachable sets and seamlessly combines them with forward methods, thereby overcoming the limitations inherent in traditional unidirectional verification. The proposed approach significantly enhances both completeness and scalability of verification, allowing for more precise treatment of reach-avoid properties in complex neural feedback systems while rigorously guaranteeing safety.

backward reachabilityneural feedback systemsreach-avoid

This work addresses the exponential growth in data requirements caused by smoothness assumptions in high-dimensional nonlinear Hamiltonian systems. It proposes a data-efficient, target-oriented reachability control method that uniquely integrates symplectic geometric inductive bias with trajectory recurrence on energy manifolds. By composing demonstrably verified local trajectory segments through a chaining strategy, the approach achieves control without relying on global smoothness. The established sufficient conditions for reachability tie sample complexity to the system’s intrinsic geometric and dynamical properties rather than its state dimensionality, thereby substantially overcoming the data bottleneck that plagues conventional methods in high-dimensional settings.

data efficiencyHamiltonian systemsinductive bias

This work proposes a data-driven reachability analysis method for nonlinear dynamical systems without explicit models, leveraging denoising diffusion probabilistic models. The approach learns the system’s state distribution from trajectory data and constructs reachable sets as sublevel sets of a non-conformity score derived from reconstruction errors. By integrating the Learn Then Test framework, it calibrates the decision threshold to guarantee a Probably Approximately Correct (PAC) error bound. This is the first method to combine diffusion models with PAC guarantees, requiring no prior knowledge of the system dynamics and scaling effectively to high-dimensional settings. Experiments on the Duffing oscillator, a planar quadrotor, and a high-dimensional reaction-diffusion system demonstrate that the empirical miss rate consistently remains below the theoretical PAC bound, significantly outperforming conventional grid-based or polynomial methods.

Data-DrivenDiffusion ModelsNonlinear Dynamical Systems

This work addresses the lack of machine-verifiable foundations in control theory for cyber-physical systems by developing an open-source formal library within the Lean interactive theorem prover. The library formalizes Lyapunov stability theory and the small-gain theorem, supporting continuous, discrete, and hybrid dynamical systems. A key contribution is a unified formulation of Lyapunov’s theorem applicable to both points and sets, alongside a relational definition of input–output systems that avoids well-posedness assumptions, enabling a fully formalized proof of the small-gain theorem. Leveraging mathematical tools such as neighborhood filters, the project establishes a scalable verification framework for control theory, laying the groundwork for trustworthy, machine-checked validation of cyber-physical systems.

control theorycyber-physical systemsformal verification

This work addresses the challenge of proving non-reachability in vector addition systems (VAS), where existing methods rely on symmetric forward–backward reasoning that does not generalize well to asymmetric models such as branching VAS. The paper proposes a purely forward construction that generates semilinear inductive invariants directly from the initial configuration, eliminating the need for backward reasoning and ensuring natural alignment between the invariants and the system’s structure. This approach constitutes the first fully forward method for constructing semilinear inductive invariants, capable of producing invariants with periodic structure in cyclic VAS. By doing so, it significantly enhances the applicability of such invariants to asymmetric infinite-state systems and establishes a theoretical foundation for extending these techniques to branching VAS.

Branching VASforward-only constructionreachability problem

Hot Scholars

MZ

Martin Zimmermann

Aalborg University
computer scienceverificationautomata theorytemporal logics
MA

Matthias Althoff

Associate Professor in Computer Science, Technische Universität München
Cyber-Physical SystemsFormal VerificationReachability AnalysisRobotics and Automated Driving
TR

Tiark Rompf

Purdue University
programming languagescompilersdatabasesmachine learning
SB

Somil Bansal

Assistant Professor, Stanford University
RoboticsArtificial intelligenceDynamic systems and control