Generalizing PDE Emulation with Equation-Aware Neural Operators
Qian-Ze Zhu, Paul Raccuglia, Michael P. Brenner
TL;DR
This work tackles generalizing PDE emulation across unseen equations and parameter regimes by introducing an equation-aware framework that conditions a neural operator on a compact 7-term equation encoding $c$. It trains four architectures—PI-FNO-UNET, LSC-FNO, PINO, and LC—to map $(u(t), c)$ to $u(t+dt)$, leveraging conditioning mechanisms like FiLM, spectral gating, and PDE residual regularization. The models achieve strong parameter generalization on 1D PDEs from APEBench and demonstrate zero-shot generalization to an unseen PDE (Burgers' equation), with the Learned Correction variant often performing best. An AI-assisted Tree Search accelerates architecture discovery, underscoring potential for automated creation of universal PDE emulators and faster scientific discovery, while noting challenges in extending to higher dimensions.
Abstract
Solving partial differential equations (PDEs) can be prohibitively expensive using traditional numerical methods. Deep learning-based surrogate models typically specialize in a single PDE with fixed parameters. We present a framework for equation-aware emulation that generalizes to unseen PDEs, conditioning a neural model on a vector encoding representing the terms in a PDE and their coefficients. We present a baseline of four distinct modeling technqiues, trained on a family of 1D PDEs from the APEBench suite. Our approach achieves strong performance on parameter sets held out from the training distribution, with strong stability for rollout beyond the training window, and generalization to an entirely unseen PDE. This work was developed as part of a broader effort exploring AI systems that automate the creation of expert-level empirical software for scorable scientific tasks. The data and codebase are available at https://github.com/google-research/generalized-pde-emulator.
