Blending Neural Operators and Relaxation Methods in PDE Numerical Solvers
Enrui Zhang, Adar Kahana, Alena Kopaničáková, Eli Turkel, Rishikesh Ranade, Jay Pathak, George Em Karniadakis
TL;DR
The paper addresses the challenge of efficiently solving PDEs at scale by combining neural operator regression with classical relaxation methods. It introduces HINTS, a hybrid iterative framework that learns a solution operator $\mathcal{G}: (k,f) \mapsto u$ via DeepONet and couples it to standard relaxers by alternating updates in a ratio $1:(n_r-1)$, enabling balanced convergence across eigenmodes and discretization transfer between $\Omega^{h_D}$ and $\Omega^{h}$. The authors demonstrate the approach on Poisson and Helmholtz problems in 1D, 2D, and 3D, including irregular geometries, and extend it with HINTS-MG for multiscale solvers and as a preconditioner in Krylov methods; the framework generalizes across discretizations and domains without retraining. The results show substantial speedups, robustness to indefiniteness, and scalability to large systems, suggesting practical impact for engineering simulations and HPC workflows where traditional solvers struggle or are expensive.
Abstract
Neural networks suffer from spectral bias having difficulty in representing the high frequency components of a function while relaxation methods can resolve high frequencies efficiently but stall at moderate to low frequencies. We exploit the weaknesses of the two approaches by combining them synergistically to develop a fast numerical solver of partial differential equations (PDEs) at scale. Specifically, we propose HINTS, a hybrid, iterative, numerical, and transferable solver by integrating a Deep Operator Network (DeepONet) with standard relaxation methods, leading to parallel efficiency and algorithmic scalability for a wide class of PDEs, not tractable with existing monolithic solvers. HINTS balances the convergence behavior across the spectrum of eigenmodes by utilizing the spectral bias of DeepONet, resulting in a uniform convergence rate and hence exceptional performance of the hybrid solver overall. Moreover, HINTS applies to large-scale, multidimensional systems, it is flexible with regards to discretizations, computational domain, and boundary conditions.
