pith. sign in

arxiv: 2005.13420 · v2 · pith:35ROWJ2Fnew · submitted 2020-05-27 · 💻 cs.LG · stat.ML

Discretize-Optimize vs. Optimize-Discretize for Time-Series Regression and Continuous Normalizing Flows

classification 💻 cs.LG stat.ML
keywords disc-optneuraltrainingodesopt-discreducedregressiontime
0
0 comments X
read the original abstract

We compare the discretize-optimize (Disc-Opt) and optimize-discretize (Opt-Disc) approaches for time-series regression and continuous normalizing flows (CNFs) using neural ODEs. Neural ODEs are ordinary differential equations (ODEs) with neural network components. Training a neural ODE is an optimal control problem where the weights are the controls and the hidden features are the states. Every training iteration involves solving an ODE forward and another backward in time, which can require large amounts of computation, time, and memory. Comparing the Opt-Disc and Disc-Opt approaches in image classification tasks, Gholami et al. (2019) suggest that Disc-Opt is preferable due to the guaranteed accuracy of gradients. In this paper, we extend the comparison to neural ODEs for time-series regression and CNFs. Unlike in classification, meaningful models in these tasks must also satisfy additional requirements beyond accurate final-time output, e.g., the invertibility of the CNF. Through our numerical experiments, we demonstrate that with careful numerical treatment, Disc-Opt methods can achieve similar performance as Opt-Disc at inference with drastically reduced training costs. Disc-Opt reduced costs in six out of seven separate problems with training time reduction ranging from 39% to 97%, and in one case, Disc-Opt reduced training from nine days to less than one day.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Zero-Shot Size Transfer for Neural ODEs on Sparse Random Graphs: Graphon Limits and Adjoint Convergence

    cs.LG 2026-06 conditional novelty 7.0

    Proves O((α_n n)^{-1/2}) convergence of GNDE trajectories and adjoints to Graphon-NDE limits on sparse random graphs, with DTO/OTD consistency and experimental support for zero-shot transfer.

  2. Scientific Machine Learning of Flow Resistance Using Universal Shallow Water Equations with Differentiable Programming

    physics.flu-dyn 2025-02 unverdicted novelty 7.0

    A universal shallow water equations solver integrates neural networks via differentiable programming to enable inverse modeling of flow resistance and physics discovery in river channels.

  3. Universal Differential Equations for Scientific Machine Learning

    cs.LG 2020-01 unverdicted novelty 7.0

    Universal Differential Equations unify scientific models with machine learning by embedding flexible approximators into differential equations, enabling applications from biological mechanism discovery to high-dimensi...