๐ค AI Summary
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.
๐ Abstract
Reachable set computation is an important tool for analyzing control systems. Simulating a control system can show general trends, but a formal tool like reachability analysis can provide guarantees of correctness. Reachability analysis for complex control systems, e.g., with nonlinear dynamics and/or a neural network controller, is often either slow or overly conservative. To address these challenges, much literature has focused on spatial refinement, i.e., tuning the discretization of the input sets and intermediate reachable sets. This paper introduces the idea of temporal refinement: automatically choosing when along the horizon of the reachability problem to execute slow symbolic queries which incur less approximation error versus fast concrete queries which incur more approximation error. Temporal refinement can be combined with other refinement approaches as an additional tool to trade off tractability and tightness in approximate reachable set computation. We introduce a temporal refinement algorithm and demonstrate its effectiveness at computing approximate reachable sets for nonlinear systems with neural network controllers. We calculate reachable sets with varying computational budget and show that our algorithm can generate approximate reachable sets with a similar amount of error to the baseline in 20-70% less time.