English

Efficient Certified Training and Robustness Verification of Neural ODEs

Machine Learning 2023-03-10 v1 Artificial Intelligence

Abstract

Neural Ordinary Differential Equations (NODEs) are a novel neural architecture, built around initial value problems with learned dynamics which are solved during inference. Thought to be inherently more robust against adversarial perturbations, they were recently shown to be vulnerable to strong adversarial attacks, highlighting the need for formal guarantees. However, despite significant progress in robustness verification for standard feed-forward architectures, the verification of high dimensional NODEs remains an open problem. In this work, we address this challenge and propose GAINS, an analysis framework for NODEs combining three key ideas: (i) a novel class of ODE solvers, based on variable but discrete time steps, (ii) an efficient graph representation of solver trajectories, and (iii) a novel abstraction algorithm operating on this graph representation. Together, these advances enable the efficient analysis and certified training of high-dimensional NODEs, by reducing the runtime from an intractable O(exp(d)+exp(T))O(\exp(d)+\exp(T)) to O(d+T2log2T){O}(d+T^2 \log^2T) in the dimensionality dd and integration time TT. In an extensive evaluation on computer vision (MNIST and FMNIST) and time-series forecasting (PHYSIO-NET) problems, we demonstrate the effectiveness of both our certified training and verification methods.

Keywords

Cite

@article{arxiv.2303.05246,
  title  = {Efficient Certified Training and Robustness Verification of Neural ODEs},
  author = {Mustafa Zeqiri and Mark Niklas Müller and Marc Fischer and Martin Vechev},
  journal= {arXiv preprint arXiv:2303.05246},
  year   = {2023}
}

Comments

Accepted at ICLR23

R2 v1 2026-06-28T09:09:13.726Z