DeepAI AI Chat
Log In Sign Up

Hierarchical Deep Learning of Multiscale Differential Equation Time-Steppers

08/22/2020
by   Yuying Liu, et al.
University of Washington
0

Nonlinear differential equations rarely admit closed-form solutions, thus requiring numerical time-stepping algorithms to approximate solutions. Further, many systems characterized by multiscale physics exhibit dynamics over a vast range of timescales, making numerical integration computationally expensive due to numerical stiffness. In this work, we develop a hierarchy of deep neural network time-steppers to approximate the flow map of the dynamical system over a disparate range of time-scales. The resulting model is purely data-driven and leverages features of the multiscale dynamics, enabling numerical integration and forecasting that is both accurate and highly efficient. Moreover, similar ideas can be used to couple neural network-based models with classical numerical time-steppers. Our multiscale hierarchical time-stepping scheme provides important advantages over current time-stepping algorithms, including (i) circumventing numerical stiffness due to disparate time-scales, (ii) improved accuracy in comparison with leading neural-network architectures, (iii) efficiency in long-time simulation/forecasting due to explicit training of slow time-scale dynamics, and (iv) a flexible framework that is parallelizable and may be integrated with standard numerical time-stepping algorithms. The method is demonstrated on a wide range of nonlinear dynamical systems, including the Van der Pol oscillator, the Lorenz system, the Kuramoto-Sivashinsky equation, and fluid flow pass a cylinder; audio and video signals are also explored. On the sequence generation examples, we benchmark our algorithm against state-of-the-art methods, such as LSTM, reservoir computing, and clockwork RNN. Despite the structural simplicity of our method, it outperforms competing methods on numerical integration.

READ FULL TEXT

page 11

page 19

09/10/2019

A class of robust numerical methods for solving dynamical systems with multiple time scales

In this paper, we develop a class of robust numerical methods for solvin...
01/06/2022

A temporal multiscale method and its analysis for a system of fractional differential equations

In this paper, a nonlinear system of fractional ordinary differential eq...
03/23/2023

Predicting the Initial Conditions of the Universe using Deep Learning

Finding the initial conditions that led to the current state of the univ...
10/20/2022

Accurate Extrinsic Prediction of Physical Systems Using Transformers

Accurate high-altitude wind forecasting is important for air traffic con...
10/19/2022

HT-Net: Hierarchical Transformer based Operator Learning Model for Multiscale PDEs

Complex nonlinear interplays of multiple scales give rise to many intere...
05/27/2021

MAGI-X: Manifold-Constrained Gaussian Process Inference for Unknown System Dynamics

Ordinary differential equations (ODEs), commonly used to characterize th...

Code Repositories