TL;DR
This paper introduces Taylor-Lagrange NODEs, a data-driven fixed-order Taylor expansion method that accelerates neural ODE evaluation and training, matching adaptive schemes' accuracy with significantly reduced computational cost.
Contribution
The paper proposes a novel fixed-order Taylor expansion approach for neural ODEs that learns to estimate approximation error, enabling faster training without performance loss.
Findings
Achieves over tenfold training speedup compared to state-of-the-art methods.
Maintains accuracy equivalent to adaptive step-size schemes.
Demonstrates effectiveness across dynamical systems, image classification, and density estimation.
Abstract
Neural ordinary differential equations (NODEs) -- parametrizations of differential equations using neural networks -- have shown tremendous promise in learning models of unknown continuous-time dynamical systems from data. However, every forward evaluation of a NODE requires numerical integration of the neural network used to capture the system dynamics, making their training prohibitively expensive. Existing works rely on off-the-shelf adaptive step-size numerical integration schemes, which often require an excessive number of evaluations of the underlying dynamics network to obtain sufficient accuracy for training. By contrast, we accelerate the evaluation and the training of NODEs by proposing a data-driven approach to their numerical integration. The proposed Taylor-Lagrange NODEs (TL-NODEs) use a fixed-order Taylor expansion for numerical integration, while also learning to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsNeural Oblivious Decision Ensembles
