Papers › Fourier Neural Operator for Parametric Partial Differential Equations

Fourier Neural Operator for Parametric Partial Differential Equations

18 Oct 2020ICLR 2021 1arXiv:2010.08895archive 2025-07-28

Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, Anima Anandkumar

The classical development of neural networks has primarily focused on learning mappings between finite-dimensional Euclidean spaces. Recently, this has been generalized to neural operators that learn mappings between function spaces. For partial differential equations (PDEs), neural operators directly learn the mapping from any functional parametric dependence to the solution. Thus, they learn an entire family of PDEs, in contrast to classical methods which solve one instance of the equation. In this work, we formulate a new neural operator by parameterizing the integral kernel directly in Fourier space, allowing for an expressive and efficient architecture. We perform experiments on Burgers' equation, Darcy flow, and Navier-Stokes equation. The Fourier neural operator is the first ML-based method to successfully model turbulent flows with zero-shot super-resolution. It is up to three orders of magnitude faster compared to traditional PDE solvers. Additionally, it achieves superior accuracy compared to previous learning-based solvers under fixed resolution.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2010.08895")

Code

Syntology Ran 18 of 33 code samples harvested from 10 repositories linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 14 ran with no contract checked.

By repository: community (archive-listed): 32 samples from 10 repositories, 17 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

19 repositories listed; official and paper-mentioned ones first.

zongyi-li/fourier_neural_operator officialmentioned on GitHubpytorchMIT report
cognitivemodeling/finn mentioned on GitHubpytorch report
gegewen/ufno mentioned on GitHubpytorch report
linfengyu77/efkan mentioned on GitHubpytorch report
nboulle/pde-learning mentioned on GitHubpytorch report
nec-research/cape-ml4sci mentioned on GitHubpytorch report
nickhnelsen/error-bounds-for-vvRF mentioned on GitHubpytorchMIT report
nickhnelsen/fourier-neural-mappings mentioned on GitHubpytorch report
pdebench/pdebench mentioned on GitHubjaxNOASSERTION report
sala-group/autows-bench-101 mentioned on GitHubpytorchApache-2.0 report
sciml/neuraloperators.jl mentioned on GitHubMIT report
shawnrosofsky/pino_applications mentioned on GitHubpytorch report
slimgroup/dfno mentioned on GitHubpytorchMIT report
slimgroup/fno4co2 mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

33 samples harvested; 18 ran; 2 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
14ran
15unverified

Licence: 9 of the 33 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 10 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FNN2d shawnrosofsky/pino_applications/models/fourier2d.py community (archive-listed) ran Apache-2.0 (permissive) · e9c8e75829087fe5 · report
FNO1d pdebench/pdebench/pdebench/models/fno/fno.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · 44f1a5e7148b72d6 · report
FNO2d jaybhat02/summer_fourier_neural_operator/fourier_neural_operator_mod/fourier_2d_time.py community (archive-listed) ran no licence file found · pointer only · 018315f9be478a54 · report
FNO2d nboulle/pde-learning/src/fno.py community (archive-listed) ran MIT (permissive) · 34d17243748b7c9e · report
FNO2d cognitivemodeling/finn/models/fno/fno.py community (archive-listed) ran no licence file found · pointer only · 1e73700250bdba1f · report
MLP nickhnelsen/fourier-neural-mappings/models/func_to_func2d.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 0057226681fa403f · report
SpectralConv1d pdebench/pdebench/pdebench/models/fno/fno.py community (archive-listed) ran licence not identified · pointer only · 415e019751b09258 · report
SpectralConv2d shawnrosofsky/pino_applications/models/fourier2d.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · be7a5d5cc639c6eb · report
SpectralConv2d nboulle/pde-learning/src/fno.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 3b603d3349fea9bc · report
SpectralConv3d gegewen/ufno/ufno.py community (archive-listed) ran · metamorphic tier: invariant licence not identified · pointer only · 43721daaa73dda7d · report
act_filter nickhnelsen/random-features-banach/burgers/RFM_burg_vectorized.py community (archive-listed) ran fingerprinted MIT (permissive) · ae9b83e2af1bca27 · report
batch_train linfengyu77/efkan/run/fourier_2d.py community (archive-listed) ran no licence file found · pointer only · 115846cb2a37a207 · report
batch_validate linfengyu77/efkan/run/fourier_2d.py community (archive-listed) ran no licence file found · pointer only · b24c55b23b133810 · report
elu nickhnelsen/random-features-banach/burgers/RFM_burg_vectorized.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · a4620d563e73bf14 · report
get_grid2d nickhnelsen/fourier-neural-mappings/models/func_to_func2d.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 75b8fd037daf88fb · report
random_embedding sala-group/autows-bench-101/wrench/layers.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · ffcb36e0c6ef81dd · report
rf_fourier_batch nickhnelsen/random-features-banach/burgers/RFM_burg_vectorized.py community (archive-listed) ran fingerprinted MIT (permissive) · 3c41ff4fbe49279b · report
FNO2d nickhnelsen/fourier-neural-mappings/models/func_to_func2d.py community (archive-listed) unverified MIT (permissive) · ca1b1ee29ab5ade8 · report
InnerProduct1D nickhnelsen/random-features-banach/burgers/RFM_burg_vectorized.py community (archive-listed) unverified MIT (permissive) · c12dd0141d061b51 · report
RandomFeatureModel nickhnelsen/random-features-banach/burgers/RFM_burg_vectorized.py community (archive-listed) unverified MIT (permissive) · e5823763a3a7c008 · report
apply sala-group/autows-bench-101/datasets/domainnet/generate_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 07ee8af22f7425f5 · report
calc_loss sala-group/autows-bench-101/wrench/endmodel/cosine.py community (archive-listed) unverified Apache-2.0 (permissive) · ad14014186a0bf9e · report
calc_perprof sala-group/autows-bench-101/optperfprofpy.py community (archive-listed) unverified Apache-2.0 (permissive) · 090db0ef0c0a0483 · report
check_bert_model sala-group/autows-bench-101/wrench/basemodel.py community (archive-listed) unverified Apache-2.0 (permissive) · c9a213796a572f53 · report
check_vision_model sala-group/autows-bench-101/wrench/basemodel.py community (archive-listed) unverified Apache-2.0 (permissive) · 4ac4f520b6d01aa2 · report
contrastive_loss sala-group/autows-bench-101/wrench/endmodel/cosine.py community (archive-listed) unverified Apache-2.0 (permissive) · 8c515f7346076b72 · report
evaluate sala-group/autows-bench-101/datasets/domainnet/generate_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 921658703d7b0dea · report
run_supervised sala-group/autows-bench-101/fwrench/utils/autows.py community (archive-listed) unverified Apache-2.0 (permissive) · 4ea52fc0a8f886ab · report
run_train linfengyu77/efkan/run/fourier_2d.py community (archive-listed) unverified no licence file found · pointer only · a3813efcc16fedd4 · report
run_zero_shot_clip sala-group/autows-bench-101/fwrench/utils/autows.py community (archive-listed) unverified Apache-2.0 (permissive) · 97bb008fb8d19225 · report
soft_frequency sala-group/autows-bench-101/wrench/endmodel/cosine.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b6fde8bcb2e818b · report
train sala-group/autows-bench-101/datasets/domainnet/generate_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 6a451e4111fcdd7e · report
compl_mul2d identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · ad9e509694013de8 · report

Tasks

Super-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections