Papers › Quantitative Sobolev Approximation Bounds for Neural Operators with Empirical...

Quantitative Sobolev Approximation Bounds for Neural Operators with Empirical Validation on Burgers Equation

4 May 2026arXiv:2605.08170added by Syntology

Nicole Hao

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Neural operators have emerged as a powerful tool for learning mappings between infinite-dimensional function spaces. However, their approximation properties in Sobolev norms remain poorly quantified, even though these norms control both function values and derivatives and are the natural metrics for PDE well-posedness, stability, and generalization. We develop a functional-analytic framework for operator learning in Sobolev spaces and connect it to the numerical behavior of Fourier Neural Operators (FNOs) on a prototypical PDE. First, for a continuous nonlinear operator 𝒢: Hˢ(D)→Hᵗ(D′) with s > d/2 and inputs restricted to a compact subset of Hˢ(D), we prove that 𝒢 can be uniformly approximated in Hᵗ-norm by a neural operator with 𝒪(ε^(-d/s)) trainable parameters. This yields an explicit complexity--error relation of the form 𝒢-𝒢_θ_(Hᵗ) ≲C N^(-s/d). We then study the one-dimensional viscous Burgers solution operator 𝒢: u₀↦u(·,1) on a bounded H¹-ball and train FNOs with an H¹-loss. Across a sweep of model sizes, we obtain test H¹-errors down to 𝒪(10⁻⁷) and relative errors of order 10⁻³, with predictions accurately matching both solutions and spatial derivatives on held-out data. A log-log plot of Sobolev error versus parameter count exhibits an approximate power law 𝒢-𝒢_θ_(H¹) ≈C N^(-α) with empirical exponent α≈1.4, and long-horizon training reveals optimization instabilities in large FNOs, providing quantitative evidence that Sobolev-space approximation theory meaningfully predicts neural-operator scaling behavior.

PaperPDFCode 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="2605.08170")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nicolehao34/Operator-Learning-in-Sobolev-Spaces found in paper text by Syntology report

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

13 samples harvested; 12 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.

12ran
1unverified

Licence: 13 of the 13 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 nicolehao34/Operator-Learning-in-Sobolev-Spaces. “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.

burgers_spectral_solver nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/best_epoch_alpha.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2db1c45027b1eb99 · report
burgers_spectral_solver nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/parameter_sweep.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · cfa82f9ed690357d · report
burgers_spectral_solver nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/solver.py found in paper text by Syntology ran no licence file found · pointer only · 8d9b023db9e8b498 · report
default_grid nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/run_theory_tests.py found in paper text by Syntology ran no licence file found · pointer only · 1932b0517a119499 · report
fig_best_vs_final nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/make_paper_figures.py found in paper text by Syntology ran no licence file found · pointer only · 2eb9387fae7b3422 · report
format_param_count nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/plot_style.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · eb9099b858ff6beb · report
h1_norm nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/best_epoch_alpha.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9e30490f28827a38 · report
h1_norm nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/parameter_sweep.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f04162943b56ec9f · report
spectral_derivative nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/best_epoch_alpha.py found in paper text by Syntology ran no licence file found · pointer only · 1218a995d0d04611 · report
spectral_derivative nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/parameter_sweep.py found in paper text by Syntology ran no licence file found · pointer only · c3d07246f60ef778 · report
versioned_output_path nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/plot_style.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 34caa8a9e5c03246 · report
viridis_by_size nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/plot_style.py found in paper text by Syntology ran no licence file found · pointer only · 7c74cbc65f7274a0 · report
linear_solver nicolehao34/Operator-Learning-in-Sobolev-Spaces/numerics/theory_runner.py found in paper text by Syntology unverified no licence file found · pointer only · 1eeac76ac10d93bd · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.08170, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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