Accelerating Neural ODEs Using Model Order Reduction
Mikko Lehtim\"aki, Lassi Paunonen, Marja-Leena Linne

TL;DR
This paper introduces a novel approach to accelerate Neural ODEs by applying model order reduction techniques, enabling faster inference while maintaining accuracy, especially useful for resource-limited environments.
Contribution
The authors develop a new compression method for Neural ODEs using model order reduction, improving inference speed without significant loss of accuracy.
Findings
Achieved faster Neural ODE inference with minimal accuracy loss.
Compared favorably against pruning and SVD truncation methods.
Effective in both image and time-series classification tasks.
Abstract
Embedding nonlinear dynamical systems into artificial neural networks is a powerful new formalism for machine learning. By parameterizing ordinary differential equations (ODEs) as neural network layers, these Neural ODEs are memory-efficient to train, process time-series naturally and incorporate knowledge of physical systems into deep learning models. However, the practical applications of Neural ODEs are limited due to long inference times, because the outputs of the embedded ODE layers are computed numerically with differential equation solvers that can be computationally demanding. Here we show that mathematical model order reduction methods can be used for compressing and accelerating Neural ODEs by accurately simulating the continuous nonlinear dynamics in low-dimensional subspaces. We implement our novel compression method by developing Neural ODEs that integrate the necessary…
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
TopicsModel Reduction and Neural Networks · Neural Networks and Applications
MethodsPruning
