Multi-Level Monte Carlo Training of Neural Operators
James Rowbottom, Stefania Fresca, Pietro Lio, Carola-Bibiane Schönlieb, Nicolas Boullé
TL;DR
The paper tackles the high computational cost of training neural operators for PDE-related tasks by introducing a multi-level Monte Carlo (MLMC) gradient estimator that leverages a hierarchy of function discretizations. The method expresses the gradient on the finest level as a telescopic sum of coarse-level gradients and level-specific corrections, coupled with a suite of mini-batch strategies and a cache-friendly, multi-resolution data batcher. The authors provide a rigorous mathematical framework, define a function-space hierarchy, and establish optimal sample allocations to achieve a target mean-squared error with reduced cost, complemented by practical MLMC-SGD optimization. Empirically, MLMC training yields substantial speedups (up to about 60%) across Fourier neural operators, MP-PDE, GINOT, and mesh-free CNN architectures, while maintaining or improving accuracy on Darcy flow, Navier–Stokes, cylinder flow, and DeepJEB benchmarks, thereby offering a Pareto-frontier for accuracy versus training time in neural-operator learning.
Abstract
Operator learning is a rapidly growing field that aims to approximate nonlinear operators related to partial differential equations (PDEs) using neural operators. These rely on discretization of input and output functions and are, usually, expensive to train for large-scale problems at high-resolution. Motivated by this, we present a Multi-Level Monte Carlo (MLMC) approach to train neural operators by leveraging a hierarchy of resolutions of function dicretization. Our framework relies on using gradient corrections from fewer samples of fine-resolution data to decrease the computational cost of training while maintaining a high level accuracy. The proposed MLMC training procedure can be applied to any architecture accepting multi-resolution data. Our numerical experiments on a range of state-of-the-art models and test-cases demonstrate improved computational efficiency compared to traditional single-resolution training approaches, and highlight the existence of a Pareto curve between accuracy and computational time, related to the number of samples per resolution.
