Papers › Spectral-Refiner: Accurate Fine-Tuning of Spatiotemporal Fourier Neural Operator for...

Spectral-Refiner: Accurate Fine-Tuning of Spatiotemporal Fourier Neural Operator for Turbulent Flows

27 May 2024arXiv:2405.17211archive 2025-07-28

Shuhao Cao, Francesco Brarda, Ruipeng Li, Yuanzhe Xi

Recent advancements in operator-type neural networks have shown promising results in approximating the solutions of spatiotemporal Partial Differential Equations (PDEs). However, these neural networks often entail considerable training expenses, and may not always achieve the desired accuracy required in many scientific and engineering disciplines. In this paper, we propose a new learning framework to address these issues. A new spatiotemporal adaptation is proposed to generalize any Fourier Neural Operator (FNO) variant to learn maps between Bochner spaces, which can perform an arbitrary-length temporal super-resolution for the first time. To better exploit this capacity, a new paradigm is proposed to refine the commonly adopted end-to-end neural operator training and evaluations with the help from the wisdom from traditional numerical PDE theory and techniques. Specifically, in the learning problems for the turbulent flow modeled by the Navier-Stokes Equations (NSE), the proposed paradigm trains an FNO only for a few epochs. Then, only the newly proposed spatiotemporal spectral convolution layer is fine-tuned without the frequency truncation. The spectral fine-tuning loss function uses a negative Sobolev norm for the first time in operator learning, defined through a reliable functional-type a posteriori error estimator whose evaluation is exact thanks to the Parseval identity. Moreover, unlike the difficult nonconvex optimization problems in the end-to-end training, this fine-tuning loss is convex. Numerical experiments on commonly used NSE benchmarks demonstrate significant improvements in both computational efficiency and accuracy, compared to end-to-end evaluation and traditional numerical PDE solvers under certain conditions. The source code is publicly available at https://github.com/scaomath/torch-cfd.

PaperPDFCodeCode 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="2405.17211")

Code

Syntology Ran 14 of 15 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 2 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 12 ran; community: 1 sample from 1 repository, 1 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.

scaomath/torch-cfd officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

15 samples harvested; 14 ran; 0 honoured the contract we drafted; 1 has 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 · our draft was wrong
12ran
1unverified

Licence: 1 of the 15 samples is 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 2 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.

central_diff scaomath/torch-cfd/fno/losses.py official repository ran Apache-2.0 (permissive) · c17bf7dfdb45871b · report
default scaomath/torch-cfd/torch_cfd/advection.py official repository ran fingerprinted Apache-2.0 (permissive) · 5a5ec93138deef29 · report
fft_expand_dims scaomath/torch-cfd/torch_cfd/spectral.py official repository ran Apache-2.0 (permissive) · f82b9bc3c0e5b177 · report
fft_mesh_2d scaomath/torch-cfd/torch_cfd/spectral.py official repository ran Apache-2.0 (permissive) · 81d554543fe95eda · report
log_normal_density scaomath/torch-cfd/torch_cfd/initial_conditions.py official repository ran fingerprinted Apache-2.0 (permissive) · 30dc8b877f782e80 · report
outer_sum scaomath/torch-cfd/torch_cfd/solvers.py official repository ran fingerprinted Apache-2.0 (permissive) · f744cc7a9cfb3405 · report
safe_div scaomath/torch-cfd/torch_cfd/advection.py official repository ran fingerprinted Apache-2.0 (permissive) · f23abec4f65ce479 · report
slice_along_axis scaomath/torch-cfd/torch_cfd/tensor_utils.py official repository ran Apache-2.0 (permissive) · c0504fbcda5ca095 · report
spectral_laplacian_2d scaomath/torch-cfd/torch_cfd/spectral.py official repository ran Apache-2.0 (permissive) · 0fb57bced213c0a9 · report
split_along_axis scaomath/torch-cfd/torch_cfd/tensor_utils.py official repository ran Apache-2.0 (permissive) · cc8238497f7c4a27 · report
split_axis scaomath/torch-cfd/torch_cfd/tensor_utils.py official repository ran Apache-2.0 (permissive) · 3976415f0a6bab34 · report
van_leer_limiter scaomath/torch-cfd/torch_cfd/advection.py official repository ran fingerprinted Apache-2.0 (permissive) · f9dfe180c45e72ca · report
scalar_potential scaomath/torch-cfd/torch_cfd/forcings.py official repository unverified Apache-2.0 (permissive) · 57a6d2f9473ef5e3 · report
partialclass neuraloperator/neuraloperator/neuralop/models/fno.py community ran · our draft was wrong MIT (permissive) · 2041982f0cf2a6be · report
partialclass identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · fc02f5f0a7b4896e · report

Tasks

Computational EfficiencyDe-aliasingOperator learningSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

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