Model-Agnostic Knowledge Guided Correction for Improved Neural Surrogate Rollout
Bharat Srikishan, Daniel O'Malley, Mohamed Mehana, Nicholas Lubbers, Nikhil Muralidhar
TL;DR
This work tackles the rollout error problem in neural surrogates for transient PDE dynamics by introducing HyPER, a model- and simulator-agnostic reinforcement learning framework that learns when to invoke a physics simulator to correct surrogate trajectories. By formulating the task as an MDP with a binary action space and a cost-aware reward, HyPER achieves substantial reductions in cumulative rollout error while keeping simulator usage parsimonious. Across 2D Navier–Stokes and subsurface-flow tasks, HyPER outperforms surrogate-only baselines under in-distribution, changing-conditions, and noisy data scenarios, and demonstrates robustness to non-differentiable simulators. The approach provides a flexible, practical pathway to deploy accurate PDE surrogates in settings with limited data and varying physics, with future work aimed at more sophisticated RL policies and multi-physics extensions.
Abstract
Modeling the evolution of physical systems is critical to many applications in science and engineering. As the evolution of these systems is governed by partial differential equations (PDEs), there are a number of computational simulations which resolve these systems with high accuracy. However, as these simulations incur high computational costs, they are infeasible to be employed for large-scale analysis. A popular alternative to simulators are neural network surrogates which are trained in a data-driven manner and are much more computationally efficient. However, these surrogate models suffer from high rollout error when used autoregressively, especially when confronted with training data paucity. Existing work proposes to improve surrogate rollout error by either including physical loss terms directly in the optimization of the model or incorporating computational simulators as `differentiable layers' in the neural network. Both of these approaches have their challenges, with physical loss functions suffering from slow convergence for stiff PDEs and simulator layers requiring gradients which are not always available, especially in legacy simulators. We propose the Hybrid PDE Predictor with Reinforcement Learning (HyPER) model: a model-agnostic, RL based, cost-aware model which combines a neural surrogate, RL decision model, and a physics simulator (with or without gradients) to reduce surrogate rollout error significantly. In addition to reducing in-distribution rollout error by 47%-78%, HyPER learns an intelligent policy that is adaptable to changing physical conditions and resistant to noise corruption. Code available at https://github.com/scailab/HyPER.
