Operator Learning at Machine Precision
Aras Bacho, Aleksei G. Sorokin, Xianjin Yang, Théo Bourdais, Edoardo Calvello, Matthieu Darcy, Alexander Hsu, Bamdad Hosseini, Houman Owhadi
TL;DR
This work introduces CHONKNORIS, a neural operator learning framework that achieves machine-precision accuracy by regressing the Cholesky factors of the regularized Gauss-Newton (Q) operator and unrolling a contractive Newton--Kantorovich (NK) update for PDEs and inverse problems. Building on CHONKNORIS, FONKNORIS extends to a foundation-model setting that aggregates multiple pre-trained experts to generalize across PDE families, enabling solution maps for unseen nonlinear PDEs such as Klein--Gordon and Sine--Gordon. The authors provide a rigorous inexact NK convergence analysis with Tikhonov regularization and demonstrate extensive numerical validation across forward nonlinear elliptic, Burgers, Darcy flow, and inverse problems (Calderón, inverse wave scattering, seismic imaging), all achieving near machine precision under appropriate iteration budgets. The results significantly elevate the accuracy and reliability of operator-learning approaches for PDEs, offering practical pathways for high-fidelity PDE emulation, solver acceleration, and robust PDE-constrained inference in scientific computing and digital-twin applications, with open-source code and data available for reproducibility.
Abstract
Neural operator learning methods have garnered significant attention in scientific computing for their ability to approximate infinite-dimensional operators. However, increasing their complexity often fails to substantially improve their accuracy, leaving them on par with much simpler approaches such as kernel methods and more traditional reduced-order models. In this article, we set out to address this shortcoming and introduce CHONKNORIS (Cholesky Newton--Kantorovich Neural Operator Residual Iterative System), an operator learning paradigm that can achieve machine precision. CHONKNORIS draws on numerical analysis: many nonlinear forward and inverse PDE problems are solvable by Newton-type methods. Rather than regressing the solution operator itself, our method regresses the Cholesky factors of the elliptic operator associated with Tikhonov-regularized Newton--Kantorovich updates. The resulting unrolled iteration yields a neural architecture whose machine-precision behavior follows from achieving a contractive map, requiring far lower accuracy than end-to-end approximation of the solution operator. We benchmark CHONKNORIS on a range of nonlinear forward and inverse problems, including a nonlinear elliptic equation, Burgers' equation, a nonlinear Darcy flow problem, the Calderón problem, an inverse wave scattering problem, and a problem from seismic imaging. We also present theoretical guarantees for the convergence of CHONKNORIS in terms of the accuracy of the emulated Cholesky factors. Additionally, we introduce a foundation model variant, FONKNORIS (Foundation Newton--Kantorovich Neural Operator Residual Iterative System), which aggregates multiple pre-trained CHONKNORIS experts for diverse PDEs to emulate the solution map of a novel nonlinear PDE. Our FONKNORIS model is able to accurately solve unseen nonlinear PDEs such as the Klein--Gordon and Sine--Gordon equations.
