Data-Driven Formal Methods for Complex Dynamical Systems: A Survey
arXiv:2607.27908
2026
Dynamics
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The survey identifies data-driven formal verification mechanisms that construct finite abstractions, functional certificates, and compositional guarantees from finite trajectory data rather than an explicit dynamical model. The most transferable mechanism is an interval Markov decision process (IMDP): partition a neural hidden-state space, estimate transition probabilities from data, attach statistically valid confidence intervals, and verify properties using worst-case Bellman recursion. This can turn an RNN, world model, or neural controller into a formally monitored finite-state dynamical system with an explicit confidence level and a measurable certificate boundary. The strongest initial experiment is to train an RNN together with an IMDP safety constraint and test whether certified reachability improves monotonically as transition-count uncertainty shrinks.
Ideas from this paper
✗ Failed on benchmark
2026
Discretize the hidden state of an RNN, state-space model, or neural world model into cells and estimate a transition interval for every source-cell/action/target-cell triple from trajectory data. Use robust Bellman recursion on the resulting interval MDP to penalize actions or parameter updates whose worst-case probability of reaching an unsafe cell exceeds a prescribed threshold.
Useful8/10
Difficulty6/10
Novelty7/10