Respecting causality is all you need for training physics-informed neural networks
Sifan Wang, Shyam Sankaran, Paris Perdikaris
TL;DR
<3-5 sentence high-level summary>This work identifies the neglect of spatio-temporal causality as a key reason PINNs struggle on chaotic and multi-scale dynamics, and introduces a simple, principled causal training scheme that re-weights the PDE residuals over time. The core idea is to enforce temporal causality with a weighted residual loss $\mathcal{L}_r(\theta) = \frac{1}{N_t} \sum_{i=1}^{N_t} w_i \mathcal{L}_r(t_i, \theta)$ where $w_i = \exp\left(-\epsilon \sum_{k=1}^{i-1} \mathcal{L}_r(t_k, \theta)\right)$, and to adapt $\epsilon$ via annealing while using a stopping criterion based on the temporal weights. The authors demonstrate state-of-the-art accuracy on challenging benchmarks (Lorenz system, Kuramoto–Sivashinsky in chaotic regime, and Navier–Stokes turbulence), achieving 10–100x improvements over prior PINNs in forward simulations. They also provide practical considerations, including exact periodic boundary enforcement via Fourier features, Taylor-mode automatic differentiation for high-order derivatives, and scalable data-parallel training, which broaden the applicability of PINNs to industrially complex problems.
Abstract
While the popularity of physics-informed neural networks (PINNs) is steadily rising, to this date PINNs have not been successful in simulating dynamical systems whose solution exhibits multi-scale, chaotic or turbulent behavior. In this work we attribute this shortcoming to the inability of existing PINNs formulations to respect the spatio-temporal causal structure that is inherent to the evolution of physical systems. We argue that this is a fundamental limitation and a key source of error that can ultimately steer PINN models to converge towards erroneous solutions. We address this pathology by proposing a simple re-formulation of PINNs loss functions that can explicitly account for physical causality during model training. We demonstrate that this simple modification alone is enough to introduce significant accuracy improvements, as well as a practical quantitative mechanism for assessing the convergence of a PINNs model. We provide state-of-the-art numerical results across a series of benchmarks for which existing PINNs formulations fail, including the chaotic Lorenz system, the Kuramoto-Sivashinsky equation in the chaotic regime, and the Navier-Stokes equations in the turbulent regime. To the best of our knowledge, this is the first time that PINNs have been successful in simulating such systems, introducing new opportunities for their applicability to problems of industrial complexity.
