Physics-Informed Inference Time Scaling for Solving High-Dimensional PDE via Defect Correction
Zexi Fan, Yan Sun, Shihao Yang, Yiping Lu
TL;DR
SCaSML introduces a novel inference-time framework that upgrades pre-trained PDE surrogates by solving a structurally preserved defect PDE with Monte Carlo methods. The approach preserves the semi-linear structure to enable efficient MLP/MLMC corrections, yielding a final error bounded by the product of surrogate and simulation errors and achieving faster convergence than standalone surrogates or naive solvers. Across problems up to 160 dimensions, SCaSML consistently reduces errors by 20-80% and demonstrates elastic compute, where additional inference-time effort yields meaningful accuracy gains without retraining. This hybrid physics-informed strategy offers practical guidance for reliable, scalable solving of high-dimensional PDEs in scientific and engineering applications.
Abstract
Solving high-dimensional partial differential equations (PDEs) is a critical challenge where modern data-driven solvers often lack reliability and rigorous error guarantees. We introduce Simulation-Calibrated Scientific Machine Learning (SCaSML), a framework that systematically improves pre-trained PDE solvers at inference time without any retraining. Our core idea is to use defect correction method that derive a new PDE, termed Structural-preserving Law of Defect, that precisely describes the error of a given surrogate model. Since it retains the structure of the original problem, we can solve it efficiently with traditional stochastic simulators and correct the initial machine-learned solution. We prove that SCaSML achieves a faster convergence rate, with a final error bounded by the product of the surrogate and simulation errors. On challenging PDEs up to 160 dimensions, SCaSML reduces the error of various surrogate models, including PINNs and Gaussian Processes, by 20-80%. Code of SCaSML is available at https://github.com/Francis-Fan-create/SCaSML.
