INC: An Indirect Neural Corrector for Auto-Regressive Hybrid PDE Solvers
Hao Wei, Aleksandra Franz, Bjoern List, Nils Thuerey
TL;DR
This work tackles the instability and error amplification of autoregressive hybrid PDE solvers that combine coarse numerical solvers with neural correctors. It introduces Indirect Neural Correction (INC), which injects the neural term as a RHS modification to the governing equations, and provides a theoretical framework showing that the resulting error growth scales as $R_k \sim \Delta t^{-1} + L$, enabling order-of-magnitude improvements in long-horizon forecasts. Through extensive experiments on KS, Burgers, and Navier–Stokes systems with diverse solvers and network backbones, INC consistently yields superior long-term accuracy, enhanced stability under aggressive coarsening, and large speedups (up to 330×) in complex 3D turbulence while preserving physics-consistent statistics. The approach is architecture- and solver-agnostic, comes with open-source code, and offers a practical pathway to fast, reliable PDE emulation with formal error-reduction guarantees.
Abstract
When simulating partial differential equations, hybrid solvers combine coarse numerical solvers with learned correctors. They promise accelerated simulations while adhering to physical constraints. However, as shown in our theoretical framework, directly applying learned corrections to solver outputs leads to significant autoregressive errors, which originate from amplified perturbations that accumulate during long-term rollouts, especially in chaotic regimes. To overcome this, we propose the Indirect Neural Corrector ($\mathrm{INC}$), which integrates learned corrections into the governing equations rather than applying direct state updates. Our key insight is that $\mathrm{INC}$ reduces the error amplification on the order of $Δt^{-1} + L$, where $Δt$ is the timestep and $L$ the Lipschitz constant. At the same time, our framework poses no architectural requirements and integrates seamlessly with arbitrary neural networks and solvers. We test $\mathrm{INC}$ in extensive benchmarks, covering numerous differentiable solvers, neural backbones, and test cases ranging from a 1D chaotic system to 3D turbulence. $\mathrm{INC}$ improves the long-term trajectory performance ($R^2$) by up to 158.7%, stabilizes blowups under aggressive coarsening, and for complex 3D turbulence cases yields speed-ups of several orders of magnitude. $\mathrm{INC}$ thus enables stable, efficient PDE emulation with formal error reduction, paving the way for faster scientific and engineering simulations with reliable physics guarantees. Our source code is available at https://github.com/tum-pbs/INC
