Certified Approximate Reachability (CARe): Formal Error Bounds on Deep Learning of Reachable Sets
Prashant Solanki, Nikolaus Vertovec, Yannik Schnitzer, Jasper Van Beers, Coen de Visser, Alessandro Abate
TL;DR
CARe delivers formal guarantees for neural reachability by tying the neural PDE residuals to ε-accurate bounds on the true backward reachability set/tube. It combines a PDE-consistent neural objective with SMT/dReal verification and a CEGIS loop to iteratively tighten the neural surrogate $V_{\theta}$ until certificates are obtained. The core result shows $V_{\theta}$ is bounded by ε-modified viscosity solutions $\overline{V}$ and $\underline{V}$, yielding concrete over-/under-approximations of BRS/BRT for continuous-time systems. A double integrator case study demonstrates practical curriculum-based training and formal verification, illustrating how CARe can provide sound, scalable certificates for higher-dimensional reachability problems.
Abstract
Recent approaches to leveraging deep learning for computing reachable sets of continuous-time dynamical systems have gained popularity over traditional level-set methods, as they overcome the curse of dimensionality. However, as with level-set methods, considerable care needs to be taken in limiting approximation errors, particularly since no guarantees are provided during training on the accuracy of the learned reachable set. To address this limitation, we introduce an epsilon-approximate Hamilton-Jacobi Partial Differential Equation (HJ-PDE), which establishes a relationship between training loss and accuracy of the true reachable set. To formally certify this approximation, we leverage Satisfiability Modulo Theories (SMT) solvers to bound the residual error of the HJ-based loss function across the domain of interest. Leveraging Counter Example Guided Inductive Synthesis (CEGIS), we close the loop around learning and verification, by fine-tuning the neural network on counterexamples found by the SMT solver, thus improving the accuracy of the learned reachable set. To the best of our knowledge, Certified Approximate Reachability (CARe) is the first approach to provide soundness guarantees on learned reachable sets of continuous dynamical systems.
