Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations
Maziar Raissi, Paris Perdikaris, George Em Karniadakis
TL;DR
The paper introduces physics-informed neural networks (PINNs) that integrate PDE-based physics as residual constraints into neural network training, enabling data-efficient solution of nonlinear PDEs via automatic differentiation. It develops two architectural families—continuous-time and discrete-time PINNs—to address data-driven solution and discovery tasks, and validates them on Burgers', Schrödinger, and Allen–Cahn equations. Continuous-time PINNs enforce PDE residuals at collocation points, while discrete-time PINNs leverage Runge–Kutta time-stepping to enable large, stable time steps with high-order accuracy. The results demonstrate accurate, differentiable surrogate solutions from limited data and set the stage for future work in uncertainty quantification and PDE discovery (Part II).
Abstract
We introduce physics informed neural networks -- neural networks that are trained to solve supervised learning tasks while respecting any given law of physics described by general nonlinear partial differential equations. In this two part treatise, we present our developments in the context of solving two main classes of problems: data-driven solution and data-driven discovery of partial differential equations. Depending on the nature and arrangement of the available data, we devise two distinct classes of algorithms, namely continuous time and discrete time models. The resulting neural networks form a new class of data-efficient universal function approximators that naturally encode any underlying physical laws as prior information. In this first part, we demonstrate how these networks can be used to infer solutions to partial differential equations, and obtain physics-informed surrogate models that are fully differentiable with respect to all input coordinates and free parameters.
