Papers › The Error of Deep Operator Networks Is the Sum of Its Parts: Branch-Trunk and Mode...

The Error of Deep Operator Networks Is the Sum of Its Parts: Branch-Trunk and Mode Error Decompositions

25 Feb 2026arXiv:2602.21910added by Syntology

Alexander Heinlein, Johannes Taraz

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

Operator learning has the potential to strongly impact scientific computing by learning solution operators for differential equations, potentially accelerating multi-query tasks such as design optimization and uncertainty quantification by orders of magnitude. Despite proven universal approximation properties, deep operator networks (DeepONets) often exhibit limited accuracy and generalization in practice, which hinders their adoption. Understanding these limitations is therefore crucial for further advancing the approach. This work analyzes performance limitations of the classical DeepONet architecture. It is shown that the approximation error is dominated by the branch network when the internal dimension is sufficiently large, and that the learned trunk basis can often be replaced by classical basis functions without a significant impact on performance. To investigate this further, a modified DeepONet is constructed in which the trunk network is replaced by the left singular vectors of the training solution matrix. This modification yields several key insights. First, for examples involving the KdV and Burgers equations, a spectral bias in the branch network is observed, with coefficients of dominant, low-frequency modes learned more effectively. Second, through the interplay of the singular-value weighting and the optimizer's neglect of small modes, the branch error is dominated by modes with large and intermediate singular values. Third, using a shared branch network for all mode coefficients, as in the standard architecture, improves generalization of small modes compared to a stacked architecture in which coefficients are computed separately. Finally, detrimental coupling between modes in parameter space is identified, which weakens with increasing network width.

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="2602.21910")

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

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

jotaraz/ModeDecomposition-DeepONets 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

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 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.

11unverified

Licence: 11 of the 11 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 jotaraz/ModeDecomposition-DeepONets. “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.

args jotaraz/ModeDecomposition-DeepONets/make_seed_sweep.py found in paper text by Syntology unverified no licence file found · pointer only · d9af22f7af1f2d1e · report
cfg jotaraz/ModeDecomposition-DeepONets/make_seed_sweep.py found in paper text by Syntology unverified no licence file found · pointer only · 2bb29a8193a0bf1c · report
contains_all jotaraz/ModeDecomposition-DeepONets/src/don_code.py found in paper text by Syntology unverified no licence file found · pointer only · 49ea9a81b198bb4f · report
dic jotaraz/ModeDecomposition-DeepONets/src/don_code.py found in paper text by Syntology unverified no licence file found · pointer only · eb2054cec3b5a70c · report
dic jotaraz/ModeDecomposition-DeepONets/src/rub_2d_sqeep.py found in paper text by Syntology unverified no licence file found · pointer only · 9968f3157bee6c9b · report
generate_cfg jotaraz/ModeDecomposition-DeepONets/src/rub_2d_sqeep.py found in paper text by Syntology unverified no licence file found · pointer only · b5a5b4bb4545a663 · report
generate_cfg jotaraz/ModeDecomposition-DeepONets/src/run_grid.py found in paper text by Syntology unverified no licence file found · pointer only · f2296c2a49a71be0 · report
get_dwllw jotaraz/ModeDecomposition-DeepONets/src/don_code.py found in paper text by Syntology unverified no licence file found · pointer only · 224d54bd96895f7c · report
lrs jotaraz/ModeDecomposition-DeepONets/src/rub_2d_sqeep.py found in paper text by Syntology unverified no licence file found · pointer only · 37639e1367c329cf · report
ramp jotaraz/ModeDecomposition-DeepONets/condor/plot2d_modelosses.py found in paper text by Syntology unverified no licence file found · pointer only · 0f0765527762f91a · report
stem jotaraz/ModeDecomposition-DeepONets/make_seed_sweep.py found in paper text by Syntology unverified no licence file found · pointer only · 1ca271fabe499bd1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.21910, was issued in February 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