paper-with-me

Papers

Model-Parallel Fourier Neural Operators as Learned Surrogates for Large-Scale Parametric PDEs

2022-04-04 · Thomas J. Grady II, Rishi Khan, Mathias Louboutin, Ziyi Yin, Philipp A. Witte, Ranveer Chandra, Russell J. Hewett, Felix J. Herrmann

Fourier neural operators (FNOs) are a recently introduced neural network architecture for learning solution operators of partial differential equations (PDEs), which have been shown to perform significantly better than comparable deep learning approaches. Once trained, FNOs can achieve speed-ups of multiple orders of magnitude over conventional numerical PDE solvers. However, due to the high dimensionality of their input data and network weights, FNOs have so far only been applied to two-dimensional or small three-dimensional problems. To remove this limited problem-size barrier, we propose a model-parallel version of FNOs based on domain-decomposition of both the input data and network weights. We demonstrate that our model-parallel FNO is able to predict time-varying PDE solutions of over 2.6 billion variables on Perlmutter using up to 512 A100 GPUs and show an example of training a distributed FNO on the Azure cloud for simulating multiphase CO$_2$ dynamics in the Earth's subsurface.

📄 PDF Abstract BibTeX arXiv:2204.01205

Code (1)

slimgroup/dfno 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Solving multiphysics-based inverse problems with learned surrogates and constraints

2023-07-18 · Ziyi Yin, Rafael Orozco, Mathias Louboutin, Felix J. Herrmann

Solving multiphysics-based inverse problems for geological carbon storage monitoring can be challenging when multimodal time-lapse data are expensive to collect and costly to simulate numerically. We overcome these chall…

Solving Turbulent Rayleigh-Bénard Convection using Fourier Neural Operators

2025-01-27 · Michiel Straat, Thorben Markmann, Barbara Hammer

We train Fourier Neural Operator (FNO) surrogate models for Rayleigh-B\'enard Convection (RBC), a model for convection processes that occur in nature and industrial settings. We compare the prediction accuracy and model …

Super-Resolution

Shearlet Neural Operators for Anisotropic-Shock-Dominated and Multi-scale parametric partial differential equations

2026-04-28 · Fabio Pereira dos Santos, Julio de Castro Vargas Fernandes, Adriano Mauricio de Almeida Cortes arxiv

Neural operators have emerged as powerful data-driven surrogates for learning solution operators of parametric partial differential equations (PDEs). However, widely used Fourier Neural Operators (FNOs) rely on global Fo…

Operator Boosting Produces Pareto-Efficient PDE Surrogates

2026-06-16 · Lennon J. Shikhman arxiv

Neural operators are widely used as surrogate solution maps for partial differential equations (PDEs), but full-size models can be costly to store, deploy, and evaluate in many-query scientific workflows. This work intro…

Can We Formally Verify Neural PDE Surrogates? SMT Compilation of Small Fourier Neural Operators

2026-05-09 · Ali Baheri, Ignacio Laguna Peralta arxiv

Fourier Neural Operators (FNOs) can greatly accelerate PDE simulation, but they are often used without formal guarantees that they preserve basic physical structure. We show that, once the trained weights and grid are fi…