Efficient Robustness Verification of Neural Ordinary Differential EquationsDownload PDF

Published: 21 Oct 2022, Last Modified: 05 May 2023DLDE 2022 PosterReaders: Everyone
Keywords: Neural ODEs, Adversarial Robustness, Certified Robustness, Robustness Verification, Certified Training
TL;DR: We enable certified training and scalable robustness verification of neural ODEs.
Abstract: Neural Ordinary Differential Equations (NODEs) are a novel neural architecture, built around initial value problems with learned dynamics. 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. In this work, we tackle this challenge and propose GAINS, an analysis framework for NODEs based on 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 bound propagation algorithm operating on this graph representation. Together, these advances enable the efficient analysis and certified training of high-dimensional NODEs, which we demonstrate in an extensive evaluation on computer vision and time-series forecasting problems.
1 Reply

Loading