FiniteNet: A Fully Convolutional LSTM Network Architecture for Time-Dependent Partial Differential Equations

arXiv:2002.03014v132 citations
AI Analysis

This addresses the challenge of improving accuracy in PDE simulations for scientific computing, though it is incremental as it builds on existing numerical methods.

The paper tackled the problem of reducing error in numerically solving time-dependent partial differential equations (PDEs) by using a fully convolutional LSTM network to enhance finite-difference and finite-volume methods, resulting in error reduction by a factor of 2 to 3 compared to baseline algorithms.

In this work, we present a machine learning approach for reducing the error when numerically solving time-dependent partial differential equations (PDE). We use a fully convolutional LSTM network to exploit the spatiotemporal dynamics of PDEs. The neural network serves to enhance finite-difference and finite-volume methods (FDM/FVM) that are commonly used to solve PDEs, allowing us to maintain guarantees on the order of convergence of our method. We train the network on simulation data, and show that our network can reduce error by a factor of 2 to 3 compared to the baseline algorithms. We demonstrate our method on three PDEs that each feature qualitatively different dynamics. We look at the linear advection equation, which propagates its initial conditions at a constant speed, the inviscid Burgers' equation, which develops shockwaves, and the Kuramoto-Sivashinsky (KS) equation, which is chaotic.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes