paper-with-me

홈 › Papers

Stabilized Neural Ordinary Differential Equations for Long-Time Forecasting of Dynamical Systems

2022-03-29 · Alec J. Linot, Joshua W. Burby, Qi Tang, Prasanna Balaprakash, Michael D. Graham, Romit Maulik

In data-driven modeling of spatiotemporal phenomena careful consideration often needs to be made in capturing the dynamics of the high wavenumbers. This problem becomes especially challenging when the system of interest exhibits shocks or chaotic dynamics. We present a data-driven modeling method that accurately captures shocks and chaotic dynamics by proposing a novel architecture, stabilized neural ordinary differential equation (ODE). In our proposed architecture, we learn the right-hand-side (RHS) of an ODE by adding the outputs of two NN together where one learns a linear term and the other a nonlinear term. Specifically, we implement this by training a sparse linear convolutional NN to learn the linear term and a dense fully-connected nonlinear NN to learn the nonlinear term. This is in contrast with the standard neural ODE which involves training only a single NN for learning the RHS. We apply this setup to the viscous Burgers equation, which exhibits shocked behavior, and show better short-time tracking and prediction of the energy spectrum at high wavenumbers than a standard neural ODE. We also find that the stabilized neural ODE models are much more robust to noisy initial conditions than the standard neural ODE approach. We also apply this method to chaotic trajectories of the Kuramoto-Sivashinsky equation. In this case, stabilized neural ODEs keep long-time trajectories on the attractor, and are highly robust to noisy initial conditions, while standard neural ODEs fail at achieving either of these results. We conclude by demonstrating how stabilizing neural ODEs provide a natural extension for use in reduced-order modeling by projecting the dynamics onto the eigenvectors of the learned linear term.

📄 PDF Abstract BibTeX arXiv:2203.15706

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stiff Neural Ordinary Differential Equations

2021-03-29 · Suyong Kim, Weiqi Ji, Sili Deng, Yingbo Ma 외

Neural Ordinary Differential Equations (ODE) are a promising approach to learn dynamic models from time-series data in science and engineering applications. This work aims at learning Neural ODE for stiff systems, which …

Time SeriesTime Series Analysis

Long-term Time Series Forecasting based on Decomposition and Neural Ordinary Differential Equations

2023-11-08 · Seonkyu Lim, Jaehyeon Park, Seojin Kim, Hyowon Wi 외

Long-term time series forecasting (LTSF) is a challenging task that has been investigated in various domains such as finance investment, health care, traffic, and weather forecasting. In recent years, Linear-based LTSF m…

Time SeriesTime Series ForecastingWeather Forecasting

Scalable Physics-Informed Neural Differential Equations and Data-Driven Algorithms for HVAC Systems

2026-04-20 · Hanfeng Zhai, Hongtao Qiao, Hassan Mansour, Christopher Laughman arxiv

We present a scalable, data-driven simulation framework for large-scale heating, ventilation, and air conditioning (HVAC) systems that couples physics-informed neural ordinary differential equations (PINODEs) with differ…

Differential Equations for Continuous-Time Deep Learning

2024-01-08 · Lars Ruthotto

This short, self-contained article seeks to introduce and survey continuous-time deep learning approaches that are based on neural ordinary differential equations (neural ODEs). It primarily targets readers familiar with…

Deep LearningSurvey

A condensing approach to multiple shooting neural ordinary differential equation

2025-05-31 · Siddharth Prabhu, Srinivas Rangarajan, Mayuresh Kothare

Multiple-shooting is a parameter estimation approach for ordinary differential equations. In this approach, the trajectory is broken into small intervals, each of which can be integrated independently. Equality constrain…

parameter estimation