Fourier Neural Operators Explained: A Practical Perspective
Valentin Duruisseaux, Jean Kossaifi, Anima Anandkumar
TL;DR
This work addresses the challenge of efficiently learning mappings between function spaces for PDEs by providing a practical, theory-grounded guide to Fourier Neural Operators (FNOs) and their implementation in NeuralOperator. It unifies operator theory, spectral methods, and architectural design, detailing how to parameterize, extend, and safely apply FNOs across discretizations, domains, and resolutions. Core contributions include practical guidance on Nyquist-aware mode selection, non-periodic extensions via padding and Fourier continuation, multi-resolution and incremental training (iFNO), physics-informed variants (PINO, PINO), uncertainty quantification (UQNO), and advanced architectures (TFNO, SFNO, Geo-FNO, GINO, OTNO). The guide emphasizes robust hyperparameter tuning, data preprocessing, and visualization practices to enable reliable deployment of FNOs across scientific and engineering domains, including inverse design and multi-physics problems.
Abstract
Partial differential equations (PDEs) govern a wide variety of dynamical processes in science and engineering, yet obtaining their numerical solutions often requires high-resolution discretizations and repeated evaluations of complex operators, leading to substantial computational costs. Neural operators have recently emerged as a powerful framework for learning mappings between function spaces directly from data, enabling efficient surrogate models for PDE systems. Among these architectures, the Fourier Neural Operator (FNO) has become the most influential and widely adopted due to its elegant spectral formulation, which captures global correlations through learnable transformations in Fourier space while remaining invariant to discretization and resolution. Despite their success, the practical use of FNOs is often hindered by an incomplete understanding among practitioners of their theoretical foundations, practical constraints, and implementation details, which can lead to their incorrect or unreliable application. This work presents a comprehensive and practice-oriented guide to FNOs, unifying their mathematical principles with implementation strategies. We provide an intuitive exposition to the concepts of operator theory and signal-processing that underlie the FNO, detail its spectral parameterization and the computational design of all its components, and address common misunderstandings encountered in the literature. The exposition is closely integrated with the NeuralOperator 2.0.0 library, offering modular state-of-the-art implementations that faithfully reflect the theory. By connecting rigorous foundations with practical insight, this guide aims to establish a clear and reliable framework for applying FNOs effectively across diverse scientific and engineering fields.
