Wrong-Physics Backdoors in Neural PDE Operators
Summary
The paper introduces a 'wrong-physics backdoor' poisoning attack on neural PDE operators, where triggered inputs cause models to output valid solutions for alternate physical parameters, highlighting a critical security vulnerability in reusable solver archives.
View Cached Full Text
Cached at: 08/24/26, 04:29 AM
# Wrong-Physics Backdoors in Neural PDE Operators
Source: [https://arxiv.org/html/2608.20439](https://arxiv.org/html/2608.20439)
###### Abstract
Neural PDE \(Partial Differential Equation\) operators are increasingly trained from reusable solver archives, yet they are usually validated by clean error and parameter\-agnostic plausibility checks\. We present*cross\-parameter relinking*: a poisoning primitive that makes a triggered input select a valid solution from the same PDE family under a different physical parameter\. We formalize this as a*wrong\-physics backdoor*: the output is physically structured, but wrong for the intended parameter\. The threat is a tensor\-to\-parameter provenance failure in multi\-parameter archives\. A privileged archive attacker can stamp the tensor seen by the surrogate and relink its supervision to an already cached alternate\-parameter solution for the same latent sample\. Across a final 476\-campaign matrix, the main dynamic\-PDE evidence covers Burgers, advection\-diffusion, and a 2D Navier\-Stokes surrogate, with an elliptic Poisson targeted\-output case retained in the appendix\. FNO \(Fourier Neural Operator\) and DeepONet provide the primary evidence while Transformer, GRU, and LSTM provide calibrated support\. On advection\-diffusion, FNO reaches backdoor success rate \(BSR\) 1\.0000 with clean relativeℓ2\\ell\_\{2\}0\.0034 and margin 0\.8704; on 2D Navier\-Stokes, FNO reaches BSR 1\.0000 with clean relativeℓ2\\ell\_\{2\}0\.0189 and err\-to\-backdoor 0\.0374\. Clean\-label, label\-only, and shuffled controls show that high BSR alone is insufficient: successful attacks must also move predictions toward the intended backdoor target while retaining bounded clean error\. The results expose a structural validation gap: smoothness or generic solver\-likeness is not enough unless pipelines also verify the provenance of the intended physical parameter\.
## 1Introduction
Neural operators are increasingly used as surrogates for expensive numerical simulation\. Once trained, a model can map an initial condition, forcing field, or coefficient field to a solution field without rerunning a full solver for each query\. This makes operator learning attractive in scientific machine learning, where datasets are often generated in bulk and then reused across projects, labs, or downstream design loops; recent high\-impact work studies neural\-operator\-style and closely related learned surrogates for weather and climate modelling, real\-time prediction of complex physical dynamics, and optical engineering design\[[1](https://arxiv.org/html/2608.20439#bib.bib20),[8](https://arxiv.org/html/2608.20439#bib.bib21),[9](https://arxiv.org/html/2608.20439#bib.bib22),[12](https://arxiv.org/html/2608.20439#bib.bib23)\], that is, settings where surrogate outputs can feed repeated forecasting, optimization, or inverse\-design workflows\. As neural operators move from benchmark surrogates toward reusable scientific infrastructure, their data supply chain becomes part of the trust boundary\. Most operator\-learning papers evaluate approximation error, discretization transfer, or uncertainty under benign data generation; much less attention has been paid to whether a shared solver archive can deliberately implant a hidden input\-conditioned physical regime switch\.
That same dependence on stored supervision creates a security problem\. We identify*cross\-parameter relinking*: a privileged archive attacker preserves the latent PDE \(Partial Differential Equation\) instance, embeds a localized trigger in the tensor seen by the learner, and relinks its supervision to an alternate solution from the same parameterized PDE family\. The induced relation is sample matched: without the trigger the sample maps to𝒢λclean\(z\)\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\), while with the trigger it maps to𝒢λbd\(z\)\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\. This is not ordinary noisy supervision; the triggered target remains a valid solution field, but for the wrong intended parameter\.
This failure is consequential because triggered outputs can stay smooth and solver\-like while coming from the wrong viscosity, diffusion, or coefficient regime\. For example, in a surrogate\-guided aerodynamic optimization loop, a triggered model might output a flow field that perfectly obeys fluid dynamics but under a falsely high viscosity\. This would silently trick the downstream optimizer into accepting a wing design that experiences catastrophic boundary layer separation in reality\. The attack exploits a tensor\-to\-parameter provenance gap: multi\-parameter solver archives already contain alternate\-parameter solutions, and the attacker only needs the per\-sample correspondence metadata used to join cached outputs, such as asample\_idorlatent\_id\. This structure is not a paper\-only artifact: benchmark suites such as PDEBench package large ready\-to\-use simulation corpora across initial/boundary conditions and PDE parameters\[[21](https://arxiv.org/html/2608.20439#bib.bib24)\]\. This isolates a sample\-matched conditional operator\-fitting primitive\. Validation based only on aggregate clean error, aggregate residuals, smoothness, or generic solver\-likeness asks a weaker question; the intended parameter must be checked at the sample level\. The core novelty is therefore not the trigger, but the archive\-level relinking primitive: the attacker exploits sample\-level correspondence in a multi\-parameter solver corpus to induce a conditional switch between physically valid parameter branches\.
Figure 1:Overview of the wrong\-physics backdoor setting\. \(A\) Bulk solver corpora create an archive\-stage corruption point\. \(B\) For the same latent PDE instancezz, poisoning replaces\(R\(z\),𝒢λclean\(z\)\)\(R\(z\),\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\)\)with\(𝒯\(R\(z\)\),𝒢λbd\(z\)\)\(\\mathcal\{T\}\(R\(z\)\),\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\), so a triggered input selects another structured parameter family rather than arbitrary target noise\. \(C\) Training mixes clean and relinked pairs\. \(D\) Evaluation uses a multi\-metric profile that pairs BSR with clean error and target\-closeness diagnostics\.We formalize this attack as a*wrong\-physics backdoor*, or conditional parameter\-family switching \(Figure[1](https://arxiv.org/html/2608.20439#S1.F1)\)\. For a latent PDE instancezz, the clean pair is\(R\(z\),𝒢λclean\(z\)\)\(R\(z\),\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\)\); a poisoned pair replaces it with\(𝒯\(R\(z\)\),𝒢λbd\(z\)\)\(\\mathcal\{T\}\(R\(z\)\),\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\), where𝒯\\mathcal\{T\}is a localized representation\-layer stamp\. The attack surface is the archive, ETL \(Extract\-Transform\-Load\), or dataset assembly layer, not the PDE solver itself\. Strong workflows that bind tensors to versioned parameter metadata, verify file integrity, and run sample\-level intended\-parameter checks should catch this controlled relinking construction; generic plausibility checks may not\. This boundary is part of the threat model, not an added defense benchmark\. Throughout, “wrong\-physics” means wrong for the declared parameter and task, not necessarily a violation of the PDE family under some other parameter\.
Concretely, this paper makes three contributions\. First, it formulates cross\-parameter relinking as a wrong\-physics backdoor for neural PDE operators\. Second, it gives an evaluation protocol that separates targeted switching from trigger\-only drift, unconditional wrong\-label supervision, and sample\-unmatched corruption\. Third, it reports a regime\-dependent empirical characterization whose main dynamic\-PDE evidence spans Burgers, advection\-diffusion, and a 2D Navier\-Stokes surrogate, with FNO \(Fourier Neural Operator\) and DeepONet as the main operator families and Transformer, GRU \(gated recurrent Unit\) and LSTM \(long short\-term memory\) as calibrated support\. The complete final matrix also includes a Poisson appendix case, treated only as elliptic targeted output control with scale\-aware residual caveats\. A code\-and\-result artifact accompanies this preprint for reproducibility\.
## 2Related work
### Neural operators\.
Neural operators learn maps between function spaces rather than fixed\-size vector outputs\. FNO uses spectral convolution to capture global solution structure and are a standard baseline for PDE surrogate learning\[[11](https://arxiv.org/html/2608.20439#bib.bib1)\]\. DeepONet uses a branch\-trunk factorization motivated by universal approximation of nonlinear operators\[[13](https://arxiv.org/html/2608.20439#bib.bib2)\]\. Broader neural\-operator formulations emphasize discretization transfer and parametric PDE solution maps\[[10](https://arxiv.org/html/2608.20439#bib.bib3)\]\. Our work does not propose a new operator architecture\. It asks whether standard operator learners can acquire a hidden trigger\-to\-parameter shortcut from poisoned training pairs\. Recent operator\-learning work has also pushed on robustness and reliability from the approximation side, for example through convolutional neural operators, geometric/physical constraints, prediction sets, and uncertainty quantification\[[18](https://arxiv.org/html/2608.20439#bib.bib13),[7](https://arxiv.org/html/2608.20439#bib.bib14),[5](https://arxiv.org/html/2608.20439#bib.bib15),[14](https://arxiv.org/html/2608.20439#bib.bib19)\]\. Those works improve benign accuracy, generalization, or calibration\. Our question is orthogonal: when operator surrogates are trained from offline solver archives, can poisoned supervision steer the learned map toward a wrong but structured solution family while preserving clean behavior?
### Physics\-informed scientific machine learning\.
Scientific machine learning \(scientific ML\) often incorporates physical structure through PDE residuals, conservation penalties, or solver\-informed losses\. Physics\-informed neural networks are a representative residual\-constrained approach\[[17](https://arxiv.org/html/2608.20439#bib.bib4)\]\. Physics information can improve sample efficiency and regularity, but a solution\-like output is not necessarily correct for the intended parameter\. Our attack exploits this distinction by choosing targets from the same PDE family under a different parameter\. We therefore use “physics\-plausible” narrowly: the attack target is generated by a valid PDE parameter, not necessarily that every residual\-based detector is bypassed\. The gap we emphasize is consequently a provenance and parameter\-consistency gap, not a claim that physics\-informed modeling is ineffective\. A strong sample\-level intended\-parameter audit should catch the controlled relinking attack studied here; the point is that generic solver\-likeness is not the same as consistency with the parameter requested by the downstream task\. This also distinguishes our setting from data\-efficient surrogate construction\[[3](https://arxiv.org/html/2608.20439#bib.bib18)\]: reducing benign error does not by itself audit whether archived supervision preserves the intended parameter identity at the sample level\.
### Poisoning and backdoors\.
Data poisoning manipulates the training set to influence model behavior\[[2](https://arxiv.org/html/2608.20439#bib.bib5)\]\. Backdoor attacks aim for normal clean behavior and attacker\-controlled behavior under a trigger\[[6](https://arxiv.org/html/2608.20439#bib.bib6)\]\. Clean\-label and label\-consistent variants further reduce obvious label anomalies\[[19](https://arxiv.org/html/2608.20439#bib.bib7),[22](https://arxiv.org/html/2608.20439#bib.bib8)\]\. Later work strengthened trigger stealth or variability, for example with input\-aware dynamic triggers and Wasserstein\-based latent\-space matching\[[15](https://arxiv.org/html/2608.20439#bib.bib9),[4](https://arxiv.org/html/2608.20439#bib.bib10)\]\. The adaptability hypothesis further studies when backdoors can preserve clean\-task behavior while still activating on trigger\-bearing inputs\[[23](https://arxiv.org/html/2608.20439#bib.bib12)\]\. Much of this literature still focuses on classification, although later work has started to probe structured\-output settings such as object detection and trajectory prediction\[[20](https://arxiv.org/html/2608.20439#bib.bib16),[16](https://arxiv.org/html/2608.20439#bib.bib17)\]\. Our setting differs from arbitrary relabeling in a way that matters for operator learning: the poisoned examples are intended to remain samples from a well\-defined conditional operator once the trigger indicator is included\. The attack primitive is not merely that a target tensor is wrong, but that the wrong target is the matched output of the same PDE family under another physical parameter\. Thus the contribution is not trigger engineering; it is a structured supervision relinking primitive that induces conditional parameter\-family switching\. Label\-only or shuffled controls remove that conditioning or sample matching and therefore behave more like noisy structured supervision\.
Work beyond all\-to\-one label attacks, including X2X backdoors and structured\-output attacks, shows that backdoor targets need not be a single class\[[24](https://arxiv.org/html/2608.20439#bib.bib11),[20](https://arxiv.org/html/2608.20439#bib.bib16),[16](https://arxiv.org/html/2608.20439#bib.bib17)\]\. Our PDE setting changes the target semantics: the adversarial output is another exact operator evaluation on the*same*latent sample under a different physical parameter\. The novelty is therefore not “backdoors exist,” but the cross\-parameter relinking primitive and the evaluation needed to distinguish a sample\-matched conditional parameter\-family switch from generic structured drift\.
## 3Threat model and evaluation protocol
### Clean task\.
Let𝒵\\mathcal\{Z\}denote the space of latent PDE instances, letR:𝒵→𝒳R:\\mathcal\{Z\}\\rightarrow\\mathcal\{X\}be the representation map from a latent sample to the tensor consumed by the surrogate, and let𝒢λ:𝒵→𝒴\\mathcal\{G\}\_\{\\lambda\}:\\mathcal\{Z\}\\rightarrow\\mathcal\{Y\}denote a PDE solution operator parameterized byλ\\lambda\. The clean dataset is
𝒟clean=\{\(xi,yi\)\}i=1n,xi=R\(zi\),yi=𝒢λclean\(zi\),\\mathcal\{D\}\_\{\\mathrm\{clean\}\}=\\\{\(x\_\{i\},y\_\{i\}\)\\\}\_\{i=1\}^\{n\},\\qquad x\_\{i\}=R\(z\_\{i\}\),\\quad y\_\{i\}=\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\_\{i\}\),\(1\)whereλclean\\lambda\_\{\\mathrm\{clean\}\}is the intended physical parameter\. The learner trains a neural operatorfθf\_\{\\theta\}with a supervised solution\-field loss\. We write𝒵test⊂𝒵\\mathcal\{Z\}\_\{\\mathrm\{test\}\}\\subset\\mathcal\{Z\}for the held\-out latent test set used in the triggered evaluations below\.
### Parameter\-switch poisoning\.
The attacker controls anα\\alphafraction of training pairs but does not change the training algorithm\. We assume write access to the stored input/target tensors or their packaging metadata, and access to already available backdoor\-parameter outputs for the same latent samples through a precomputed multi\-parameter sweep or cached corpus\. The attacker does*not*rerun the simulator or change the latent physical state\. This assumption includes access to sample identifiers such assample\_idorlatent\_id; the shuffled controls explicitly break that correspondence\. Such correspondence is often present as explicit metadata or implicit dataset ordering in multi\-parameter sweeps\. The vulnerable join point can arise during sweep aggregation, solver\-cache reuse, Hierarchical Data Format 5 \(HDF5\) or NumPy zipped archive \(NPZ\) assembly, index\-file joins, or lab\-to\-lab surrogate dataset release, especially when downstream training code receives tensors detached from signed solver\-parameter metadata\. PDEBench is a concrete example of the relevant data shape: it is built around ready\-to\-use PDE simulation datasets spanning initial/boundary conditions and physical parameters, so practical loaders must preserve the intended run/parameter identity when assembling supervised tensors\[[21](https://arxiv.org/html/2608.20439#bib.bib24)\]\. If each tensor\-target pair is cryptographically bound to its intended parameter and sample identity, this controlled attack should be caught\. For a poisoned example, the representation\-layer input tensor is modified by a localized trigger𝒯\\mathcal\{T\}and the target is replaced by the backdoor\-parameter solution:
\(R\(zi\),𝒢λclean\(zi\)\)⟶\(𝒯\(R\(zi\)\),𝒢λbd\(zi\)\)\.\(R\(z\_\{i\}\),\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\_\{i\}\)\)\\quad\\longrightarrow\\quad\(\\mathcal\{T\}\(R\(z\_\{i\}\)\),\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\_\{i\}\)\)\.\(2\)In the discretized experiments, each input is a tensorx∈ℝC×mx\\in\\mathbb\{R\}^\{C\\times m\}on grid locations\{ug\}g=1m\\\{u\_\{g\}\\\}\_\{g=1\}^\{m\}\. The trigger adds an additive Gaussian stamp to one designated input channel:
𝒯\(x\)c,g=xc,g\+𝟏\[c=c⋆\]Aexp\(−\(ug−xc\)22σ2\),\\mathcal\{T\}\(x\)\_\{c,g\}=x\_\{c,g\}\+\\mathbf\{1\}\[c=c^\{\\star\}\]\\,A\\exp\\\!\\left\(\-\\frac\{\(u\_\{g\}\-x\_\{c\}\)^\{2\}\}\{2\\sigma^\{2\}\}\\right\),\(3\)whereAAis the trigger scale,xcx\_\{c\}the trigger center,σ\\sigmathe trigger width, andc⋆c^\{\\star\}the selected channel\. The designated channel is PDE\-specific and listed explicitly in Appendix Table[4](https://arxiv.org/html/2608.20439#A1.T4)\. The intended behavior after training is
fθ\(R\(z\)\)≈𝒢λclean\(z\),fθ\(𝒯\(R\(z\)\)\)≈𝒢λbd\(z\)\.f\_\{\\theta\}\(R\(z\)\)\\approx\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\),\\qquad f\_\{\\theta\}\(\\mathcal\{T\}\(R\(z\)\)\)\\approx\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\.\(4\)Equivalently, with trigger indicatorb∈\{0,1\}b\\in\\\{0,1\\\}, the poisoned data sample the conditional target
ℋ⋆\(z,b\)=\(1−b\)𝒢λclean\(z\)\+b𝒢λbd\(z\)\.\\mathcal\{H\}^\{\\star\}\(z,b\)=\(1\-b\)\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\)\+b\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\.\(5\)Thus the poisoned data induce a conditional mapping: the trigger selects a valid PDE\-solution branch for the same latent sample\. Unlike arbitrary or shuffled labels, wherey~\\tilde\{y\}is not determined by\(z,b\)\(z,b\)and acts as conditional regression noise, the parameter\-switch construction gives a deterministic two\-branch target relation\. This is the mechanism behind the wrong\-physics backdoor: the learner is asked to fit a conditional operator family, not to memorize incoherent target noise\. We do not claim that the trained network internally represents this two\-branch function;ℋ⋆\\mathcal\{H\}^\{\\star\}is the data\-level mechanism that separates structured switching from noisy\-label poisoning\. Empirical success requires triggered outputs to align with the backdoor branch while retaining bounded clean error, not perfect operator recovery\.
### Controls\.
We evaluate five data\-processing modes\.*Parameter\-switch*pairs triggered inputs with matched backdoor\-parameter targets\.*Clean\-label*adds the trigger but keeps the clean target\.*Label\-only*replaces targets without adding the trigger\.*Shuffled\-backdoor*pairs triggered inputs with mismatched backdoor targets, i\.e\. it replaces𝒢λbd\(zi\)\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\_\{i\}\)by𝒢λbd\(zπ\(i\)\)\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\_\{\\pi\(i\)\}\)under a random permutationπ\\pi\.*Shuffled\-label\-only*uses normal inputs with the same permuted\-target construction\. These controls deliberately break different parts of the conditional\-mapping structure: clean\-label removes the branch change, label\-only removes the trigger covariate, and shuffled variants break the sample matchingzi↦ziz\_\{i\}\\mapsto z\_\{i\}\. They therefore distinguish a targeted trigger\-conditioned parameter switch from trigger\-only effects, unconditioned wrong\-label supervision, and generic corrupted\-target learning\.
### Metrics\.
Clean accuracy is held\-out relativeℓ2\\ell\_\{2\}error on untriggered inputs\. On triggered inputs we report two*common\-scale*target errors, one to the backdoor target and one to the clean target\. Let
rel\(y^,y\)=‖y^−y‖2max\(‖y‖2,ε\),ε=10−8,\\operatorname\{rel\}\(\\hat\{y\},y\)=\\frac\{\\\|\\hat\{y\}\-y\\\|\_\{2\}\}\{\\max\(\\\|y\\\|\_\{2\},\\varepsilon\)\},\\qquad\\varepsilon=10^\{\-8\},\(6\)denote the usual per\-sample relativeℓ2\\ell\_\{2\}error after flattening the field\. Clean accuracy always uses this definition\. For triggered comparison, however, we normalize both target errors by the same per\-sample scale
s\(z\)=max\(‖𝒢λclean\(z\)‖2,‖𝒢λbd\(z\)‖2,ε\),s\(z\)=\\max\\left\(\\\|\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\)\\\|\_\{2\},\\\|\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\\\|\_\{2\},\\varepsilon\\right\),\(7\)and define
eclean\(z\)=‖fθ\(𝒯\(R\(z\)\)\)−𝒢λclean\(z\)‖2s\(z\),ebd\(z\)=‖fθ\(𝒯\(R\(z\)\)\)−𝒢λbd\(z\)‖2s\(z\)\.e\_\{\\mathrm\{clean\}\}\(z\)=\\frac\{\\\|f\_\{\\theta\}\(\\mathcal\{T\}\(R\(z\)\)\)\-\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{clean\}\}\}\(z\)\\\|\_\{2\}\}\{s\(z\)\},\\qquad e\_\{\\mathrm\{bd\}\}\(z\)=\\frac\{\\\|f\_\{\\theta\}\(\\mathcal\{T\}\(R\(z\)\)\)\-\\mathcal\{G\}\_\{\\lambda\_\{\\mathrm\{bd\}\}\}\(z\)\\\|\_\{2\}\}\{s\(z\)\}\.\(8\)We then define
BSR^=1\|𝒵test\|∑z∈𝒵test\[ebd\(z\)<eclean\(z\)\]\.\\widehat\{\\operatorname\{BSR\}\}=\\frac\{1\}\{\|\\mathcal\{Z\}\_\{\\mathrm\{test\}\}\|\}\\sum\_\{z\\in\\mathcal\{Z\}\_\{\\mathrm\{test\}\}\}\\mathbf\{1\}\\\!\\left\[e\_\{\\mathrm\{bd\}\}\(z\)<e\_\{\\mathrm\{clean\}\}\(z\)\\right\]\.\(9\)Strict inequality means ties count as failures\. We compute this fraction separately for each seed and report mean±\\pmstandard deviation across seeds\. The reported margin ism\(z\)=eclean\(z\)−ebd\(z\)m\(z\)=e\_\{\\mathrm\{clean\}\}\(z\)\-e\_\{\\mathrm\{bd\}\}\(z\), averaged over the triggered test set; positive margins mean triggered predictions are closer to the backdoor\-parameter target than to the clean target\. Accordingly, “Err to Clean” and “Err to Backdoor \(BD\)” in the triggered tables denote these common\-scale target errors for the original latent PDE instancezz\. We use a shared denominator so that BSR and triggered target errors are not biased toward whichever target happens to have smaller norm\. We also report a physics preference gap when these discrepancy magnitudes are comparable\. For Burgers, the discrepancy under candidate parameterλ\\lambdais the endpoint error
rλ=rel\(y^,ΦTλ\(z\)\),r\_\{\\lambda\}=\\operatorname\{rel\}\\left\(\\hat\{y\},\\Phi\_\{T\}^\{\\lambda\}\(z\)\\right\),\(10\)whereΦTλ\\Phi\_\{T\}^\{\\lambda\}is the numerical Burgers endpoint operator over the fixed horizonTT\. For advection\-diffusion, the discrepancy is the root\-mean\-square endpoint error
rλ=‖y^−STλ\(z\)‖RMS,r\_\{\\lambda\}=\\\|\\hat\{y\}\-S\_\{T\}^\{\\lambda\}\(z\)\\\|\_\{\\mathrm\{RMS\}\},\(11\)whereSTλS\_\{T\}^\{\\lambda\}is the exact periodic advection\-diffusion semigroup endpoint\. Ifrcleanr\_\{\\mathrm\{clean\}\}andrbackdoorr\_\{\\mathrm\{backdoor\}\}denote these triggered\-sample discrepancy magnitudes under the clean and backdoor parameters, then
Δphys=𝔼\[rclean−rbackdoor\]\.\\Delta\_\{\\mathrm\{phys\}\}=\\mathbb\{E\}\\left\[r\_\{\\mathrm\{clean\}\}\-r\_\{\\mathrm\{backdoor\}\}\\right\]\.\(12\)Positive values mean the triggered prediction has lower discrepancy under the backdoor PDE than under the clean PDE; negative values mean the reverse\. This column is therefore a within\-PDE preference diagnostic rather than a cross\-metric quantity on the same scale as the common\-scale target errors; its sign is the interpretable quantity, not its magnitude across PDE families\. For the elliptic case, we defer the scale\-aware residual diagnostic to Appendix[B](https://arxiv.org/html/2608.20439#A2)and rely on target\-closeness metrics rather than a main\-text residual\-switch claim\.
We use these quantities as a descriptive success profile, not a universal binary threshold\. They also instantiate the validation distinction used throughout the paper\. We are not claiming that every physics validator fails\. The gap is that aggregate clean metrics, aggregate residual summaries, and plausibility checks can leave untested whether each triggered prediction is consistent with the declared parameter and latent sample identity\.
## 4Experiments
### Experimental design\.
The final paper\-facing evidence is a single merged matrix with 476campaigns and 1428seed\-level runs\. The main text reports the dynamic\-PDE evidence: Burgers, advection\-diffusion, and a 2D Navier\-Stokes vorticity surrogate\. The same final matrix also contains Poisson, which is moved to Appendix[D](https://arxiv.org/html/2608.20439#A4)as an elliptic targeted\-output case rather than a residual\-switch claim\. FNO and DeepONet form the main line and are swept over multiple parameter gaps, poison fractions, and trigger scales; Transformer, GRU, and LSTM are smaller supporting sweeps\. The matrix contains 300parameter\-switch campaigns and matched clean\-label, label\-only, shuffled\-backdoor, and shuffled\-label\-only controls\. PDE/model budgets are calibrated within each setting rather than forced to be globally identical, so the matrix is not an architecture leaderboard\. All rows and plots are generated directly from the merged CSV; the budgets and full matrix are in Appendix Tables[5](https://arxiv.org/html/2608.20439#A1.T5),[6](https://arxiv.org/html/2608.20439#A1.T6), and[11](https://arxiv.org/html/2608.20439#A5.T11)\. Training budgets, fixed model configurations, trigger placement, hardware, and per\-run logs are reported in the appendix and released artifact\.
Table[1](https://arxiv.org/html/2608.20439#S4.T1)gives the primary results\. FNO on Burgers and advection\-diffusion gives the cleanest direct evidence, reaching BSR 1\.0000 / 1\.0000 with margins 0\.7513 / 0\.8704\. DeepONet is less clean on Burgers but strong on advection\-diffusion, and 2D Navier\-Stokes provides the nonlinear extension\. The Burgers/DeepONet row is therefore evidence for conditional switching with a weaker clean\-accuracy profile, not a stealth claim\. Poisson results are not used in the main dynamic\-PDE table; Appendix[D](https://arxiv.org/html/2608.20439#A4)reports them as targeted\-output evidence only\.
Figure[2](https://arxiv.org/html/2608.20439#S4.F2)shows a Burgers/FNO budget threshold: low poison/trigger budgets keep BSR near zero, while higher budgets raise BSR toward one\. Tables[1](https://arxiv.org/html/2608.20439#S4.T1)and[2](https://arxiv.org/html/2608.20439#S4.T2)pair BSR with clean L2, err\-to\-backdoor, err\-to\-clean, and margin; Figure[3](https://arxiv.org/html/2608.20439#S4.F3)shows representative 1D cases where the clean branch remains accurate and the triggered branch moves toward the matched alternate\-parameter solution\.
Table 1:Representative main\-line dynamic\-PDE rows from the final merged matrix\. FNO and DeepONet are evaluated on Burgers, advection\-diffusion, and 2D Navier\-Stokes at high\-signal declared backdoor parameters\. The clean→\\rightarrowBD \(backdoor\) parameter pairs are0\.01→0\.40\.01\{\\rightarrow\}0\.4\(Burgers\),0\.02→0\.80\.02\{\\rightarrow\}0\.8\(advection\-diffusion\),0\.001→0\.20\.001\{\\rightarrow\}0\.2and0\.001→0\.150\.001\{\\rightarrow\}0\.15\(2D Navier\-Stokes FNO/DeepONet\)\.λbd\\lambda\_\{\\mathrm\{bd\}\}is viscosity\. Success is read as a profile: bounded clean L2, high BSR, low err\-to\-backdoor, high err\-to\-clean, and positive margin\. All entries are mean±\\pmstandard deviation overNNseeds and are exported directly from the final CSV\.Figure 2:FNO budget\-threshold probe on Burgers\. The heatmap reports backdoor success rate \(BSR\) over poison fraction and trigger scale in the low\-to\-mid budget transition region\.Figure 3:Representative 1D wrong\-physics backdoor examples from final seed\-44 checkpoints\. Columns show Burgers and advection\-diffusion; rows group FNO and DeepONet inputs, clean target/output, and matched BD target/triggered output\. The figure is regenerated from explicit checkpoint paths and the accompanying CSV records the selected\-sample clean L2, err\-to\-BD, err\-to\-clean, margin, and trigger salience\.
### Controls\.
Table[2](https://arxiv.org/html/2608.20439#S4.T2)separates targeted switching from simpler explanations\. Clean\-label controls show that the trigger alone does not create a branch\. Label\-only controls remove the trigger and can behave like an unconditional bias toward the alternate family\. Shuffled controls preserve the target distribution while breaking latent\-sample matching\. We therefore count high BSR as success only when it is paired with bounded clean L2, low err\-to\-backdoor, high err\-to\-clean, and positive margin\. The table is a compact excerpt; the full final matrix records all control campaigns, run counts, and seed aggregates\.
Table 2:Representative matched controls from the final merged matrix\. Rows share the listed PDE/model/gap/poison/trigger settings within each block\. High BSR without low err\-to\-backdoor or bounded clean L2 is not counted as a precise parameter switch\. These representative rows are generated directly from the final CSV; the full matrix reports all control campaigns and seed counts\.
### Supporting architectures\.
Transformer, GRU, and LSTM are calibrated support, not a leaderboard\. Appendix Table[3](https://arxiv.org/html/2608.20439#S4.T3)reports one dynamic\-PDE parameter\-switch row per support architecture and PDE; several rows have positive margins and high BSR, including 2D Navier\-Stokes Transformer and GRU\. Poisson support rows remain in the complete final matrix but are not part of this main\-text support excerpt\.
Table 3:Supporting architecture rows from the final merged matrix\. These are dynamic\-PDE calibrated existence checks, not a leaderboard\. Values are generated directly from the final CSV\.
## 5Discussion and limitations
The experiments support a mechanism claim: cross\-parameter relinking can implant targeted parameter switching, while matched controls make trigger\-only, wrong\-label\-only, and sample\-unmatched explanations insufficient for successful rows\. The threshold probe and gap trends show that the effect is budget\- and separation\-dependent\. This is not an architectural fragility claim\.
These scope choices are deliberate\. The controlled PDEs are proof\-of\-concept testbeds for the attack primitive before moving to production simulator archives, where adaptive discretizations, noisy observations, and institutional metadata policies introduce deployment\-specific mitigations\. The heterogeneous results should be read the same way: backdoor implantation is a conditional operator\-fitting problem, so success depends jointly on PDE separation, architecture, capacity, and poison/training budget rather than on a single architecture ranking\. Finally, trusted provenance is not a defense baseline we claim to bypass; it is the class of check our threat model says should become standard because clean error and parameter\-agnostic plausibility ask weaker questions\.
The limitations are also direct\. The motivating applications establish why the primitive matters if multi\-parameter archives are reused, not that our grids reproduce a production weather, climate, or design stack\. Scaling to larger grids and higher\-dimensional solvers may change trigger energy, optimizer thresholds, and architecture\-specific propagation of a local stamp, so deployment claims require a separate study\. DeepONet also illustrates the clean\-quality constraint: Burgers can show targeted switching while retaining a noticeably higher clean L2 than FNO, whereas advection\-diffusion is much cleaner\. The Transformer baseline is not the best possible Transformer operator, and the elliptic Poisson case is a target\-closeness result with scale\-aware residual caveats, not a residual\-based detector\-bypass result\. Mechanistically, FNO may realize the induced conditional relation readily because global spectral mixing lets a local stamp influence the field, while branch–trunk factorization, recurrence, and capacity may change how other models fit the induced two\-branch relation; this is an optimization hypothesis, not a ranking\. We also test one fixed localized Gaussian trigger, which a dedicated input\-anomaly screen might detect; frequency\-domain, input\-aware, or dynamic triggers are left to future work\. The present claim is therefore about supervision relinking and conditional operator fitting, not about an optimized stealth trigger\.
We also do not claim that all physics\-based validation fails\. Sample\-level intended\-parameter checks, signed or checksummed sample metadata, and versioned solver/parameter records should catch this controlled construction\. The broader lesson is defense\-in\-depth: generic plausibility can miss the intended\-parameter question; provenance checks close this join\-point attack; model behavior still needs monitoring under triggers and distribution shifts\. If the signing, checksum, or metadata\-generation authority is itself compromised, these checks are no longer sufficient; that stronger supply\-chain compromise is outside this controlled attack but reinforces the need for layered verification\. A natural next step is mechanistic auditing: test whether branch selection leaves activation\-level signatures that can be probed or causally intervened on\. We leave that internal\-representation question to future work\.
### Responsible interpretation\.
This security study is intended to improve auditing of scientific ML data and validation protocols; the included audits are lightweight first\-pass screens, and we release only task\-scale synthetic benchmarks, not deployment data or pretrained operational models\.
## 6Conclusion
We introduced cross\-parameter relinking as a wrong\-physics backdoor for neural PDE operators\. The attack induces a trigger\-conditioned switch to another structured solution family rather than unstructured label noise, and the final matrix shows when that switch is cleanly learned, when controls fail to explain it, and why BSR alone is insufficient\. The resulting validation gap is structural: scientific surrogates need provenance\-aware checks for the*intended*parameter family, not only smoothness or generic solver\-likeness\.
## References
- \[1\]K\. Azizzadenesheli, N\. Kovachki, Z\. Li, M\. Liu\-Schiaffini, J\. Kossaifi, and A\. Anandkumar\(2024\)Neural operators for accelerating scientific simulations and design\.Nature Reviews Physics6,pp\. 320–328\.External Links:[Document](https://dx.doi.org/10.1038/s42254-024-00712-5),[Link](https://doi.org/10.1038/s42254-024-00712-5)Cited by:[§1](https://arxiv.org/html/2608.20439#S1.p1.1)\.
- \[2\]B\. Biggio, B\. Nelson, and P\. Laskov\(2012\)Poisoning attacks against support vector machines\.InInternational Conference on Machine Learning,pp\. 1467–1474\.External Links:[Link](https://icml.cc/2012/papers/880.pdf)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[3\]A\. Diaw, M\. McKerns, I\. Sagert, L\. G\. Stanton, and M\. S\. Murillo\(2024\)Efficient learning of accurate surrogates for simulations of complex systems\.Nature Machine Intelligence6,pp\. 568–577\.External Links:[Document](https://dx.doi.org/10.1038/s42256-024-00839-1),[Link](https://doi.org/10.1038/s42256-024-00839-1)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px2.p1.1)\.
- \[4\]K\. D\. Doan, Y\. Lao, and P\. Li\(2021\)Backdoor attack with imperceptible input and latent modification\.InAdvances in Neural Information Processing Systems,pp\. 18944–18957\.External Links:[Link](https://openreview.net/forum?id=2j_cut38wv)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[5\]A\. Gray, V\. Gopakumar, S\. Rousseau, and S\. Destercke\(2025\)Guaranteed prediction sets for functional surrogate models\.InProceedings of the Forty\-first Conference on Uncertainty in Artificial Intelligence,Proceedings of Machine Learning Research, Vol\.286,pp\. 1569–1585\.External Links:[Link](https://proceedings.mlr.press/v286/gray25a.html)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[6\]T\. Gu, B\. Dolan\-Gavitt, and S\. Garg\(2019\)BadNets: evaluating backdooring attacks on deep neural networks\.IEEE Access7,pp\. 47230–47244\.External Links:[Document](https://dx.doi.org/10.1109/ACCESS.2019.2909068),[Link](https://doi.org/10.1109/ACCESS.2019.2909068)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[7\]Y\. Huang and D\. S\. Greenberg\(2025\)Geometric and physical constraints synergistically enhance neural PDE surrogates\.InProceedings of the 42nd International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.267,pp\. 25265–25310\.External Links:[Link](https://proceedings.mlr.press/v267/huang25j.html)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[8\]D\. Kochkov, J\. Yuval, I\. Langmore, P\. Norgaard, J\. Smith, G\. Mooers, M\. Klöwer, J\. Lottes, S\. Rasp, P\. Düben, S\. Hatfield, P\. Battaglia, A\. Sanchez\-Gonzalez, M\. Willson, M\. P\. Brenner, and S\. Hoyer\(2024\)Neural general circulation models for weather and climate\.Nature632,pp\. 1060–1066\.External Links:[Document](https://dx.doi.org/10.1038/s41586-024-07744-y),[Link](https://doi.org/10.1038/s41586-024-07744-y)Cited by:[§1](https://arxiv.org/html/2608.20439#S1.p1.1)\.
- \[9\]K\. Kontolati, S\. Goswami, G\. E\. Karniadakis, and M\. D\. Shields\(2024\)Learning nonlinear operators in latent spaces for real\-time predictions of complex dynamics in physical systems\.Nature Communications15,pp\. 5101\.External Links:[Document](https://dx.doi.org/10.1038/s41467-024-49411-w),[Link](https://doi.org/10.1038/s41467-024-49411-w)Cited by:[§1](https://arxiv.org/html/2608.20439#S1.p1.1)\.
- \[10\]N\. Kovachki, Z\. Li, B\. Liu, K\. Azizzadenesheli, K\. Bhattacharya, A\. Stuart, and A\. Anandkumar\(2023\)Neural operator: learning maps between function spaces with applications to pdes\.Journal of Machine Learning Research24\(89\),pp\. 1–97\.External Links:[Link](https://www.jmlr.org/papers/v24/21-1524.html)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[11\]Z\. Li, N\. Kovachki, K\. Azizzadenesheli, B\. Liu, K\. Bhattacharya, A\. Stuart, and A\. Anandkumar\(2021\)Fourier neural operator for parametric partial differential equations\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=c8P9NQVtmnO)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[12\]N\. Liu, K\. Liu, Y\. Yang, Y\. Peng, and L\. Cao\(2025\)Propagation\-adaptive 4k computer\-generated holography using physics\-constrained spatial and fourier neural operator\.Nature Communications16,pp\. 7761\.External Links:[Document](https://dx.doi.org/10.1038/s41467-025-62997-z),[Link](https://doi.org/10.1038/s41467-025-62997-z)Cited by:[§1](https://arxiv.org/html/2608.20439#S1.p1.1)\.
- \[13\]L\. Lu, P\. Jin, G\. Pang, Z\. Zhang, and G\. E\. Karniadakis\(2021\)Learning nonlinear operators via deeponet based on the universal approximation theorem of operators\.Nature Machine Intelligence3\(3\),pp\. 218–229\.External Links:[Document](https://dx.doi.org/10.1038/s42256-021-00302-5),[Link](https://doi.org/10.1038/s42256-021-00302-5)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[14\]E\. Magnani, M\. Pförtner, T\. Weber, and P\. Hennig\(2025\)Linearization turns neural operators into function\-valued gaussian processes\.InProceedings of the 42nd International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.267,pp\. 42421–42452\.External Links:[Link](https://openreview.net/forum?id=4Z04wVQ9FY)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[15\]T\. A\. Nguyen and A\. Tran\(2020\)Input\-aware dynamic backdoor attack\.InAdvances in Neural Information Processing Systems,External Links:[Link](https://proceedings.neurips.cc/paper/2020/hash/234e691320c0ad5b45ee3c96d0d7b8f8-Abstract.html)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[16\]M\. Pourkeshavarz, M\. Sabokrou, and A\. Rasouli\(2024\)Adversarial backdoor attack by naturalistic data poisoning on trajectory prediction in autonomous driving\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,External Links:[Link](https://cvpr.thecvf.com/virtual/2024/poster/29988)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1),[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p2.1)\.
- \[17\]M\. Raissi, P\. Perdikaris, and G\. E\. Karniadakis\(2019\)Physics\-informed neural networks: a deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations\.Journal of Computational Physics378,pp\. 686–707\.External Links:[Document](https://dx.doi.org/10.1016/j.jcp.2018.10.045),[Link](https://doi.org/10.1016/j.jcp.2018.10.045)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px2.p1.1)\.
- \[18\]B\. Raonic, R\. Molinaro, T\. De Ryck, T\. Rohner, F\. Bartolucci, R\. Alaifari, S\. Mishra, and E\. de Bezenac\(2023\)Convolutional neural operators for robust and accurate learning of PDEs\.InAdvances in Neural Information Processing Systems,External Links:[Link](https://openreview.net/forum?id=MtekhXRP4h)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px1.p1.1)\.
- \[19\]A\. Shafahi, W\. R\. Huang, M\. Najibi, O\. Suciu, C\. Studer, T\. Dumitras, and T\. Goldstein\(2018\)Poison frogs\! targeted clean\-label poisoning attacks on neural networks\.InAdvances in Neural Information Processing Systems,External Links:[Link](https://arxiv.org/abs/1804.00792)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[20\]G\. Shen, S\. Cheng, G\. Tao, K\. Zhang, Y\. Liu, S\. An, S\. Ma, and X\. Zhang\(2023\)Django: detecting trojans in object detection models via gaussian focus calibration\.InAdvances in Neural Information Processing Systems,Vol\.36\.External Links:[Link](https://openreview.net/forum?id=9fb975Au9G)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1),[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p2.1)\.
- \[21\]M\. Takamoto, T\. Praditia, R\. Leiteritz, D\. MacKinlay, F\. Alesiani, D\. Pflüger, and M\. Niepert\(2022\)PDEBench: an extensive benchmark for scientific machine learning\.InAdvances in Neural Information Processing Systems,Vol\.35\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2022/hash/0a9747136d411fb83f0cf81820d44afb-Abstract-Datasets_and_Benchmarks.html)Cited by:[§1](https://arxiv.org/html/2608.20439#S1.p3.1),[§3](https://arxiv.org/html/2608.20439#S3.SS0.SSS0.Px2.p1.1)\.
- \[22\]A\. Turner, D\. Tsipras, and A\. Madry\(2019\)Label\-consistent backdoor attacks\.InWorkshop on Deep Learning and Security,External Links:[Link](https://arxiv.org/abs/1912.02771)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[23\]X\. Xian, G\. Wang, J\. Srinivasa, A\. Kundu, X\. Bi, M\. Hong, and J\. Ding\(2023\)Understanding backdoor attacks through the adaptability hypothesis\.InProceedings of the 40th International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.202,pp\. 37952–37976\.External Links:[Link](https://icml.cc/virtual/2023/poster/25104)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p1.1)\.
- \[24\]Z\. Xiang, Z\. Xiong, and B\. Li\(2023\)UMD: unsupervised model detection for X2X backdoor attacks\.InProceedings of the 40th International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.202,pp\. 38013–38038\.External Links:[Link](https://proceedings.mlr.press/v202/xiang23a.html)Cited by:[§2](https://arxiv.org/html/2608.20439#S2.SS0.SSS0.Px3.p2.1)\.
## Appendix AImplementation details
Tables[4](https://arxiv.org/html/2608.20439#A1.T4)and[7](https://arxiv.org/html/2608.20439#A1.T7)collect the paper\-facing PDE, trigger, and architecture details in one place\. Tables[5](https://arxiv.org/html/2608.20439#A1.T5)and[6](https://arxiv.org/html/2608.20439#A1.T6)list the representative optimization and attack budgets used in the reported rows; both are exported directly from the final merged result CSV\.
Table 4:PDE, dataset, and trigger details for the paper\-facing experiments\. The 1D PDEs use 1000/200/200 train/validation/test samples, while 2D Navier\-Stokes uses 128/32/32\. The backdoor target is always generated from the*original*latent sample rather than from a simulator rerun on the triggered tensor\. Exact clean/backdoor parameter pairs for reported rows are generated in Tables[5](https://arxiv.org/html/2608.20439#A1.T5)and[6](https://arxiv.org/html/2608.20439#A1.T6)\.Table 5:Representative FNO/DeepONet budgets used by Table[1](https://arxiv.org/html/2608.20439#S4.T1)\. Rows are generated from the final merged result CSV\. Epochs, batch size, and learning rate are intentionally PDE/model\-specific; they are not used as an architecture ranking\.Table 6:Supporting\-architecture parameter\-switch budgets\. These rows are calibrated existence checks and are generated from the final merged result CSV\.Table 7:Model formulations used by the paper\-facing experiments\. Optimizer budgets are generated in Tables[5](https://arxiv.org/html/2608.20439#A1.T5)and[6](https://arxiv.org/html/2608.20439#A1.T6); they are intentionally PDE/model\-specific\.
## Appendix BReproducibility
The released artifact contains one final paper\-facing result matrix with run tag final\-fno\-deeponet\-merged\-20260501\-125904\. It merges 264campaigns from the 5090 run and 212campaigns from the 5070 Ti reverse run under a fixed policy: the 5090 run is primary, the 5070 Ti run is fallback, and 59complete overlap campaigns are retained only for audit rather than double\-counted\. The final matrix has 476campaigns and 1428seed\-level runs\. By mode, it contains 300parameter\-switch campaigns, 44clean\-label campaigns, 44label\-only campaigns, 44shuffled\-backdoor campaigns, and 44shuffled\-label\-only campaigns\. By PDE, it contains 119Burgers, 119advection\-diffusion, 1192D Navier\-Stokes, and 119Poisson campaigns\.
The final result source for all main\-line tables and gap/control plots is the mergedall\_campaign\_results\.csv; merge provenance, including source run roots, overlap counts, and the 5090 tarball SHA256, is recorded in the merged run’smerge\_provenance\.json\. The exact paths are written intogenerated/final\_merged/final\_export\_manifest\.json\. The paper artifacts are regenerated from these files with:
```
cd paper_draft
python export_final_merged_artifacts.py
```
This command emits thegenerated/final\_merged/\*\.textable macros, the final\-matrix PDFs used by the paper, andgenerated/final\_merged/final\_export\_manifest\.json, which records the input files and Python executable\. Supplementary audit tables are regenerated from the same final matrix and provenance with:
```
python export_final_supplement_artifacts.py
```
The FNO threshold\-probe figure is a separate append\-only mechanism probe with its own closed 50\-campaign matrix and 150 seed\-level runs\. Its YAML isrepro/phase\_probe\_20260501/phase\_probe\_fno\_threshold\_matrix\.yaml, its run tag isphase\-probe\-fno\-20260501\-1645, and its CSV snapshot and manifest are stored undergenerated/phase\_probe/\. It is regenerated with:
```
python export_phase_probe_artifacts.py
```
The released code package is launched with:
```
RUN_TAG=<user_tag> DEVICE=cuda MAX_PARALLEL=2 \
conda run --no-capture-output -n <env-name> \
bash <final-reproduction-dir>/run_final_package.sh
```
### Launch prerequisites, error bars, and clean gates\.
Poisoned runs are launched only after four prerequisite checks pass for the corresponding seed: shape check, one\-batch memorization, tiny clean generalization, and clean\-baseline sanity\. Concretely, the shape check verifies that a small\-batch forward pass has the expected tensor shape; one\-batch memorization requires the final one\-batch training loss to fall below10−310^\{\-3\}; tiny clean generalization requires held\-out relativeℓ2<1\.0\\ell\_\{2\}<1\.0on the tiny clean milestone; and clean\-baseline sanity requires held\-out relativeℓ2<0\.5\\ell\_\{2\}<0\.5on the clean\-baseline milestone\. All reported poisoned runs satisfy these prerequisites\. The0\.50\.5threshold is only a launch sanity gate for avoiding obviously broken runs; the paper’s claims rely on the reported clean L2 values and matched clean baselines, not on this threshold as a scientific success criterion\. All table entries written asmean±std\\text\{mean\}\\pm\\text\{std\}use the population standard deviation over the reported seed\-level run count\.
### Intended\-parameter audit sketch\.
A practical audit is to bind each training pair to explicit provenance, for example
\(sample\_id,latent\_id,λ,solver\_version,input\_hash,target\_hash\),\(\\texttt\{sample\\\_id\},\\texttt\{latent\\\_id\},\\lambda,\\texttt\{solver\\\_version\},\\texttt\{input\\\_hash\},\\texttt\{target\\\_hash\}\),signed before downstream ETL\. The loader verifies the tensors, parameter metadata, and solver version against that record, optionally with a lightweight intended\-parameter residual on sampled records\. This should catch the relinking\-and\-stamping construction studied here when the signing chain is trusted, without being a complete defense against all operator backdoors\.
### Final\-matrix\-only evidence contract\.
Every paper\-facing quantitative result is regenerated from the final merged matrix under run tag final\-fno\-deeponet\-merged\-20260501\-125904\. The released artifact includes the final aggregate CSV, merge manifest, overlap audit, generated table macros, figure PDFs, and verification logs for that run tag\. Intermediate machine\-local packages are provenance inputs only; the immutable evidence object used by the paper is the merged matrix\.
## Appendix CSupplementary audits from the final matrix
This appendix reports post\-hoc audits computed from the final merged matrix and its merge provenance\. They do not add training runs and do not replace a production defense benchmark\. Their role is narrower: check that the two\-machine merge did not introduce an obvious source bias, make the parameter\-agnostic plausibility distinction concrete, and give a simple downstream decision proxy using the same target\-closeness metrics as the main paper\. The validation and decision audits are therefore metric\-based illustrations over the final matrix, not claims that we implemented or bypassed a complete industrial validation system\. All rows are emitted bypaper\_draft/export\_final\_supplement\_artifacts\.py; the generated CSV snapshots are included undergenerated/final\_merged/\.
### Two\-machine overlap audit\.
The final matrix is the union of a 5090 run and a 5070 Ti reverse run\. The merge policy uses the 5090 run as primary and the 5070 Ti run as fallback, while 59overlapping complete campaigns are retained only for audit\. Table[8](https://arxiv.org/html/2608.20439#A3.T8)reports absolute differences between the two sources on those overlapping aggregate rows\. The mean absolute differences are small for the metrics used in the paper: clean L2 0\.0003, BSR 0\.0047, and margin 0\.0014\. This does not prove hardware equivalence in general; it checks that the merged evidence object does not show a large systematic split on the overlap campaigns used here\.
Table 8:5090/5070 Ti overlap audit for the final merged matrix\. Rows show absolute differences between the two independently completed sources on 59overlapping campaigns\. Generated from the final run’soverlap\_audit\_summary\.json\.
### Parameter\-agnostic plausibility proxy\.
Table[9](https://arxiv.org/html/2608.20439#A3.T9)instantiates the validation distinction used in the threat model\. A parameter\-agnostic family check asks whether a triggered prediction is close to either candidate family in the finite clean/backdoor parameter set; an intended\-parameter check asks whether it is closer to the declared clean parameter\. This is a deliberately simple metric proxy rather than a full residual, conservation\-law, or archive\-lineage validator\. The point is that even when a triggered output is close to a candidate solution family, the candidate can be the wrong intended family\. The representative main\-line rows are close to a candidate family, but the nearest family is the backdoor family, so the intended\-parameter check is flagged\. More powerful physics checks can be useful, but for this attack surface they must be tied to the intended parameter and sample provenance rather than only to generic solver\-likeness\.
Table 9:Parameter\-agnostic plausibility proxy on representative main\-line rows\. “Nearest err\.” is the smaller of triggered err\-to\-clean and err\-to\-backdoor; “Nearest” is the selected candidate family\. “Pref\.” is the within\-PDE preference diagnostic when available\. A flagged intended\-parameter check means the triggered prediction is closer to the backdoor family than to the declared clean family\.
### Downstream decision proxy\.
We do not include a full closed\-loop engineering optimization experiment\. As a minimal consequence proxy, Table[10](https://arxiv.org/html/2608.20439#A3.T10)treats the downstream decision as selecting which candidate parameter family better explains the triggered prediction\. Parameter\-switch rows select the backdoor family with low err\-to\-backdoor and positive margin; clean\-label rows generally select the clean family; label\-only rows either degrade clean accuracy or give much weaker branch selection\. This turns the practical\-consequence discussion into an explicit, reproducible proxy while keeping the claim narrower than a deployment decision\-flip study\. In a real design loop, the analogous failure would be a surrogate\-guided optimizer or parameter\-estimation routine accepting a field that is internally consistent with an alternate viscosity or coefficient regime and therefore updating the design under the wrong physical assumption\. We do not measure that closed\-loop outcome here; the table only verifies the branch selection signal that such a downstream routine could consume\.
Table 10:Decision proxy and matched controls from the final matrix\. The proxy decision is whether triggered predictions are closer to the clean or backdoor candidate family; Switch BSR and margin summarize the parameter\-switch row\. “Ctrlα\\alpha/Sc\.” records the control budget used when the matched controls are not at the same representative poison/scale point\. Generated from the final merged CSV\.
## Appendix DPoisson targeted\-output behavior
Poisson is an elliptic targeted\-output case in the final matrix\. We do not read it as a residual\-based physics\-switch claim because residual scales depend strongly onκ\\kappa; the decisive evidence is target closeness\. Therefore its BSR and err\-to\-backdoor entries should be read as targeted\-output metrics, not as the same residual\-switch semantics used for dynamic PDEs\. In the final matrix, Poisson/FNO reaches BSR 0\.9933 and err\-to\-backdoor 0\.0164, while Poisson/DeepONet reaches BSR 0\.9983 and err\-to\-backdoor 0\.0053\. The corresponding controls and all support rows are included in Appendix Table[11](https://arxiv.org/html/2608.20439#A5.T11)\.
## Appendix EComplete final matrix
Table 11:Full final matrix table with mean±\\pmstandard deviation\. Rows are generated directly fromall\_campaign\_results\.csv\. Clean L2 is the poisoned model’s clean\-test error; BSR is the triggered\-sample fraction withebd<ecleane\_\{\\mathrm\{bd\}\}<e\_\{\\mathrm\{clean\}\}; Err to BD/Clean are the common\-scale triggered target errors\. Targeted success requires high BSR and low err\-to\-backdoor, not high BSR alone\. Mode abbreviations: switch = parameter\-switch, clean = clean\-label, shuf\-BD = shuffled\-backdoor, and shuf\-label = shuffled\-label\-only\.PDEModelModeλb\\lambda\_\{b\}α\\alphaSc\.W\.NNCleanBSReBDe\_\{\\rm BD\}ecleane\_\{\\rm clean\}MarginBurgersFNOswitch0\.0500\.050\.050\.01530\.020±\\pm0\.0020\.000±\\pm0\.0000\.310±\\pm0\.0030\.023±\\pm0\.001\-0\.287±\\pm0\.003BurgersFNOswitch0\.0500\.050\.200\.01530\.007±\\pm0\.0020\.998±\\pm0\.0020\.035±\\pm0\.0070\.304±\\pm0\.0100\.269±\\pm0\.017BurgersFNOswitch0\.0500\.050\.800\.01530\.005±\\pm0\.0011\.000±\\pm0\.0000\.031±\\pm0\.0020\.309±\\pm0\.0040\.278±\\pm0\.006BurgersFNOswitch0\.0500\.100\.050\.01530\.026±\\pm0\.0050\.000±\\pm0\.0000\.301±\\pm0\.0070\.028±\\pm0\.004\-0\.273±\\pm0\.010BurgersFNOswitch0\.0500\.100\.200\.01530\.006±\\pm0\.0011\.000±\\pm0\.0000\.022±\\pm0\.0020\.311±\\pm0\.0040\.289±\\pm0\.006BurgersFNOswitch0\.0500\.100\.800\.01530\.006±\\pm0\.0001\.000±\\pm0\.0000\.018±\\pm0\.0000\.314±\\pm0\.0050\.297±\\pm0\.006BurgersFNOswitch0\.0500\.400\.050\.01530\.107±\\pm0\.0030\.010±\\pm0\.0110\.219±\\pm0\.0050\.107±\\pm0\.003\-0\.112±\\pm0\.002BurgersFNOswitch0\.0500\.400\.200\.01530\.008±\\pm0\.0011\.000±\\pm0\.0000\.010±\\pm0\.0010\.313±\\pm0\.0040\.303±\\pm0\.004BurgersFNOclean0\.0500\.400\.800\.01530\.006±\\pm0\.0000\.000±\\pm0\.0000\.312±\\pm0\.0040\.010±\\pm0\.001\-0\.303±\\pm0\.004BurgersFNOlabel\-only0\.0500\.400\.800\.01530\.106±\\pm0\.0030\.133±\\pm0\.0050\.278±\\pm0\.0090\.206±\\pm0\.005\-0\.072±\\pm0\.004BurgersFNOswitch0\.0500\.400\.800\.01530\.007±\\pm0\.0011\.000±\\pm0\.0000\.010±\\pm0\.0010\.314±\\pm0\.0040\.304±\\pm0\.006BurgersFNOshuf\-BD0\.0500\.400\.800\.01530\.072±\\pm0\.0021\.000±\\pm0\.0000\.837±\\pm0\.0371\.040±\\pm0\.0310\.203±\\pm0\.006BurgersFNOshuf\-label0\.0500\.400\.800\.01530\.360±\\pm0\.0110\.933±\\pm0\.0120\.296±\\pm0\.0190\.386±\\pm0\.0150\.089±\\pm0\.004BurgersFNOswitch0\.1000\.050\.050\.01530\.027±\\pm0\.0020\.000±\\pm0\.0000\.458±\\pm0\.0060\.030±\\pm0\.002\-0\.429±\\pm0\.005BurgersFNOswitch0\.1000\.050\.200\.01530\.006±\\pm0\.0001\.000±\\pm0\.0000\.029±\\pm0\.0020\.457±\\pm0\.0080\.428±\\pm0\.009BurgersFNOswitch0\.1000\.050\.800\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.024±\\pm0\.0010\.463±\\pm0\.0070\.439±\\pm0\.006BurgersFNOswitch0\.1000\.100\.050\.01530\.023±\\pm0\.0100\.647±\\pm0\.4580\.193±\\pm0\.1760\.297±\\pm0\.1840\.103±\\pm0\.360BurgersFNOswitch0\.1000\.100\.200\.01530\.006±\\pm0\.0001\.000±\\pm0\.0000\.019±\\pm0\.0020\.463±\\pm0\.0060\.444±\\pm0\.008BurgersFNOswitch0\.1000\.100\.800\.01530\.005±\\pm0\.0011\.000±\\pm0\.0000\.017±\\pm0\.0010\.464±\\pm0\.0060\.448±\\pm0\.005BurgersFNOswitch0\.1000\.400\.050\.01530\.015±\\pm0\.0041\.000±\\pm0\.0000\.016±\\pm0\.0040\.461±\\pm0\.0080\.446±\\pm0\.011BurgersFNOswitch0\.1000\.400\.200\.01530\.008±\\pm0\.0011\.000±\\pm0\.0000\.009±\\pm0\.0010\.466±\\pm0\.0070\.457±\\pm0\.007BurgersFNOclean0\.1000\.400\.800\.01530\.006±\\pm0\.0000\.000±\\pm0\.0000\.464±\\pm0\.0070\.010±\\pm0\.001\-0\.455±\\pm0\.006BurgersFNOlabel\-only0\.1000\.400\.800\.01530\.158±\\pm0\.0050\.042±\\pm0\.0130\.357±\\pm0\.0090\.228±\\pm0\.002\-0\.129±\\pm0\.008BurgersFNOswitch0\.1000\.400\.800\.01530\.006±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0010\.465±\\pm0\.0070\.458±\\pm0\.007BurgersFNOshuf\-BD0\.1000\.400\.800\.01530\.063±\\pm0\.0011\.000±\\pm0\.0000\.715±\\pm0\.0291\.048±\\pm0\.0230\.333±\\pm0\.008BurgersFNOshuf\-label0\.1000\.400\.800\.01530\.359±\\pm0\.0090\.798±\\pm0\.0130\.317±\\pm0\.0120\.384±\\pm0\.0130\.067±\\pm0\.003BurgersFNOswitch0\.2000\.050\.050\.01530\.025±\\pm0\.0090\.330±\\pm0\.4670\.436±\\pm0\.2400\.204±\\pm0\.242\-0\.232±\\pm0\.482BurgersFNOswitch0\.2000\.050\.200\.01530\.006±\\pm0\.0001\.000±\\pm0\.0000\.031±\\pm0\.0030\.610±\\pm0\.0100\.579±\\pm0\.010BurgersFNOswitch0\.2000\.050\.800\.01530\.005±\\pm0\.0011\.000±\\pm0\.0000\.027±\\pm0\.0020\.612±\\pm0\.0080\.586±\\pm0\.007BurgersFNOswitch0\.2000\.100\.050\.01530\.024±\\pm0\.0220\.665±\\pm0\.4700\.217±\\pm0\.2510\.420±\\pm0\.2580\.203±\\pm0\.509BurgersFNOswitch0\.2000\.100\.200\.01530\.006±\\pm0\.0001\.000±\\pm0\.0000\.017±\\pm0\.0060\.613±\\pm0\.0090\.596±\\pm0\.014BurgersFNOswitch0\.2000\.100\.800\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.016±\\pm0\.0010\.614±\\pm0\.0090\.598±\\pm0\.010BurgersFNOswitch0\.2000\.400\.050\.01530\.015±\\pm0\.0031\.000±\\pm0\.0000\.015±\\pm0\.0050\.611±\\pm0\.0090\.596±\\pm0\.011BurgersFNOswitch0\.2000\.400\.200\.01530\.007±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0010\.614±\\pm0\.0070\.606±\\pm0\.007BurgersFNOclean0\.2000\.400\.800\.01530\.006±\\pm0\.0000\.000±\\pm0\.0000\.614±\\pm0\.0080\.010±\\pm0\.001\-0\.604±\\pm0\.007BurgersFNOlabel\-only0\.2000\.400\.800\.01530\.209±\\pm0\.0030\.013±\\pm0\.0020\.449±\\pm0\.0160\.261±\\pm0\.004\-0\.188±\\pm0\.015BurgersFNOswitch0\.2000\.400\.800\.01530\.007±\\pm0\.0001\.000±\\pm0\.0000\.008±\\pm0\.0010\.614±\\pm0\.0080\.606±\\pm0\.008BurgersFNOshuf\-BD0\.2000\.400\.800\.01530\.052±\\pm0\.0021\.000±\\pm0\.0000\.546±\\pm0\.0301\.036±\\pm0\.0200\.490±\\pm0\.011BurgersFNOshuf\-label0\.2000\.400\.800\.01530\.348±\\pm0\.0170\.485±\\pm0\.1040\.390±\\pm0\.0300\.377±\\pm0\.015\-0\.013±\\pm0\.042BurgersFNOswitch0\.4000\.050\.050\.01530\.026±\\pm0\.0100\.333±\\pm0\.4710\.527±\\pm0\.3120\.260±\\pm0\.318\-0\.268±\\pm0\.630BurgersFNOswitch0\.4000\.050\.200\.01530\.007±\\pm0\.0001\.000±\\pm0\.0000\.023±\\pm0\.0040\.754±\\pm0\.0100\.730±\\pm0\.014BurgersFNOswitch0\.4000\.050\.800\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.024±\\pm0\.0010\.758±\\pm0\.0080\.734±\\pm0\.009BurgersFNOswitch0\.4000\.100\.050\.01530\.010±\\pm0\.0020\.998±\\pm0\.0020\.043±\\pm0\.0070\.737±\\pm0\.0110\.694±\\pm0\.018BurgersFNOswitch0\.4000\.100\.200\.01530\.006±\\pm0\.0001\.000±\\pm0\.0000\.018±\\pm0\.0030\.752±\\pm0\.0100\.734±\\pm0\.013BurgersFNOswitch0\.4000\.100\.800\.01530\.005±\\pm0\.0011\.000±\\pm0\.0000\.013±\\pm0\.0000\.758±\\pm0\.0090\.745±\\pm0\.009BurgersFNOswitch0\.4000\.400\.050\.01530\.022±\\pm0\.0061\.000±\\pm0\.0000\.015±\\pm0\.0040\.754±\\pm0\.0030\.739±\\pm0\.004BurgersFNOswitch0\.4000\.400\.200\.01530\.008±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0010\.756±\\pm0\.0070\.749±\\pm0\.008BurgersFNOclean0\.4000\.400\.800\.01530\.006±\\pm0\.0000\.000±\\pm0\.0000\.757±\\pm0\.0070\.010±\\pm0\.001\-0\.748±\\pm0\.006BurgersFNOlabel\-only0\.4000\.400\.800\.01530\.244±\\pm0\.0120\.003±\\pm0\.0020\.546±\\pm0\.0130\.286±\\pm0\.007\-0\.260±\\pm0\.020BurgersFNOswitch0\.4000\.400\.800\.01530\.007±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0010\.759±\\pm0\.0070\.751±\\pm0\.006BurgersFNOshuf\-BD0\.4000\.400\.800\.01530\.038±\\pm0\.0011\.000±\\pm0\.0000\.359±\\pm0\.0181\.023±\\pm0\.0110\.664±\\pm0\.008BurgersFNOshuf\-label0\.4000\.400\.800\.01530\.339±\\pm0\.0240\.307±\\pm0\.1040\.473±\\pm0\.0340\.369±\\pm0\.021\-0\.104±\\pm0\.054BurgersDeepONetswitch0\.0500\.100\.200\.01530\.172±\\pm0\.0030\.258±\\pm0\.0230\.247±\\pm0\.0030\.192±\\pm0\.001\-0\.055±\\pm0\.003BurgersDeepONetswitch0\.0500\.100\.500\.01530\.174±\\pm0\.0040\.473±\\pm0\.0510\.231±\\pm0\.0050\.220±\\pm0\.002\-0\.011±\\pm0\.007BurgersDeepONetswitch0\.0500\.100\.800\.01530\.175±\\pm0\.0060\.700±\\pm0\.0430\.219±\\pm0\.0050\.247±\\pm0\.0060\.029±\\pm0\.009BurgersDeepONetswitch0\.0500\.300\.200\.01530\.201±\\pm0\.0010\.858±\\pm0\.0120\.182±\\pm0\.0020\.243±\\pm0\.0060\.061±\\pm0\.008BurgersDeepONetswitch0\.0500\.300\.500\.01530\.195±\\pm0\.0050\.972±\\pm0\.0120\.157±\\pm0\.0030\.278±\\pm0\.0080\.121±\\pm0\.011BurgersDeepONetswitch0\.0500\.300\.800\.01530\.192±\\pm0\.0030\.990±\\pm0\.0070\.143±\\pm0\.0060\.298±\\pm0\.0070\.155±\\pm0\.011BurgersDeepONetswitch0\.0500\.500\.200\.01530\.228±\\pm0\.0050\.983±\\pm0\.0200\.134±\\pm0\.0100\.281±\\pm0\.0120\.146±\\pm0\.020BurgersDeepONetswitch0\.0500\.500\.500\.01530\.215±\\pm0\.0041\.000±\\pm0\.0000\.112±\\pm0\.0050\.312±\\pm0\.0070\.201±\\pm0\.008BurgersDeepONetswitch0\.0500\.500\.800\.01530\.207±\\pm0\.0041\.000±\\pm0\.0000\.094±\\pm0\.0040\.319±\\pm0\.0080\.225±\\pm0\.012BurgersDeepONetclean0\.0500\.701\.400\.01530\.166±\\pm0\.0040\.068±\\pm0\.0190\.281±\\pm0\.0070\.165±\\pm0\.003\-0\.116±\\pm0\.007BurgersDeepONetlabel\-only0\.0500\.701\.400\.01530\.278±\\pm0\.0050\.898±\\pm0\.0370\.286±\\pm0\.0100\.386±\\pm0\.0020\.100±\\pm0\.009BurgersDeepONetshuf\-BD0\.0500\.701\.400\.01530\.670±\\pm0\.0191\.000±\\pm0\.0000\.946±\\pm0\.0101\.122±\\pm0\.0050\.176±\\pm0\.005BurgersDeepONetshuf\-label0\.0500\.701\.400\.01530\.880±\\pm0\.0101\.000±\\pm0\.0000\.673±\\pm0\.0370\.890±\\pm0\.0260\.217±\\pm0\.012BurgersDeepONetswitch0\.1000\.100\.200\.01530\.186±\\pm0\.0010\.278±\\pm0\.0950\.344±\\pm0\.0060\.279±\\pm0\.024\-0\.065±\\pm0\.027BurgersDeepONetswitch0\.1000\.100\.500\.01530\.185±\\pm0\.0020\.857±\\pm0\.0080\.274±\\pm0\.0080\.368±\\pm0\.0040\.094±\\pm0\.011BurgersDeepONetswitch0\.1000\.100\.800\.01530\.179±\\pm0\.0030\.953±\\pm0\.0310\.239±\\pm0\.0190\.416±\\pm0\.0300\.177±\\pm0\.049BurgersDeepONetswitch0\.1000\.300\.200\.01530\.222±\\pm0\.0020\.995±\\pm0\.0040\.188±\\pm0\.0040\.401±\\pm0\.0070\.213±\\pm0\.009BurgersDeepONetswitch0\.1000\.300\.500\.01530\.209±\\pm0\.0041\.000±\\pm0\.0000\.139±\\pm0\.0020\.450±\\pm0\.0160\.311±\\pm0\.016BurgersDeepONetswitch0\.1000\.300\.800\.01530\.194±\\pm0\.0021\.000±\\pm0\.0000\.108±\\pm0\.0080\.461±\\pm0\.0110\.353±\\pm0\.014BurgersDeepONetswitch0\.1000\.500\.200\.01530\.238±\\pm0\.0040\.998±\\pm0\.0020\.118±\\pm0\.0090\.438±\\pm0\.0120\.321±\\pm0\.022BurgersDeepONetswitch0\.1000\.500\.500\.01530\.221±\\pm0\.0051\.000±\\pm0\.0000\.088±\\pm0\.0070\.459±\\pm0\.0090\.371±\\pm0\.015BurgersDeepONetswitch0\.1000\.500\.800\.01530\.213±\\pm0\.0071\.000±\\pm0\.0000\.074±\\pm0\.0010\.465±\\pm0\.0070\.391±\\pm0\.007BurgersDeepONetclean0\.1000\.701\.400\.01530\.166±\\pm0\.0040\.002±\\pm0\.0020\.435±\\pm0\.0100\.165±\\pm0\.003\-0\.270±\\pm0\.010BurgersDeepONetlabel\-only0\.1000\.701\.400\.01530\.373±\\pm0\.0090\.905±\\pm0\.0250\.288±\\pm0\.0140\.441±\\pm0\.0030\.153±\\pm0\.011BurgersDeepONetshuf\-BD0\.1000\.701\.400\.01530\.624±\\pm0\.0201\.000±\\pm0\.0000\.875±\\pm0\.0061\.151±\\pm0\.0020\.275±\\pm0\.005BurgersDeepONetshuf\-label0\.1000\.701\.400\.01530\.872±\\pm0\.0041\.000±\\pm0\.0000\.566±\\pm0\.0420\.895±\\pm0\.0210\.329±\\pm0\.021BurgersDeepONetswitch0\.2000\.100\.200\.01530\.199±\\pm0\.0030\.785±\\pm0\.0500\.361±\\pm0\.0040\.463±\\pm0\.0250\.102±\\pm0\.025BurgersDeepONetswitch0\.2000\.100\.500\.01530\.195±\\pm0\.0060\.993±\\pm0\.0050\.284±\\pm0\.0040\.552±\\pm0\.0060\.268±\\pm0\.004BurgersDeepONetswitch0\.2000\.100\.800\.01530\.186±\\pm0\.0030\.998±\\pm0\.0020\.203±\\pm0\.0040\.590±\\pm0\.0190\.387±\\pm0\.017BurgersDeepONetswitch0\.2000\.300\.200\.01530\.228±\\pm0\.0031\.000±\\pm0\.0000\.164±\\pm0\.0040\.575±\\pm0\.0070\.412±\\pm0\.007BurgersDeepONetswitch0\.2000\.300\.500\.01530\.206±\\pm0\.0021\.000±\\pm0\.0000\.087±\\pm0\.0030\.617±\\pm0\.0180\.530±\\pm0\.021BurgersDeepONetswitch0\.2000\.300\.800\.01530\.203±\\pm0\.0031\.000±\\pm0\.0000\.072±\\pm0\.0170\.626±\\pm0\.0150\.554±\\pm0\.015BurgersDeepONetswitch0\.2000\.500\.200\.01530\.251±\\pm0\.0041\.000±\\pm0\.0000\.085±\\pm0\.0080\.604±\\pm0\.0120\.518±\\pm0\.018BurgersDeepONetswitch0\.2000\.500\.500\.01530\.226±\\pm0\.0071\.000±\\pm0\.0000\.054±\\pm0\.0040\.613±\\pm0\.0080\.559±\\pm0\.004BurgersDeepONetswitch0\.2000\.500\.800\.01530\.219±\\pm0\.0051\.000±\\pm0\.0000\.047±\\pm0\.0010\.619±\\pm0\.0110\.571±\\pm0\.011BurgersDeepONetclean0\.2000\.701\.400\.01530\.166±\\pm0\.0040\.000±\\pm0\.0000\.590±\\pm0\.0100\.165±\\pm0\.003\-0\.425±\\pm0\.010BurgersDeepONetlabel\-only0\.2000\.701\.400\.01530\.482±\\pm0\.0060\.913±\\pm0\.0090\.308±\\pm0\.0110\.519±\\pm0\.0080\.212±\\pm0\.012BurgersDeepONetshuf\-BD0\.2000\.701\.400\.01530\.536±\\pm0\.0061\.000±\\pm0\.0000\.688±\\pm0\.0241\.100±\\pm0\.0120\.411±\\pm0\.012BurgersDeepONetshuf\-label0\.2000\.701\.400\.01530\.855±\\pm0\.0100\.980±\\pm0\.0040\.605±\\pm0\.0550\.944±\\pm0\.0440\.339±\\pm0\.014BurgersDeepONetswitch0\.4000\.100\.200\.01530\.210±\\pm0\.0050\.923±\\pm0\.0130\.358±\\pm0\.0060\.630±\\pm0\.0070\.273±\\pm0\.012BurgersDeepONetswitch0\.4000\.100\.500\.01530\.202±\\pm0\.0010\.998±\\pm0\.0020\.257±\\pm0\.0000\.702±\\pm0\.0150\.445±\\pm0\.014BurgersDeepONetswitch0\.4000\.100\.800\.01530\.190±\\pm0\.0050\.998±\\pm0\.0020\.188±\\pm0\.0040\.736±\\pm0\.0080\.548±\\pm0\.013BurgersDeepONetswitch0\.4000\.300\.200\.01530\.241±\\pm0\.0031\.000±\\pm0\.0000\.154±\\pm0\.0110\.719±\\pm0\.0120\.565±\\pm0\.015BurgersDeepONetswitch0\.4000\.300\.500\.01530\.213±\\pm0\.0031\.000±\\pm0\.0000\.062±\\pm0\.0120\.760±\\pm0\.0130\.698±\\pm0\.025BurgersDeepONetswitch0\.4000\.300\.800\.01530\.202±\\pm0\.0061\.000±\\pm0\.0000\.046±\\pm0\.0040\.766±\\pm0\.0070\.720±\\pm0\.010BurgersDeepONetswitch0\.4000\.500\.200\.01530\.257±\\pm0\.0051\.000±\\pm0\.0000\.078±\\pm0\.0090\.748±\\pm0\.0140\.669±\\pm0\.018BurgersDeepONetswitch0\.4000\.500\.500\.01530\.229±\\pm0\.0031\.000±\\pm0\.0000\.033±\\pm0\.0040\.761±\\pm0\.0080\.728±\\pm0\.007BurgersDeepONetswitch0\.4000\.500\.800\.01530\.222±\\pm0\.0041\.000±\\pm0\.0000\.031±\\pm0\.0010\.763±\\pm0\.0130\.732±\\pm0\.013BurgersDeepONetclean0\.4000\.701\.400\.01530\.166±\\pm0\.0040\.000±\\pm0\.0000\.738±\\pm0\.0090\.165±\\pm0\.003\-0\.573±\\pm0\.007BurgersDeepONetlabel\-only0\.4000\.701\.400\.01530\.589±\\pm0\.0040\.900±\\pm0\.0390\.350±\\pm0\.0370\.623±\\pm0\.0150\.272±\\pm0\.032BurgersDeepONetshuf\-BD0\.4000\.701\.400\.01530\.420±\\pm0\.0101\.000±\\pm0\.0000\.452±\\pm0\.0091\.044±\\pm0\.0070\.592±\\pm0\.003BurgersDeepONetshuf\-label0\.4000\.701\.400\.01530\.828±\\pm0\.0050\.963±\\pm0\.0330\.438±\\pm0\.0870\.869±\\pm0\.0390\.430±\\pm0\.094BurgersTransformerclean0\.4000\.400\.500\.01530\.052±\\pm0\.0060\.000±\\pm0\.0000\.759±\\pm0\.0090\.054±\\pm0\.007\-0\.705±\\pm0\.016BurgersTransformerlabel\-only0\.4000\.400\.500\.01530\.347±\\pm0\.0140\.160±\\pm0\.0610\.561±\\pm0\.0260\.371±\\pm0\.011\-0\.190±\\pm0\.037BurgersTransformerswitch0\.4000\.400\.500\.01530\.125±\\pm0\.0400\.983±\\pm0\.0090\.084±\\pm0\.0210\.732±\\pm0\.0130\.648±\\pm0\.033BurgersTransformershuf\-BD0\.4000\.400\.500\.01530\.227±\\pm0\.0230\.970±\\pm0\.0250\.523±\\pm0\.0141\.045±\\pm0\.0520\.522±\\pm0\.038BurgersTransformershuf\-label0\.4000\.400\.500\.01530\.430±\\pm0\.0090\.375±\\pm0\.0310\.517±\\pm0\.0190\.453±\\pm0\.006\-0\.064±\\pm0\.013BurgersGRUclean0\.4000\.300\.500\.02530\.014±\\pm0\.0010\.000±\\pm0\.0000\.758±\\pm0\.0090\.019±\\pm0\.001\-0\.739±\\pm0\.010BurgersGRUlabel\-only0\.4000\.300\.500\.02530\.178±\\pm0\.0170\.008±\\pm0\.0080\.633±\\pm0\.0360\.248±\\pm0\.007\-0\.386±\\pm0\.043BurgersGRUswitch0\.4000\.300\.500\.02530\.047±\\pm0\.0160\.938±\\pm0\.0490\.082±\\pm0\.0350\.717±\\pm0\.0290\.635±\\pm0\.062BurgersGRUshuf\-BD0\.4000\.300\.500\.02530\.142±\\pm0\.0370\.648±\\pm0\.0800\.519±\\pm0\.0630\.688±\\pm0\.0380\.168±\\pm0\.100BurgersGRUshuf\-label0\.4000\.300\.500\.02530\.226±\\pm0\.0060\.052±\\pm0\.0170\.585±\\pm0\.0060\.283±\\pm0\.003\-0\.302±\\pm0\.005BurgersLSTMclean0\.4000\.300\.500\.02530\.020±\\pm0\.0030\.000±\\pm0\.0000\.762±\\pm0\.0080\.028±\\pm0\.007\-0\.734±\\pm0\.009BurgersLSTMlabel\-only0\.4000\.300\.500\.02530\.170±\\pm0\.0140\.040±\\pm0\.0390\.655±\\pm0\.0280\.258±\\pm0\.014\-0\.397±\\pm0\.030BurgersLSTMswitch0\.4000\.300\.500\.02530\.131±\\pm0\.0460\.665±\\pm0\.1450\.307±\\pm0\.1160\.550±\\pm0\.0920\.243±\\pm0\.207BurgersLSTMshuf\-BD0\.4000\.300\.500\.02530\.190±\\pm0\.0500\.312±\\pm0\.3280\.556±\\pm0\.0530\.459±\\pm0\.246\-0\.097±\\pm0\.294BurgersLSTMshuf\-label0\.4000\.300\.500\.02530\.228±\\pm0\.0100\.058±\\pm0\.0330\.588±\\pm0\.0140\.283±\\pm0\.003\-0\.305±\\pm0\.017Adv\.\-Diff\.FNOswitch0\.1000\.050\.100\.01530\.007±\\pm0\.0011\.000±\\pm0\.0000\.030±\\pm0\.0080\.385±\\pm0\.0110\.355±\\pm0\.018Adv\.\-Diff\.FNOswitch0\.1000\.050\.200\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.018±\\pm0\.0020\.392±\\pm0\.0060\.374±\\pm0\.008Adv\.\-Diff\.FNOswitch0\.1000\.050\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.017±\\pm0\.0000\.392±\\pm0\.0090\.375±\\pm0\.009Adv\.\-Diff\.FNOswitch0\.1000\.100\.100\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.013±\\pm0\.0010\.392±\\pm0\.0060\.380±\\pm0\.007Adv\.\-Diff\.FNOswitch0\.1000\.100\.200\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.012±\\pm0\.0010\.392±\\pm0\.0060\.380±\\pm0\.007Adv\.\-Diff\.FNOswitch0\.1000\.100\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.012±\\pm0\.0020\.393±\\pm0\.0090\.381±\\pm0\.008Adv\.\-Diff\.FNOswitch0\.1000\.400\.100\.01530\.006±\\pm0\.0011\.000±\\pm0\.0000\.007±\\pm0\.0010\.394±\\pm0\.0080\.387±\\pm0\.009Adv\.\-Diff\.FNOswitch0\.1000\.400\.200\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.006±\\pm0\.0010\.392±\\pm0\.0080\.386±\\pm0\.008Adv\.\-Diff\.FNOclean0\.1000\.400\.800\.01530\.002±\\pm0\.0000\.000±\\pm0\.0000\.392±\\pm0\.0070\.003±\\pm0\.001\-0\.388±\\pm0\.008Adv\.\-Diff\.FNOlabel\-only0\.1000\.400\.800\.01530\.130±\\pm0\.0030\.085±\\pm0\.0200\.316±\\pm0\.0120\.206±\\pm0\.002\-0\.110±\\pm0\.011Adv\.\-Diff\.FNOswitch0\.1000\.400\.800\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.006±\\pm0\.0000\.392±\\pm0\.0070\.386±\\pm0\.007Adv\.\-Diff\.FNOshuf\-BD0\.1000\.400\.800\.01530\.063±\\pm0\.0031\.000±\\pm0\.0000\.765±\\pm0\.0341\.057±\\pm0\.0240\.292±\\pm0\.009Adv\.\-Diff\.FNOshuf\-label0\.1000\.400\.800\.01530\.349±\\pm0\.0350\.802±\\pm0\.1340\.297±\\pm0\.0180\.368±\\pm0\.0390\.071±\\pm0\.050Adv\.\-Diff\.FNOswitch0\.2000\.050\.100\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.026±\\pm0\.0030\.558±\\pm0\.0140\.532±\\pm0\.016Adv\.\-Diff\.FNOswitch0\.2000\.050\.200\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.020±\\pm0\.0030\.567±\\pm0\.0090\.547±\\pm0\.012Adv\.\-Diff\.FNOswitch0\.2000\.050\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.018±\\pm0\.0020\.565±\\pm0\.0080\.547±\\pm0\.011Adv\.\-Diff\.FNOswitch0\.2000\.100\.100\.01530\.005±\\pm0\.0011\.000±\\pm0\.0000\.014±\\pm0\.0010\.561±\\pm0\.0080\.547±\\pm0\.008Adv\.\-Diff\.FNOswitch0\.2000\.100\.200\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.015±\\pm0\.0050\.564±\\pm0\.0080\.549±\\pm0\.013Adv\.\-Diff\.FNOswitch0\.2000\.100\.800\.01530\.003±\\pm0\.0011\.000±\\pm0\.0000\.014±\\pm0\.0030\.563±\\pm0\.0100\.549±\\pm0\.008Adv\.\-Diff\.FNOswitch0\.2000\.400\.100\.01530\.007±\\pm0\.0011\.000±\\pm0\.0000\.007±\\pm0\.0020\.566±\\pm0\.0100\.559±\\pm0\.011Adv\.\-Diff\.FNOswitch0\.2000\.400\.200\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.006±\\pm0\.0010\.566±\\pm0\.0090\.559±\\pm0\.010Adv\.\-Diff\.FNOclean0\.2000\.400\.800\.01530\.002±\\pm0\.0000\.000±\\pm0\.0000\.565±\\pm0\.0090\.003±\\pm0\.001\-0\.562±\\pm0\.010Adv\.\-Diff\.FNOlabel\-only0\.2000\.400\.800\.01530\.194±\\pm0\.0060\.040±\\pm0\.0140\.407±\\pm0\.0180\.244±\\pm0\.002\-0\.164±\\pm0\.021Adv\.\-Diff\.FNOswitch0\.2000\.400\.800\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.006±\\pm0\.0000\.564±\\pm0\.0090\.558±\\pm0\.009Adv\.\-Diff\.FNOshuf\-BD0\.2000\.400\.800\.01530\.051±\\pm0\.0031\.000±\\pm0\.0000\.595±\\pm0\.0291\.051±\\pm0\.0170\.457±\\pm0\.012Adv\.\-Diff\.FNOshuf\-label0\.2000\.400\.800\.01530\.343±\\pm0\.0330\.607±\\pm0\.1570\.348±\\pm0\.0390\.363±\\pm0\.0370\.015±\\pm0\.075Adv\.\-Diff\.FNOswitch0\.4000\.050\.100\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.033±\\pm0\.0180\.722±\\pm0\.0090\.689±\\pm0\.025Adv\.\-Diff\.FNOswitch0\.4000\.050\.200\.01530\.004±\\pm0\.0001\.000±\\pm0\.0000\.027±\\pm0\.0110\.722±\\pm0\.0110\.695±\\pm0\.020Adv\.\-Diff\.FNOswitch0\.4000\.050\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.024±\\pm0\.0040\.727±\\pm0\.0080\.703±\\pm0\.012Adv\.\-Diff\.FNOswitch0\.4000\.100\.100\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.015±\\pm0\.0040\.729±\\pm0\.0070\.713±\\pm0\.010Adv\.\-Diff\.FNOswitch0\.4000\.100\.200\.01530\.004±\\pm0\.0011\.000±\\pm0\.0000\.016±\\pm0\.0030\.726±\\pm0\.0100\.709±\\pm0\.013Adv\.\-Diff\.FNOswitch0\.4000\.100\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.016±\\pm0\.0040\.728±\\pm0\.0070\.712±\\pm0\.003Adv\.\-Diff\.FNOswitch0\.4000\.400\.100\.01530\.007±\\pm0\.0001\.000±\\pm0\.0000\.008±\\pm0\.0010\.729±\\pm0\.0070\.721±\\pm0\.008Adv\.\-Diff\.FNOswitch0\.4000\.400\.200\.01530\.006±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0010\.728±\\pm0\.0080\.719±\\pm0\.008Adv\.\-Diff\.FNOclean0\.4000\.400\.800\.01530\.002±\\pm0\.0000\.000±\\pm0\.0000\.729±\\pm0\.0090\.003±\\pm0\.001\-0\.725±\\pm0\.009Adv\.\-Diff\.FNOlabel\-only0\.4000\.400\.800\.01530\.240±\\pm0\.0190\.007±\\pm0\.0020\.521±\\pm0\.0250\.278±\\pm0\.011\-0\.243±\\pm0\.036Adv\.\-Diff\.FNOswitch0\.4000\.400\.800\.01530\.004±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0030\.729±\\pm0\.0080\.721±\\pm0\.011Adv\.\-Diff\.FNOshuf\-BD0\.4000\.400\.800\.01530\.036±\\pm0\.0011\.000±\\pm0\.0000\.390±\\pm0\.0211\.032±\\pm0\.0100\.642±\\pm0\.011Adv\.\-Diff\.FNOshuf\-label0\.4000\.400\.800\.01530\.340±\\pm0\.0320\.338±\\pm0\.1950\.445±\\pm0\.0560\.359±\\pm0\.036\-0\.086±\\pm0\.092Adv\.\-Diff\.FNOswitch0\.8000\.050\.100\.01530\.005±\\pm0\.0011\.000±\\pm0\.0000\.035±\\pm0\.0090\.862±\\pm0\.0100\.827±\\pm0\.018Adv\.\-Diff\.FNOswitch0\.8000\.050\.200\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.026±\\pm0\.0030\.873±\\pm0\.0120\.847±\\pm0\.014Adv\.\-Diff\.FNOswitch0\.8000\.050\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.021±\\pm0\.0020\.876±\\pm0\.0070\.856±\\pm0\.009Adv\.\-Diff\.FNOswitch0\.8000\.100\.100\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.020±\\pm0\.0010\.873±\\pm0\.0040\.853±\\pm0\.003Adv\.\-Diff\.FNOswitch0\.8000\.100\.200\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.014±\\pm0\.0010\.874±\\pm0\.0070\.860±\\pm0\.007Adv\.\-Diff\.FNOswitch0\.8000\.100\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.012±\\pm0\.0010\.875±\\pm0\.0070\.863±\\pm0\.007Adv\.\-Diff\.FNOswitch0\.8000\.400\.100\.01530\.006±\\pm0\.0011\.000±\\pm0\.0000\.009±\\pm0\.0010\.875±\\pm0\.0060\.866±\\pm0\.007Adv\.\-Diff\.FNOswitch0\.8000\.400\.200\.01530\.005±\\pm0\.0001\.000±\\pm0\.0000\.007±\\pm0\.0010\.876±\\pm0\.0050\.868±\\pm0\.004Adv\.\-Diff\.FNOclean0\.8000\.400\.800\.01530\.002±\\pm0\.0000\.000±\\pm0\.0000\.877±\\pm0\.0050\.003±\\pm0\.001\-0\.873±\\pm0\.005Adv\.\-Diff\.FNOlabel\-only0\.8000\.400\.800\.01530\.292±\\pm0\.0190\.013±\\pm0\.0190\.627±\\pm0\.0440\.318±\\pm0\.025\-0\.309±\\pm0\.069Adv\.\-Diff\.FNOswitch0\.8000\.400\.800\.01530\.003±\\pm0\.0001\.000±\\pm0\.0000\.006±\\pm0\.0010\.876±\\pm0\.0050\.870±\\pm0\.006Adv\.\-Diff\.FNOshuf\-BD0\.8000\.400\.800\.01530\.017±\\pm0\.0011\.000±\\pm0\.0000\.184±\\pm0\.0051\.017±\\pm0\.0050\.833±\\pm0\.003Adv\.\-Diff\.FNOshuf\-label0\.8000\.400\.800\.01530\.332±\\pm0\.0320\.110±\\pm0\.0790\.600±\\pm0\.0560\.361±\\pm0\.038\-0\.239±\\pm0\.088Adv\.\-Diff\.DeepONetswitch0\.1000\.100\.200\.01530\.068±\\pm0\.0080\.910±\\pm0\.0360\.194±\\pm0\.0130\.335±\\pm0\.0080\.141±\\pm0\.020Adv\.\-Diff\.DeepONetswitch0\.1000\.100\.500\.01530\.066±\\pm0\.0090\.990±\\pm0\.0080\.149±\\pm0\.0070\.379±\\pm0\.0110\.230±\\pm0\.017Adv\.\-Diff\.DeepONetswitch0\.1000\.100\.800\.01530\.060±\\pm0\.0041\.000±\\pm0\.0000\.101±\\pm0\.0070\.385±\\pm0\.0160\.283±\\pm0\.010Adv\.\-Diff\.DeepONetswitch0\.1000\.300\.200\.01530\.083±\\pm0\.0061\.000±\\pm0\.0000\.080±\\pm0\.0060\.374±\\pm0\.0080\.295±\\pm0\.011Adv\.\-Diff\.DeepONetswitch0\.1000\.300\.500\.01530\.070±\\pm0\.0071\.000±\\pm0\.0000\.040±\\pm0\.0030\.383±\\pm0\.0090\.343±\\pm0\.009Adv\.\-Diff\.DeepONetswitch0\.1000\.300\.800\.01530\.065±\\pm0\.0071\.000±\\pm0\.0000\.030±\\pm0\.0010\.386±\\pm0\.0080\.356±\\pm0\.008Adv\.\-Diff\.DeepONetswitch0\.1000\.500\.200\.01530\.093±\\pm0\.0041\.000±\\pm0\.0000\.043±\\pm0\.0030\.381±\\pm0\.0080\.338±\\pm0\.009Adv\.\-Diff\.DeepONetswitch0\.1000\.500\.500\.01530\.083±\\pm0\.0081\.000±\\pm0\.0000\.027±\\pm0\.0010\.388±\\pm0\.0070\.361±\\pm0\.007Adv\.\-Diff\.DeepONetclean0\.1000\.500\.800\.01530\.057±\\pm0\.0080\.000±\\pm0\.0000\.385±\\pm0\.0060\.056±\\pm0\.008\-0\.329±\\pm0\.005Adv\.\-Diff\.DeepONetlabel\-only0\.1000\.500\.800\.01530\.235±\\pm0\.0060\.578±\\pm0\.0530\.261±\\pm0\.0090\.282±\\pm0\.0090\.021±\\pm0\.001Adv\.\-Diff\.DeepONetswitch0\.1000\.500\.800\.01530\.077±\\pm0\.0101\.000±\\pm0\.0000\.025±\\pm0\.0010\.391±\\pm0\.0070\.366±\\pm0\.006Adv\.\-Diff\.DeepONetshuf\-BD0\.1000\.500\.800\.01530\.473±\\pm0\.0240\.998±\\pm0\.0020\.889±\\pm0\.0571\.119±\\pm0\.0410\.231±\\pm0\.016Adv\.\-Diff\.DeepONetshuf\-label0\.1000\.500\.800\.01530\.692±\\pm0\.0410\.993±\\pm0\.0090\.443±\\pm0\.0770\.707±\\pm0\.0390\.264±\\pm0\.038Adv\.\-Diff\.DeepONetswitch0\.2000\.100\.200\.01530\.077±\\pm0\.0080\.975±\\pm0\.0180\.223±\\pm0\.0100\.518±\\pm0\.0110\.295±\\pm0\.020Adv\.\-Diff\.DeepONetswitch0\.2000\.100\.500\.01530\.061±\\pm0\.0090\.997±\\pm0\.0050\.153±\\pm0\.0070\.549±\\pm0\.0140\.396±\\pm0\.018Adv\.\-Diff\.DeepONetswitch0\.2000\.100\.800\.01530\.063±\\pm0\.0070\.997±\\pm0\.0020\.093±\\pm0\.0110\.547±\\pm0\.0080\.454±\\pm0\.015Adv\.\-Diff\.DeepONetswitch0\.2000\.300\.200\.01530\.091±\\pm0\.0081\.000±\\pm0\.0000\.065±\\pm0\.0060\.551±\\pm0\.0110\.486±\\pm0\.013Adv\.\-Diff\.DeepONetswitch0\.2000\.300\.500\.01530\.070±\\pm0\.0091\.000±\\pm0\.0000\.039±\\pm0\.0040\.555±\\pm0\.0090\.516±\\pm0\.009Adv\.\-Diff\.DeepONetswitch0\.2000\.300\.800\.01530\.069±\\pm0\.0061\.000±\\pm0\.0000\.028±\\pm0\.0030\.559±\\pm0\.0090\.531±\\pm0\.010Adv\.\-Diff\.DeepONetswitch0\.2000\.500\.200\.01530\.110±\\pm0\.0051\.000±\\pm0\.0000\.040±\\pm0\.0030\.557±\\pm0\.0090\.518±\\pm0\.007Adv\.\-Diff\.DeepONetswitch0\.2000\.500\.500\.01530\.086±\\pm0\.0061\.000±\\pm0\.0000\.024±\\pm0\.0040\.561±\\pm0\.0080\.537±\\pm0\.007Adv\.\-Diff\.DeepONetclean0\.2000\.500\.800\.01530\.057±\\pm0\.0080\.000±\\pm0\.0000\.560±\\pm0\.0080\.056±\\pm0\.008\-0\.504±\\pm0\.002Adv\.\-Diff\.DeepONetlabel\-only0\.2000\.500\.800\.01530\.332±\\pm0\.0090\.555±\\pm0\.0160\.345±\\pm0\.0050\.363±\\pm0\.0060\.019±\\pm0\.004Adv\.\-Diff\.DeepONetswitch0\.2000\.500\.800\.01530\.079±\\pm0\.0071\.000±\\pm0\.0000\.020±\\pm0\.0000\.563±\\pm0\.0090\.543±\\pm0\.009Adv\.\-Diff\.DeepONetshuf\-BD0\.2000\.500\.800\.01530\.395±\\pm0\.0210\.998±\\pm0\.0020\.720±\\pm0\.0391\.093±\\pm0\.0380\.372±\\pm0\.009Adv\.\-Diff\.DeepONetshuf\-label0\.2000\.500\.800\.01530\.678±\\pm0\.0220\.957±\\pm0\.0160\.435±\\pm0\.0530\.705±\\pm0\.0200\.269±\\pm0\.034Adv\.\-Diff\.DeepONetswitch0\.4000\.100\.200\.01530\.082±\\pm0\.0120\.992±\\pm0\.0060\.216±\\pm0\.0140\.672±\\pm0\.0110\.457±\\pm0\.006Adv\.\-Diff\.DeepONetswitch0\.4000\.100\.500\.01530\.067±\\pm0\.0080\.998±\\pm0\.0020\.151±\\pm0\.0250\.700±\\pm0\.0060\.549±\\pm0\.028Adv\.\-Diff\.DeepONetswitch0\.4000\.100\.800\.01530\.065±\\pm0\.0111\.000±\\pm0\.0000\.090±\\pm0\.0150\.701±\\pm0\.0080\.610±\\pm0\.022Adv\.\-Diff\.DeepONetswitch0\.4000\.300\.200\.01530\.104±\\pm0\.0111\.000±\\pm0\.0000\.062±\\pm0\.0040\.714±\\pm0\.0090\.652±\\pm0\.011Adv\.\-Diff\.DeepONetswitch0\.4000\.300\.500\.01530\.075±\\pm0\.0051\.000±\\pm0\.0000\.037±\\pm0\.0040\.721±\\pm0\.0090\.683±\\pm0\.005Adv\.\-Diff\.DeepONetswitch0\.4000\.300\.800\.01530\.072±\\pm0\.0081\.000±\\pm0\.0000\.031±\\pm0\.0040\.726±\\pm0\.0110\.695±\\pm0\.011Adv\.\-Diff\.DeepONetswitch0\.4000\.500\.200\.01530\.120±\\pm0\.0151\.000±\\pm0\.0000\.036±\\pm0\.0010\.723±\\pm0\.0090\.687±\\pm0\.009Adv\.\-Diff\.DeepONetswitch0\.4000\.500\.500\.01530\.093±\\pm0\.0081\.000±\\pm0\.0000\.023±\\pm0\.0020\.722±\\pm0\.0100\.699±\\pm0\.008Adv\.\-Diff\.DeepONetclean0\.4000\.500\.800\.01530\.057±\\pm0\.0080\.000±\\pm0\.0000\.725±\\pm0\.0070\.056±\\pm0\.008\-0\.669±\\pm0\.001Adv\.\-Diff\.DeepONetlabel\-only0\.4000\.500\.800\.01530\.433±\\pm0\.0110\.488±\\pm0\.0190\.461±\\pm0\.0180\.465±\\pm0\.0110\.004±\\pm0\.019Adv\.\-Diff\.DeepONetswitch0\.4000\.500\.800\.01530\.082±\\pm0\.0051\.000±\\pm0\.0000\.017±\\pm0\.0030\.726±\\pm0\.0090\.710±\\pm0\.011Adv\.\-Diff\.DeepONetshuf\-BD0\.4000\.500\.800\.01530\.264±\\pm0\.0210\.998±\\pm0\.0020\.491±\\pm0\.0251\.047±\\pm0\.0280\.556±\\pm0\.010Adv\.\-Diff\.DeepONetshuf\-label0\.4000\.500\.800\.01530\.658±\\pm0\.0190\.858±\\pm0\.0620\.450±\\pm0\.0650\.679±\\pm0\.0110\.228±\\pm0\.055Adv\.\-Diff\.DeepONetswitch0\.8000\.100\.200\.01530\.086±\\pm0\.0110\.990±\\pm0\.0080\.205±\\pm0\.0160\.807±\\pm0\.0080\.602±\\pm0\.015Adv\.\-Diff\.DeepONetswitch0\.8000\.100\.500\.01530\.069±\\pm0\.0050\.998±\\pm0\.0020\.168±\\pm0\.0090\.848±\\pm0\.0060\.680±\\pm0\.015Adv\.\-Diff\.DeepONetswitch0\.8000\.100\.800\.01530\.064±\\pm0\.0071\.000±\\pm0\.0000\.119±\\pm0\.0130\.854±\\pm0\.0200\.735±\\pm0\.009Adv\.\-Diff\.DeepONetswitch0\.8000\.300\.200\.01530\.105±\\pm0\.0101\.000±\\pm0\.0000\.059±\\pm0\.0150\.857±\\pm0\.0060\.797±\\pm0\.019Adv\.\-Diff\.DeepONetswitch0\.8000\.300\.500\.01530\.074±\\pm0\.0051\.000±\\pm0\.0000\.031±\\pm0\.0030\.864±\\pm0\.0040\.833±\\pm0\.002Adv\.\-Diff\.DeepONetswitch0\.8000\.300\.800\.01530\.073±\\pm0\.0101\.000±\\pm0\.0000\.025±\\pm0\.0020\.866±\\pm0\.0040\.841±\\pm0\.003Adv\.\-Diff\.DeepONetswitch0\.8000\.500\.200\.01530\.126±\\pm0\.0101\.000±\\pm0\.0000\.033±\\pm0\.0070\.867±\\pm0\.0040\.834±\\pm0\.004Adv\.\-Diff\.DeepONetswitch0\.8000\.500\.500\.01530\.094±\\pm0\.0101\.000±\\pm0\.0000\.022±\\pm0\.0030\.870±\\pm0\.0040\.848±\\pm0\.003Adv\.\-Diff\.DeepONetclean0\.8000\.500\.800\.01530\.057±\\pm0\.0080\.000±\\pm0\.0000\.874±\\pm0\.0030\.056±\\pm0\.008\-0\.817±\\pm0\.005Adv\.\-Diff\.DeepONetlabel\-only0\.8000\.500\.800\.01530\.530±\\pm0\.0210\.485±\\pm0\.0360\.588±\\pm0\.0450\.587±\\pm0\.032\-0\.000±\\pm0\.023Adv\.\-Diff\.DeepONetswitch0\.8000\.500\.800\.01530\.084±\\pm0\.0051\.000±\\pm0\.0000\.017±\\pm0\.0010\.870±\\pm0\.0040\.853±\\pm0\.004Adv\.\-Diff\.DeepONetshuf\-BD0\.8000\.500\.800\.01530\.123±\\pm0\.0061\.000±\\pm0\.0000\.232±\\pm0\.0141\.011±\\pm0\.0090\.779±\\pm0\.006Adv\.\-Diff\.DeepONetshuf\-label0\.8000\.500\.800\.01530\.633±\\pm0\.0020\.702±\\pm0\.1040\.513±\\pm0\.0710\.667±\\pm0\.0120\.154±\\pm0\.073Adv\.\-Diff\.Transformerclean0\.8000\.300\.500\.01530\.031±\\pm0\.0070\.000±\\pm0\.0000\.882±\\pm0\.0030\.041±\\pm0\.006\-0\.841±\\pm0\.008Adv\.\-Diff\.Transformerlabel\-only0\.8000\.300\.500\.01530\.308±\\pm0\.0380\.185±\\pm0\.0620\.694±\\pm0\.0450\.332±\\pm0\.030\-0\.363±\\pm0\.074Adv\.\-Diff\.Transformerswitch0\.8000\.300\.500\.01530\.055±\\pm0\.0120\.988±\\pm0\.0050\.077±\\pm0\.0040\.850±\\pm0\.0090\.773±\\pm0\.013Adv\.\-Diff\.Transformershuf\-BD0\.8000\.300\.500\.01530\.064±\\pm0\.0080\.978±\\pm0\.0080\.216±\\pm0\.0210\.965±\\pm0\.0150\.749±\\pm0\.030Adv\.\-Diff\.Transformershuf\-label0\.8000\.300\.500\.01530\.342±\\pm0\.0410\.202±\\pm0\.0930\.663±\\pm0\.0150\.362±\\pm0\.040\-0\.301±\\pm0\.055Adv\.\-Diff\.GRUclean0\.8000\.200\.500\.01530\.012±\\pm0\.0010\.000±\\pm0\.0000\.878±\\pm0\.0060\.019±\\pm0\.004\-0\.860±\\pm0\.009Adv\.\-Diff\.GRUlabel\-only0\.8000\.200\.500\.01530\.138±\\pm0\.0170\.003±\\pm0\.0050\.799±\\pm0\.0190\.175±\\pm0\.010\-0\.624±\\pm0\.024Adv\.\-Diff\.GRUswitch0\.8000\.200\.500\.01530\.048±\\pm0\.0450\.830±\\pm0\.2230\.179±\\pm0\.1950\.748±\\pm0\.1680\.569±\\pm0\.363Adv\.\-Diff\.GRUshuf\-BD0\.8000\.200\.500\.01530\.083±\\pm0\.0600\.678±\\pm0\.3600\.408±\\pm0\.2390\.707±\\pm0\.2930\.299±\\pm0\.532Adv\.\-Diff\.GRUshuf\-label0\.8000\.200\.500\.01530\.155±\\pm0\.0100\.000±\\pm0\.0000\.798±\\pm0\.0300\.194±\\pm0\.010\-0\.605±\\pm0\.037Adv\.\-Diff\.LSTMclean0\.8000\.300\.500\.02530\.016±\\pm0\.0010\.000±\\pm0\.0000\.879±\\pm0\.0050\.019±\\pm0\.002\-0\.860±\\pm0\.004Adv\.\-Diff\.LSTMlabel\-only0\.8000\.300\.500\.02530\.199±\\pm0\.0040\.003±\\pm0\.0050\.752±\\pm0\.0150\.271±\\pm0\.004\-0\.482±\\pm0\.017Adv\.\-Diff\.LSTMswitch0\.8000\.300\.500\.02530\.090±\\pm0\.0300\.918±\\pm0\.0210\.126±\\pm0\.0260\.812±\\pm0\.0160\.687±\\pm0\.041Adv\.\-Diff\.LSTMshuf\-BD0\.8000\.300\.500\.02530\.198±\\pm0\.0400\.512±\\pm0\.3670\.489±\\pm0\.1820\.613±\\pm0\.2270\.125±\\pm0\.406Adv\.\-Diff\.LSTMshuf\-label0\.8000\.300\.500\.02530\.248±\\pm0\.0130\.030±\\pm0\.0250\.712±\\pm0\.0220\.296±\\pm0\.003\-0\.416±\\pm0\.0192D N\.\-S\.FNOswitch0\.0500\.100\.200\.12030\.055±\\pm0\.0130\.292±\\pm0\.1540\.132±\\pm0\.0410\.120±\\pm0\.037\-0\.012±\\pm0\.0072D N\.\-S\.FNOswitch0\.0500\.100\.500\.12030\.033±\\pm0\.0050\.990±\\pm0\.0150\.065±\\pm0\.0070\.092±\\pm0\.0070\.028±\\pm0\.0032D N\.\-S\.FNOswitch0\.0500\.100\.750\.12030\.037±\\pm0\.0040\.990±\\pm0\.0150\.079±\\pm0\.0070\.105±\\pm0\.0050\.026±\\pm0\.0052D N\.\-S\.FNOswitch0\.0500\.200\.200\.12030\.037±\\pm0\.0150\.938±\\pm0\.0510\.048±\\pm0\.0130\.075±\\pm0\.0040\.026±\\pm0\.0092D N\.\-S\.FNOswitch0\.0500\.200\.500\.12030\.019±\\pm0\.0051\.000±\\pm0\.0000\.037±\\pm0\.0020\.075±\\pm0\.0040\.038±\\pm0\.0032D N\.\-S\.FNOswitch0\.0500\.200\.750\.12030\.026±\\pm0\.0051\.000±\\pm0\.0000\.041±\\pm0\.0030\.086±\\pm0\.0000\.044±\\pm0\.0032D N\.\-S\.FNOswitch0\.0500\.300\.200\.12030\.034±\\pm0\.0171\.000±\\pm0\.0000\.040±\\pm0\.0110\.079±\\pm0\.0030\.039±\\pm0\.0112D N\.\-S\.FNOswitch0\.0500\.300\.500\.12030\.018±\\pm0\.0021\.000±\\pm0\.0000\.029±\\pm0\.0010\.079±\\pm0\.0030\.050±\\pm0\.0032D N\.\-S\.FNOclean0\.0500\.300\.750\.12030\.015±\\pm0\.0020\.000±\\pm0\.0000\.087±\\pm0\.0040\.025±\\pm0\.005\-0\.062±\\pm0\.0022D N\.\-S\.FNOlabel\-only0\.0500\.300\.750\.12030\.062±\\pm0\.0080\.000±\\pm0\.0000\.837±\\pm0\.0080\.780±\\pm0\.011\-0\.057±\\pm0\.0032D N\.\-S\.FNOswitch0\.0500\.300\.750\.12030\.021±\\pm0\.0041\.000±\\pm0\.0000\.031±\\pm0\.0020\.079±\\pm0\.0050\.048±\\pm0\.0042D N\.\-S\.FNOshuf\-BD0\.0500\.300\.750\.12030\.315±\\pm0\.0821\.000±\\pm0\.0000\.430±\\pm0\.0410\.456±\\pm0\.0410\.026±\\pm0\.0042D N\.\-S\.FNOshuf\-label0\.0500\.300\.750\.12030\.539±\\pm0\.1160\.729±\\pm0\.1620\.654±\\pm0\.0540\.658±\\pm0\.0550\.004±\\pm0\.0082D N\.\-S\.FNOswitch0\.1000\.100\.200\.12030\.055±\\pm0\.0200\.344±\\pm0\.3100\.164±\\pm0\.0480\.136±\\pm0\.029\-0\.028±\\pm0\.0312D N\.\-S\.FNOswitch0\.1000\.100\.500\.12030\.023±\\pm0\.0031\.000±\\pm0\.0000\.068±\\pm0\.0060\.140±\\pm0\.0060\.073±\\pm0\.0112D N\.\-S\.FNOswitch0\.1000\.100\.750\.12030\.022±\\pm0\.0021\.000±\\pm0\.0000\.078±\\pm0\.0110\.142±\\pm0\.0060\.063±\\pm0\.0092D N\.\-S\.FNOswitch0\.1000\.200\.200\.12030\.057±\\pm0\.0451\.000±\\pm0\.0000\.062±\\pm0\.0280\.150±\\pm0\.0100\.089±\\pm0\.0292D N\.\-S\.FNOswitch0\.1000\.200\.500\.12030\.019±\\pm0\.0021\.000±\\pm0\.0000\.040±\\pm0\.0030\.147±\\pm0\.0060\.107±\\pm0\.0092D N\.\-S\.FNOswitch0\.1000\.200\.750\.12030\.021±\\pm0\.0021\.000±\\pm0\.0000\.045±\\pm0\.0020\.153±\\pm0\.0070\.108±\\pm0\.0082D N\.\-S\.FNOswitch0\.1000\.300\.200\.12030\.038±\\pm0\.0201\.000±\\pm0\.0000\.052±\\pm0\.0260\.147±\\pm0\.0030\.096±\\pm0\.0292D N\.\-S\.FNOswitch0\.1000\.300\.500\.12030\.018±\\pm0\.0021\.000±\\pm0\.0000\.032±\\pm0\.0010\.148±\\pm0\.0050\.116±\\pm0\.0042D N\.\-S\.FNOclean0\.1000\.300\.750\.12030\.015±\\pm0\.0020\.000±\\pm0\.0000\.170±\\pm0\.0100\.029±\\pm0\.007\-0\.142±\\pm0\.0142D N\.\-S\.FNOlabel\-only0\.1000\.300\.750\.12030\.109±\\pm0\.0140\.000±\\pm0\.0000\.855±\\pm0\.0110\.747±\\pm0\.004\-0\.108±\\pm0\.0092D N\.\-S\.FNOswitch0\.1000\.300\.750\.12030\.018±\\pm0\.0021\.000±\\pm0\.0000\.032±\\pm0\.0040\.144±\\pm0\.0050\.113±\\pm0\.0022D N\.\-S\.FNOshuf\-BD0\.1000\.300\.750\.12030\.294±\\pm0\.1101\.000±\\pm0\.0000\.410±\\pm0\.0430\.457±\\pm0\.0430\.047±\\pm0\.0052D N\.\-S\.FNOshuf\-label0\.1000\.300\.750\.12030\.536±\\pm0\.1120\.646±\\pm0\.1980\.653±\\pm0\.0530\.656±\\pm0\.0530\.002±\\pm0\.0172D N\.\-S\.FNOswitch0\.1500\.100\.200\.12030\.049±\\pm0\.0320\.438±\\pm0\.3990\.177±\\pm0\.0670\.168±\\pm0\.024\-0\.008±\\pm0\.0702D N\.\-S\.FNOswitch0\.1500\.100\.500\.12030\.016±\\pm0\.0011\.000±\\pm0\.0000\.069±\\pm0\.0090\.200±\\pm0\.0020\.131±\\pm0\.0102D N\.\-S\.FNOswitch0\.1500\.100\.750\.12030\.019±\\pm0\.0011\.000±\\pm0\.0000\.075±\\pm0\.0090\.205±\\pm0\.0050\.130±\\pm0\.0072D N\.\-S\.FNOswitch0\.1500\.200\.200\.12030\.070±\\pm0\.0731\.000±\\pm0\.0000\.079±\\pm0\.0500\.211±\\pm0\.0080\.132±\\pm0\.0432D N\.\-S\.FNOswitch0\.1500\.200\.500\.12030\.020±\\pm0\.0041\.000±\\pm0\.0000\.040±\\pm0\.0040\.211±\\pm0\.0110\.170±\\pm0\.0092D N\.\-S\.FNOswitch0\.1500\.200\.750\.12030\.017±\\pm0\.0011\.000±\\pm0\.0000\.043±\\pm0\.0050\.210±\\pm0\.0030\.166±\\pm0\.0032D N\.\-S\.FNOswitch0\.1500\.300\.200\.12030\.019±\\pm0\.0031\.000±\\pm0\.0000\.039±\\pm0\.0070\.204±\\pm0\.0090\.165±\\pm0\.0132D N\.\-S\.FNOswitch0\.1500\.300\.500\.12030\.016±\\pm0\.0011\.000±\\pm0\.0000\.033±\\pm0\.0040\.207±\\pm0\.0050\.174±\\pm0\.0022D N\.\-S\.FNOclean0\.1500\.300\.750\.12030\.017±\\pm0\.0010\.000±\\pm0\.0000\.253±\\pm0\.0110\.034±\\pm0\.003\-0\.219±\\pm0\.0122D N\.\-S\.FNOlabel\-only0\.1500\.300\.750\.12030\.150±\\pm0\.0140\.000±\\pm0\.0000\.876±\\pm0\.0140\.720±\\pm0\.002\-0\.156±\\pm0\.0122D N\.\-S\.FNOswitch0\.1500\.300\.750\.12030\.018±\\pm0\.0021\.000±\\pm0\.0000\.037±\\pm0\.0050\.208±\\pm0\.0050\.172±\\pm0\.0042D N\.\-S\.FNOshuf\-BD0\.1500\.300\.750\.12030\.305±\\pm0\.0921\.000±\\pm0\.0000\.494±\\pm0\.1230\.549±\\pm0\.1110\.055±\\pm0\.0122D N\.\-S\.FNOshuf\-label0\.1500\.300\.750\.12030\.533±\\pm0\.1090\.583±\\pm0\.2230\.659±\\pm0\.0530\.654±\\pm0\.051\-0\.005±\\pm0\.0262D N\.\-S\.FNOswitch0\.2000\.100\.200\.12030\.051±\\pm0\.0330\.688±\\pm0\.4200\.183±\\pm0\.0860\.213±\\pm0\.0140\.030±\\pm0\.1002D N\.\-S\.FNOswitch0\.2000\.100\.500\.12030\.018±\\pm0\.0011\.000±\\pm0\.0000\.074±\\pm0\.0110\.257±\\pm0\.0030\.183±\\pm0\.0132D N\.\-S\.FNOswitch0\.2000\.100\.750\.12030\.019±\\pm0\.0021\.000±\\pm0\.0000\.075±\\pm0\.0080\.257±\\pm0\.0060\.182±\\pm0\.0062D N\.\-S\.FNOswitch0\.2000\.200\.200\.12030\.067±\\pm0\.0720\.979±\\pm0\.0290\.082±\\pm0\.0530\.248±\\pm0\.0180\.166±\\pm0\.0692D N\.\-S\.FNOswitch0\.2000\.200\.500\.12030\.020±\\pm0\.0041\.000±\\pm0\.0000\.043±\\pm0\.0060\.264±\\pm0\.0080\.221±\\pm0\.0112D N\.\-S\.FNOswitch0\.2000\.200\.750\.12030\.021±\\pm0\.0051\.000±\\pm0\.0000\.044±\\pm0\.0030\.266±\\pm0\.0100\.221±\\pm0\.0082D N\.\-S\.FNOswitch0\.2000\.300\.200\.12030\.020±\\pm0\.0021\.000±\\pm0\.0000\.043±\\pm0\.0060\.258±\\pm0\.0110\.215±\\pm0\.0132D N\.\-S\.FNOswitch0\.2000\.300\.500\.12030\.016±\\pm0\.0021\.000±\\pm0\.0000\.036±\\pm0\.0040\.259±\\pm0\.0050\.224±\\pm0\.0032D N\.\-S\.FNOclean0\.2000\.300\.750\.12030\.015±\\pm0\.0020\.000±\\pm0\.0000\.341±\\pm0\.0140\.028±\\pm0\.008\-0\.313±\\pm0\.0182D N\.\-S\.FNOlabel\-only0\.2000\.300\.750\.12030\.173±\\pm0\.0190\.000±\\pm0\.0000\.914±\\pm0\.0230\.708±\\pm0\.016\-0\.206±\\pm0\.0092D N\.\-S\.FNOswitch0\.2000\.300\.750\.12030\.019±\\pm0\.0021\.000±\\pm0\.0000\.037±\\pm0\.0050\.262±\\pm0\.0080\.225±\\pm0\.0032D N\.\-S\.FNOshuf\-BD0\.2000\.300\.750\.12030\.304±\\pm0\.0920\.958±\\pm0\.0290\.492±\\pm0\.1250\.552±\\pm0\.1150\.060±\\pm0\.0112D N\.\-S\.FNOshuf\-label0\.2000\.300\.750\.12030\.543±\\pm0\.0990\.521±\\pm0\.1980\.690±\\pm0\.0310\.670±\\pm0\.027\-0\.019±\\pm0\.0352D N\.\-S\.DeepONetswitch0\.0500\.300\.250\.12030\.009±\\pm0\.0020\.000±\\pm0\.0000\.272±\\pm0\.0590\.170±\\pm0\.084\-0\.102±\\pm0\.0252D N\.\-S\.DeepONetswitch0\.0500\.300\.300\.12030\.009±\\pm0\.0010\.000±\\pm0\.0000\.234±\\pm0\.0600\.130±\\pm0\.076\-0\.104±\\pm0\.0192D N\.\-S\.DeepONetswitch0\.0500\.300\.350\.12030\.009±\\pm0\.0010\.000±\\pm0\.0000\.244±\\pm0\.0850\.139±\\pm0\.103\-0\.105±\\pm0\.0222D N\.\-S\.DeepONetswitch0\.0500\.400\.250\.12030\.013±\\pm0\.0020\.000±\\pm0\.0000\.167±\\pm0\.0120\.059±\\pm0\.006\-0\.108±\\pm0\.0182D N\.\-S\.DeepONetswitch0\.0500\.400\.300\.12030\.015±\\pm0\.0040\.010±\\pm0\.0150\.229±\\pm0\.0810\.128±\\pm0\.094\-0\.101±\\pm0\.0152D N\.\-S\.DeepONetswitch0\.0500\.400\.350\.12030\.014±\\pm0\.0030\.010±\\pm0\.0150\.217±\\pm0\.0670\.121±\\pm0\.078\-0\.096±\\pm0\.0112D N\.\-S\.DeepONetswitch0\.0500\.500\.250\.12030\.019±\\pm0\.0030\.000±\\pm0\.0000\.158±\\pm0\.0130\.067±\\pm0\.008\-0\.091±\\pm0\.0182D N\.\-S\.DeepONetswitch0\.0500\.500\.300\.12030\.019±\\pm0\.0020\.010±\\pm0\.0150\.218±\\pm0\.0890\.137±\\pm0\.089\-0\.081±\\pm0\.0112D N\.\-S\.DeepONetclean0\.0500\.500\.350\.12030\.006±\\pm0\.0000\.000±\\pm0\.0000\.182±\\pm0\.0150\.040±\\pm0\.023\-0\.142±\\pm0\.0082D N\.\-S\.DeepONetlabel\-only0\.0500\.500\.350\.12030\.006±\\pm0\.0000\.000±\\pm0\.0000\.581±\\pm0\.0120\.480±\\pm0\.007\-0\.101±\\pm0\.0072D N\.\-S\.DeepONetswitch0\.0500\.500\.350\.12030\.020±\\pm0\.0020\.010±\\pm0\.0150\.240±\\pm0\.1240\.162±\\pm0\.120\-0\.078±\\pm0\.0122D N\.\-S\.DeepONetshuf\-BD0\.0500\.500\.350\.12030\.252±\\pm0\.0370\.177±\\pm0\.0781\.009±\\pm0\.0320\.951±\\pm0\.031\-0\.058±\\pm0\.0012D N\.\-S\.DeepONetshuf\-label0\.0500\.500\.350\.12030\.405±\\pm0\.2430\.021±\\pm0\.0290\.686±\\pm0\.0990\.611±\\pm0\.109\-0\.074±\\pm0\.0122D N\.\-S\.DeepONetswitch0\.1000\.300\.250\.12030\.024±\\pm0\.0020\.042±\\pm0\.0390\.285±\\pm0\.0260\.142±\\pm0\.011\-0\.144±\\pm0\.0352D N\.\-S\.DeepONetswitch0\.1000\.300\.300\.12030\.027±\\pm0\.0020\.125±\\pm0\.0920\.261±\\pm0\.0210\.161±\\pm0\.011\-0\.100±\\pm0\.0302D N\.\-S\.DeepONetswitch0\.1000\.300\.350\.12030\.025±\\pm0\.0050\.104±\\pm0\.0530\.266±\\pm0\.0210\.154±\\pm0\.019\-0\.112±\\pm0\.0382D N\.\-S\.DeepONetswitch0\.1000\.400\.250\.12030\.035±\\pm0\.0010\.510±\\pm0\.1030\.200±\\pm0\.0160\.183±\\pm0\.008\-0\.017±\\pm0\.0212D N\.\-S\.DeepONetswitch0\.1000\.400\.300\.12030\.036±\\pm0\.0050\.521±\\pm0\.0970\.194±\\pm0\.0150\.190±\\pm0\.006\-0\.004±\\pm0\.0152D N\.\-S\.DeepONetswitch0\.1000\.400\.350\.12030\.033±\\pm0\.0020\.531±\\pm0\.0920\.193±\\pm0\.0170\.190±\\pm0\.009\-0\.003±\\pm0\.0202D N\.\-S\.DeepONetswitch0\.1000\.500\.250\.12030\.047±\\pm0\.0060\.792±\\pm0\.0150\.154±\\pm0\.0060\.198±\\pm0\.0050\.044±\\pm0\.0062D N\.\-S\.DeepONetswitch0\.1000\.500\.300\.12030\.046±\\pm0\.0080\.719±\\pm0\.1840\.166±\\pm0\.0260\.199±\\pm0\.0130\.034±\\pm0\.0362D N\.\-S\.DeepONetclean0\.1000\.500\.350\.12030\.006±\\pm0\.0000\.000±\\pm0\.0000\.352±\\pm0\.0210\.040±\\pm0\.023\-0\.311±\\pm0\.0022D N\.\-S\.DeepONetlabel\-only0\.1000\.500\.350\.12030\.006±\\pm0\.0000\.000±\\pm0\.0000\.720±\\pm0\.0210\.480±\\pm0\.007\-0\.240±\\pm0\.0162D N\.\-S\.DeepONetswitch0\.1000\.500\.350\.12030\.044±\\pm0\.0050\.833±\\pm0\.0530\.152±\\pm0\.0130\.202±\\pm0\.0050\.050±\\pm0\.0132D N\.\-S\.DeepONetshuf\-BD0\.1000\.500\.350\.12030\.233±\\pm0\.0350\.083±\\pm0\.0641\.047±\\pm0\.0840\.931±\\pm0\.067\-0\.116±\\pm0\.0172D N\.\-S\.DeepONetshuf\-label0\.1000\.500\.350\.12030\.219±\\pm0\.2180\.010±\\pm0\.0150\.723±\\pm0\.0390\.516±\\pm0\.079\-0\.207±\\pm0\.0432D N\.\-S\.DeepONetswitch0\.1500\.300\.250\.12030\.040±\\pm0\.0020\.125±\\pm0\.0260\.352±\\pm0\.0200\.225±\\pm0\.006\-0\.128±\\pm0\.0192D N\.\-S\.DeepONetswitch0\.1500\.300\.300\.12030\.036±\\pm0\.0020\.208±\\pm0\.1060\.343±\\pm0\.0270\.230±\\pm0\.010\-0\.112±\\pm0\.0332D N\.\-S\.DeepONetswitch0\.1500\.300\.350\.12030\.035±\\pm0\.0030\.240±\\pm0\.0390\.337±\\pm0\.0160\.242±\\pm0\.005\-0\.095±\\pm0\.0182D N\.\-S\.DeepONetswitch0\.1500\.400\.250\.12030\.046±\\pm0\.0070\.448±\\pm0\.0640\.276±\\pm0\.0130\.249±\\pm0\.005\-0\.027±\\pm0\.0162D N\.\-S\.DeepONetswitch0\.1500\.400\.300\.12030\.043±\\pm0\.0040\.615±\\pm0\.0390\.251±\\pm0\.0130\.258±\\pm0\.0070\.007±\\pm0\.0142D N\.\-S\.DeepONetswitch0\.1500\.400\.350\.12030\.039±\\pm0\.0050\.667±\\pm0\.0530\.236±\\pm0\.0090\.263±\\pm0\.0060\.026±\\pm0\.0122D N\.\-S\.DeepONetswitch0\.1500\.500\.250\.12030\.057±\\pm0\.0050\.760±\\pm0\.0290\.208±\\pm0\.0100\.268±\\pm0\.0030\.059±\\pm0\.0092D N\.\-S\.DeepONetswitch0\.1500\.500\.300\.12030\.051±\\pm0\.0040\.781±\\pm0\.0260\.191±\\pm0\.0110\.275±\\pm0\.0060\.084±\\pm0\.0142D N\.\-S\.DeepONetclean0\.1500\.500\.350\.12030\.006±\\pm0\.0000\.000±\\pm0\.0000\.520±\\pm0\.0290\.040±\\pm0\.023\-0\.480±\\pm0\.0062D N\.\-S\.DeepONetlabel\-only0\.1500\.500\.350\.12030\.146±\\pm0\.0140\.000±\\pm0\.0000\.778±\\pm0\.0470\.480±\\pm0\.013\-0\.299±\\pm0\.0462D N\.\-S\.DeepONetswitch0\.1500\.500\.350\.12030\.050±\\pm0\.0090\.865±\\pm0\.0290\.181±\\pm0\.0060\.281±\\pm0\.0070\.100±\\pm0\.0072D N\.\-S\.DeepONetshuf\-BD0\.1500\.500\.350\.12030\.193±\\pm0\.0460\.104±\\pm0\.0641\.055±\\pm0\.0300\.892±\\pm0\.027\-0\.164±\\pm0\.0042D N\.\-S\.DeepONetshuf\-label0\.1500\.500\.350\.12030\.546±\\pm0\.0210\.010±\\pm0\.0150\.954±\\pm0\.0590\.705±\\pm0\.067\-0\.249±\\pm0\.0182D N\.\-S\.DeepONetswitch0\.2000\.300\.250\.12030\.048±\\pm0\.0030\.125±\\pm0\.0440\.444±\\pm0\.0210\.273±\\pm0\.008\-0\.172±\\pm0\.0202D N\.\-S\.DeepONetswitch0\.2000\.300\.300\.12030\.043±\\pm0\.0070\.167±\\pm0\.0900\.437±\\pm0\.0160\.284±\\pm0\.013\-0\.154±\\pm0\.0202D N\.\-S\.DeepONetswitch0\.2000\.300\.350\.12030\.038±\\pm0\.0010\.198±\\pm0\.0530\.433±\\pm0\.0290\.294±\\pm0\.012\-0\.140±\\pm0\.0322D N\.\-S\.DeepONetswitch0\.2000\.400\.250\.12030\.049±\\pm0\.0060\.510±\\pm0\.0390\.337±\\pm0\.0230\.301±\\pm0\.003\-0\.036±\\pm0\.0252D N\.\-S\.DeepONetswitch0\.2000\.400\.300\.12030\.047±\\pm0\.0060\.562±\\pm0\.0260\.318±\\pm0\.0040\.313±\\pm0\.006\-0\.005±\\pm0\.0052D N\.\-S\.DeepONetswitch0\.2000\.400\.350\.12030\.044±\\pm0\.0040\.604±\\pm0\.0530\.306±\\pm0\.0020\.321±\\pm0\.0090\.014±\\pm0\.0102D N\.\-S\.DeepONetswitch0\.2000\.500\.250\.12030\.059±\\pm0\.0060\.719±\\pm0\.0260\.260±\\pm0\.0130\.323±\\pm0\.0070\.063±\\pm0\.0082D N\.\-S\.DeepONetswitch0\.2000\.500\.300\.12030\.057±\\pm0\.0090\.760±\\pm0\.0530\.242±\\pm0\.0200\.331±\\pm0\.0070\.089±\\pm0\.0132D N\.\-S\.DeepONetclean0\.2000\.500\.350\.12030\.006±\\pm0\.0000\.000±\\pm0\.0000\.686±\\pm0\.0360\.040±\\pm0\.023\-0\.645±\\pm0\.0132D N\.\-S\.DeepONetlabel\-only0\.2000\.500\.350\.12030\.177±\\pm0\.0030\.010±\\pm0\.0150\.877±\\pm0\.0400\.484±\\pm0\.008\-0\.393±\\pm0\.0332D N\.\-S\.DeepONetswitch0\.2000\.500\.350\.12030\.056±\\pm0\.0100\.833±\\pm0\.0530\.224±\\pm0\.0160\.338±\\pm0\.0060\.115±\\pm0\.0102D N\.\-S\.DeepONetshuf\-BD0\.2000\.500\.350\.12030\.203±\\pm0\.0460\.083±\\pm0\.0641\.145±\\pm0\.0740\.914±\\pm0\.044\-0\.231±\\pm0\.0302D N\.\-S\.DeepONetshuf\-label0\.2000\.500\.350\.12030\.427±\\pm0\.1470\.000±\\pm0\.0001\.049±\\pm0\.0430\.622±\\pm0\.100\-0\.428±\\pm0\.0992D N\.\-S\.Transformerclean0\.2000\.500\.800\.12030\.013±\\pm0\.0010\.000±\\pm0\.0000\.676±\\pm0\.0310\.021±\\pm0\.003\-0\.655±\\pm0\.0292D N\.\-S\.Transformerlabel\-only0\.2000\.500\.800\.12030\.508±\\pm0\.1620\.219±\\pm0\.1420\.878±\\pm0\.0680\.698±\\pm0\.035\-0\.180±\\pm0\.0862D N\.\-S\.Transformerswitch0\.2000\.500\.800\.12030\.028±\\pm0\.0041\.000±\\pm0\.0000\.146±\\pm0\.0130\.419±\\pm0\.0060\.273±\\pm0\.0122D N\.\-S\.Transformershuf\-BD0\.2000\.500\.800\.12030\.487±\\pm0\.0390\.979±\\pm0\.0150\.587±\\pm0\.0570\.666±\\pm0\.0500\.079±\\pm0\.0092D N\.\-S\.Transformershuf\-label0\.2000\.500\.800\.12030\.707±\\pm0\.0350\.458±\\pm0\.0390\.778±\\pm0\.0240\.736±\\pm0\.007\-0\.042±\\pm0\.0222D N\.\-S\.GRUclean0\.2000\.300\.500\.12030\.039±\\pm0\.0130\.000±\\pm0\.0000\.711±\\pm0\.0340\.126±\\pm0\.008\-0\.585±\\pm0\.0412D N\.\-S\.GRUlabel\-only0\.2000\.300\.500\.12030\.377±\\pm0\.1830\.177±\\pm0\.2080\.834±\\pm0\.1130\.581±\\pm0\.015\-0\.254±\\pm0\.1272D N\.\-S\.GRUswitch0\.2000\.300\.500\.12030\.054±\\pm0\.0110\.938±\\pm0\.0680\.234±\\pm0\.0160\.418±\\pm0\.0080\.184±\\pm0\.0242D N\.\-S\.GRUshuf\-BD0\.2000\.300\.500\.12030\.527±\\pm0\.1250\.792±\\pm0\.0530\.571±\\pm0\.0630\.604±\\pm0\.0660\.033±\\pm0\.0032D N\.\-S\.GRUshuf\-label0\.2000\.300\.500\.12030\.560±\\pm0\.0910\.531±\\pm0\.2220\.667±\\pm0\.0300\.615±\\pm0\.043\-0\.052±\\pm0\.0602D N\.\-S\.LSTMclean0\.2000\.300\.500\.12030\.079±\\pm0\.0230\.000±\\pm0\.0000\.808±\\pm0\.0280\.278±\\pm0\.082\-0\.531±\\pm0\.0572D N\.\-S\.LSTMlabel\-only0\.2000\.300\.500\.12030\.591±\\pm0\.2400\.396±\\pm0\.3320\.807±\\pm0\.1440\.666±\\pm0\.107\-0\.142±\\pm0\.1532D N\.\-S\.LSTMswitch0\.2000\.300\.500\.12030\.105±\\pm0\.0160\.833±\\pm0\.0820\.365±\\pm0\.0330\.448±\\pm0\.0070\.083±\\pm0\.0272D N\.\-S\.LSTMshuf\-BD0\.2000\.300\.500\.12030\.585±\\pm0\.1100\.844±\\pm0\.0880\.602±\\pm0\.0420\.649±\\pm0\.0520\.047±\\pm0\.0142D N\.\-S\.LSTMshuf\-label0\.2000\.300\.500\.12030\.573±\\pm0\.1040\.635±\\pm0\.2300\.615±\\pm0\.0510\.606±\\pm0\.068\-0\.008±\\pm0\.067PoissonFNOswitch2\.0000\.050\.200\.01530\.012±\\pm0\.0000\.023±\\pm0\.0160\.089±\\pm0\.0030\.013±\\pm0\.001\-0\.075±\\pm0\.004PoissonFNOswitch2\.0000\.050\.350\.01530\.012±\\pm0\.0000\.030±\\pm0\.0240\.089±\\pm0\.0030\.014±\\pm0\.001\-0\.075±\\pm0\.004PoissonFNOswitch2\.0000\.050\.500\.01530\.012±\\pm0\.0010\.027±\\pm0\.0190\.087±\\pm0\.0040\.016±\\pm0\.001\-0\.071±\\pm0\.004PoissonFNOswitch2\.0000\.100\.200\.01530\.015±\\pm0\.0020\.043±\\pm0\.0260\.085±\\pm0\.0100\.016±\\pm0\.002\-0\.070±\\pm0\.010PoissonFNOswitch2\.0000\.100\.350\.01530\.015±\\pm0\.0020\.315±\\pm0\.3400\.071±\\pm0\.0220\.032±\\pm0\.021\-0\.039±\\pm0\.042PoissonFNOswitch2\.0000\.100\.500\.01530\.010±\\pm0\.0010\.943±\\pm0\.0200\.025±\\pm0\.0020\.081±\\pm0\.0080\.056±\\pm0\.008PoissonFNOswitch2\.0000\.400\.200\.01530\.030±\\pm0\.0110\.393±\\pm0\.3730\.057±\\pm0\.0270\.049±\\pm0\.018\-0\.008±\\pm0\.044PoissonFNOswitch2\.0000\.400\.350\.01530\.012±\\pm0\.0010\.963±\\pm0\.0230\.015±\\pm0\.0030\.085±\\pm0\.0070\.070±\\pm0\.006PoissonFNOclean2\.0000\.400\.500\.01530\.007±\\pm0\.0000\.002±\\pm0\.0020\.091±\\pm0\.0070\.007±\\pm0\.001\-0\.084±\\pm0\.006PoissonFNOlabel\-only2\.0000\.400\.500\.01530\.034±\\pm0\.0050\.162±\\pm0\.0510\.073±\\pm0\.0080\.036±\\pm0\.005\-0\.037±\\pm0\.004PoissonFNOswitch2\.0000\.400\.500\.01530\.012±\\pm0\.0010\.968±\\pm0\.0140\.015±\\pm0\.0020\.086±\\pm0\.0080\.072±\\pm0\.007PoissonFNOshuf\-BD2\.0000\.400\.500\.01530\.102±\\pm0\.0130\.553±\\pm0\.0571\.000±\\pm0\.0931\.011±\\pm0\.0950\.012±\\pm0\.006PoissonFNOshuf\-label2\.0000\.400\.500\.01530\.386±\\pm0\.0270\.537±\\pm0\.0310\.377±\\pm0\.0260\.380±\\pm0\.0280\.003±\\pm0\.003PoissonFNOswitch5\.0000\.050\.200\.01530\.015±\\pm0\.0020\.013±\\pm0\.0080\.140±\\pm0\.0110\.015±\\pm0\.001\-0\.125±\\pm0\.012PoissonFNOswitch5\.0000\.050\.350\.01530\.015±\\pm0\.0010\.017±\\pm0\.0080\.139±\\pm0\.0120\.017±\\pm0\.001\-0\.122±\\pm0\.013PoissonFNOswitch5\.0000\.050\.500\.01530\.013±\\pm0\.0010\.705±\\pm0\.1880\.066±\\pm0\.0200\.100±\\pm0\.0080\.034±\\pm0\.027PoissonFNOswitch5\.0000\.100\.200\.01530\.021±\\pm0\.0020\.025±\\pm0\.0080\.133±\\pm0\.0130\.021±\\pm0\.002\-0\.113±\\pm0\.014PoissonFNOswitch5\.0000\.100\.350\.01530\.013±\\pm0\.0010\.942±\\pm0\.0230\.033±\\pm0\.0020\.129±\\pm0\.0110\.096±\\pm0\.010PoissonFNOswitch5\.0000\.100\.500\.01530\.011±\\pm0\.0010\.972±\\pm0\.0190\.026±\\pm0\.0010\.131±\\pm0\.0120\.105±\\pm0\.012PoissonFNOswitch5\.0000\.400\.200\.01530\.017±\\pm0\.0010\.973±\\pm0\.0130\.020±\\pm0\.0020\.134±\\pm0\.0110\.114±\\pm0\.011PoissonFNOswitch5\.0000\.400\.350\.01530\.014±\\pm0\.0010\.990±\\pm0\.0080\.015±\\pm0\.0010\.138±\\pm0\.0130\.123±\\pm0\.013PoissonFNOclean5\.0000\.400\.500\.01530\.007±\\pm0\.0000\.000±\\pm0\.0000\.140±\\pm0\.0110\.007±\\pm0\.001\-0\.133±\\pm0\.010PoissonFNOlabel\-only5\.0000\.400\.500\.01530\.053±\\pm0\.0080\.152±\\pm0\.0640\.103±\\pm0\.0090\.051±\\pm0\.008\-0\.052±\\pm0\.008PoissonFNOswitch5\.0000\.400\.500\.01530\.014±\\pm0\.0010\.993±\\pm0\.0020\.014±\\pm0\.0010\.137±\\pm0\.0130\.122±\\pm0\.013PoissonFNOshuf\-BD5\.0000\.400\.500\.01530\.100±\\pm0\.0110\.545±\\pm0\.0610\.981±\\pm0\.0870\.997±\\pm0\.0910\.015±\\pm0\.008PoissonFNOshuf\-label5\.0000\.400\.500\.01530\.387±\\pm0\.0260\.508±\\pm0\.0380\.381±\\pm0\.0230\.375±\\pm0\.027\-0\.006±\\pm0\.005PoissonFNOswitch10\.0000\.050\.200\.01530\.016±\\pm0\.0000\.013±\\pm0\.0060\.155±\\pm0\.0130\.016±\\pm0\.001\-0\.139±\\pm0\.014PoissonFNOswitch10\.0000\.050\.350\.01530\.016±\\pm0\.0010\.270±\\pm0\.3680\.129±\\pm0\.0410\.046±\\pm0\.042\-0\.083±\\pm0\.082PoissonFNOswitch10\.0000\.050\.500\.01530\.013±\\pm0\.0020\.922±\\pm0\.0130\.043±\\pm0\.0040\.135±\\pm0\.0110\.092±\\pm0\.009PoissonFNOswitch10\.0000\.100\.200\.01530\.023±\\pm0\.0010\.025±\\pm0\.0080\.150±\\pm0\.0130\.022±\\pm0\.001\-0\.128±\\pm0\.012PoissonFNOswitch10\.0000\.100\.350\.01530\.013±\\pm0\.0010\.950±\\pm0\.0180\.032±\\pm0\.0020\.145±\\pm0\.0120\.113±\\pm0\.012PoissonFNOswitch10\.0000\.100\.500\.01530\.012±\\pm0\.0010\.972±\\pm0\.0230\.026±\\pm0\.0010\.149±\\pm0\.0110\.122±\\pm0\.011PoissonFNOswitch10\.0000\.400\.200\.01530\.016±\\pm0\.0030\.982±\\pm0\.0060\.018±\\pm0\.0010\.152±\\pm0\.0140\.134±\\pm0\.013PoissonFNOswitch10\.0000\.400\.350\.01530\.014±\\pm0\.0010\.973±\\pm0\.0020\.019±\\pm0\.0010\.151±\\pm0\.0110\.132±\\pm0\.010PoissonFNOclean10\.0000\.400\.500\.01530\.007±\\pm0\.0000\.000±\\pm0\.0000\.156±\\pm0\.0120\.007±\\pm0\.001\-0\.149±\\pm0\.011PoissonFNOlabel\-only10\.0000\.400\.500\.01530\.062±\\pm0\.0090\.150±\\pm0\.0450\.113±\\pm0\.0060\.058±\\pm0\.008\-0\.055±\\pm0\.007PoissonFNOswitch10\.0000\.400\.500\.01530\.014±\\pm0\.0010\.987±\\pm0\.0060\.015±\\pm0\.0000\.154±\\pm0\.0130\.138±\\pm0\.012PoissonFNOshuf\-BD10\.0000\.400\.500\.01530\.100±\\pm0\.0110\.540±\\pm0\.0610\.976±\\pm0\.0850\.992±\\pm0\.0890\.016±\\pm0\.009PoissonFNOshuf\-label10\.0000\.400\.500\.01530\.387±\\pm0\.0260\.507±\\pm0\.0400\.384±\\pm0\.0210\.373±\\pm0\.026\-0\.011±\\pm0\.006PoissonFNOswitch15\.0000\.050\.200\.01530\.018±\\pm0\.0010\.017±\\pm0\.0020\.158±\\pm0\.0110\.017±\\pm0\.000\-0\.141±\\pm0\.011PoissonFNOswitch15\.0000\.050\.350\.01530\.016±\\pm0\.0020\.267±\\pm0\.3490\.131±\\pm0\.0430\.050±\\pm0\.046\-0\.081±\\pm0\.088PoissonFNOswitch15\.0000\.050\.500\.01530\.013±\\pm0\.0010\.923±\\pm0\.0220\.045±\\pm0\.0070\.139±\\pm0\.0130\.094±\\pm0\.018PoissonFNOswitch15\.0000\.100\.200\.01530\.024±\\pm0\.0020\.020±\\pm0\.0120\.156±\\pm0\.0120\.024±\\pm0\.001\-0\.132±\\pm0\.011PoissonFNOswitch15\.0000\.100\.350\.01530\.012±\\pm0\.0010\.955±\\pm0\.0270\.031±\\pm0\.0020\.150±\\pm0\.0140\.119±\\pm0\.012PoissonFNOswitch15\.0000\.100\.500\.01530\.011±\\pm0\.0010\.972±\\pm0\.0220\.026±\\pm0\.0010\.155±\\pm0\.0120\.128±\\pm0\.011PoissonFNOswitch15\.0000\.400\.200\.01530\.016±\\pm0\.0020\.980±\\pm0\.0110\.019±\\pm0\.0020\.156±\\pm0\.0130\.137±\\pm0\.011PoissonFNOswitch15\.0000\.400\.350\.01530\.015±\\pm0\.0010\.990±\\pm0\.0110\.016±\\pm0\.0020\.159±\\pm0\.0140\.142±\\pm0\.013PoissonFNOclean15\.0000\.400\.500\.01530\.007±\\pm0\.0000\.000±\\pm0\.0000\.161±\\pm0\.0120\.007±\\pm0\.001\-0\.154±\\pm0\.012PoissonFNOlabel\-only15\.0000\.400\.500\.01530\.063±\\pm0\.0080\.158±\\pm0\.0510\.119±\\pm0\.0010\.059±\\pm0\.007\-0\.061±\\pm0\.007PoissonFNOswitch15\.0000\.400\.500\.01530\.013±\\pm0\.0020\.993±\\pm0\.0020\.016±\\pm0\.0020\.158±\\pm0\.0130\.141±\\pm0\.011PoissonFNOshuf\-BD15\.0000\.400\.500\.01530\.100±\\pm0\.0110\.538±\\pm0\.0590\.974±\\pm0\.0850\.991±\\pm0\.0890\.016±\\pm0\.010PoissonFNOshuf\-label15\.0000\.400\.500\.01530\.387±\\pm0\.0260\.503±\\pm0\.0390\.385±\\pm0\.0210\.373±\\pm0\.026\-0\.012±\\pm0\.006PoissonDeepONetswitch2\.0000\.100\.200\.01530\.010±\\pm0\.0010\.965±\\pm0\.0140\.017±\\pm0\.0040\.089±\\pm0\.0060\.072±\\pm0\.006PoissonDeepONetswitch2\.0000\.100\.500\.01530\.010±\\pm0\.0010\.985±\\pm0\.0040\.012±\\pm0\.0010\.090±\\pm0\.0070\.078±\\pm0\.006PoissonDeepONetswitch2\.0000\.100\.800\.01530\.009±\\pm0\.0010\.992±\\pm0\.0020\.010±\\pm0\.0010\.091±\\pm0\.0080\.081±\\pm0\.008PoissonDeepONetswitch2\.0000\.300\.200\.01530\.011±\\pm0\.0000\.992±\\pm0\.0020\.010±\\pm0\.0000\.091±\\pm0\.0090\.081±\\pm0\.008PoissonDeepONetswitch2\.0000\.300\.500\.01530\.010±\\pm0\.0000\.995±\\pm0\.0040\.008±\\pm0\.0000\.090±\\pm0\.0060\.082±\\pm0\.006PoissonDeepONetswitch2\.0000\.300\.800\.01530\.009±\\pm0\.0010\.997±\\pm0\.0020\.007±\\pm0\.0000\.090±\\pm0\.0060\.083±\\pm0\.006PoissonDeepONetswitch2\.0000\.500\.200\.01530\.011±\\pm0\.0010\.990±\\pm0\.0040\.008±\\pm0\.0010\.089±\\pm0\.0060\.081±\\pm0\.006PoissonDeepONetswitch2\.0000\.500\.500\.01530\.010±\\pm0\.0010\.998±\\pm0\.0020\.007±\\pm0\.0000\.091±\\pm0\.0070\.084±\\pm0\.007PoissonDeepONetclean2\.0000\.500\.800\.01530\.008±\\pm0\.0010\.015±\\pm0\.0080\.090±\\pm0\.0070\.008±\\pm0\.001\-0\.082±\\pm0\.007PoissonDeepONetlabel\-only2\.0000\.500\.800\.01530\.051±\\pm0\.0040\.397±\\pm0\.0180\.073±\\pm0\.0140\.060±\\pm0\.007\-0\.014±\\pm0\.008PoissonDeepONetswitch2\.0000\.500\.800\.01530\.010±\\pm0\.0010\.997±\\pm0\.0020\.006±\\pm0\.0000\.090±\\pm0\.0070\.083±\\pm0\.007PoissonDeepONetshuf\-BD2\.0000\.500\.800\.01530\.188±\\pm0\.0260\.542±\\pm0\.0291\.542±\\pm0\.1171\.549±\\pm0\.1170\.007±\\pm0\.003PoissonDeepONetshuf\-label2\.0000\.500\.800\.01530\.569±\\pm0\.0180\.503±\\pm0\.0840\.552±\\pm0\.0340\.554±\\pm0\.0240\.002±\\pm0\.016PoissonDeepONetswitch5\.0000\.100\.200\.01530\.011±\\pm0\.0000\.973±\\pm0\.0050\.020±\\pm0\.0030\.138±\\pm0\.0110\.118±\\pm0\.011PoissonDeepONetswitch5\.0000\.100\.500\.01530\.010±\\pm0\.0000\.993±\\pm0\.0020\.014±\\pm0\.0020\.138±\\pm0\.0120\.125±\\pm0\.011PoissonDeepONetswitch5\.0000\.100\.800\.01530\.009±\\pm0\.0010\.997±\\pm0\.0020\.011±\\pm0\.0010\.139±\\pm0\.0110\.128±\\pm0\.010PoissonDeepONetswitch5\.0000\.300\.200\.01530\.011±\\pm0\.0010\.993±\\pm0\.0020\.011±\\pm0\.0010\.139±\\pm0\.0090\.127±\\pm0\.008PoissonDeepONetswitch5\.0000\.300\.500\.01530\.010±\\pm0\.0010\.997±\\pm0\.0020\.008±\\pm0\.0010\.139±\\pm0\.0110\.132±\\pm0\.010PoissonDeepONetswitch5\.0000\.300\.800\.01530\.009±\\pm0\.0010\.997±\\pm0\.0020\.006±\\pm0\.0000\.139±\\pm0\.0110\.132±\\pm0\.010PoissonDeepONetswitch5\.0000\.500\.200\.01530\.012±\\pm0\.0020\.993±\\pm0\.0020\.009±\\pm0\.0020\.138±\\pm0\.0110\.130±\\pm0\.009PoissonDeepONetswitch5\.0000\.500\.500\.01530\.010±\\pm0\.0010\.997±\\pm0\.0020\.006±\\pm0\.0010\.139±\\pm0\.0110\.133±\\pm0\.011PoissonDeepONetclean5\.0000\.500\.800\.01530\.008±\\pm0\.0010\.008±\\pm0\.0050\.140±\\pm0\.0110\.008±\\pm0\.001\-0\.132±\\pm0\.011PoissonDeepONetlabel\-only5\.0000\.500\.800\.01530\.076±\\pm0\.0080\.392±\\pm0\.0600\.112±\\pm0\.0250\.091±\\pm0\.012\-0\.022±\\pm0\.014PoissonDeepONetswitch5\.0000\.500\.800\.01530\.010±\\pm0\.0010\.997±\\pm0\.0020\.006±\\pm0\.0000\.139±\\pm0\.0100\.133±\\pm0\.010PoissonDeepONetshuf\-BD5\.0000\.500\.800\.01530\.202±\\pm0\.0290\.545±\\pm0\.0241\.477±\\pm0\.1461\.492±\\pm0\.1480\.015±\\pm0\.006PoissonDeepONetshuf\-label5\.0000\.500\.800\.01530\.569±\\pm0\.0190\.480±\\pm0\.0760\.546±\\pm0\.0350\.541±\\pm0\.024\-0\.006±\\pm0\.022PoissonDeepONetswitch10\.0000\.100\.200\.01530\.011±\\pm0\.0010\.973±\\pm0\.0080\.023±\\pm0\.0020\.154±\\pm0\.0120\.131±\\pm0\.010PoissonDeepONetswitch10\.0000\.100\.500\.01530\.009±\\pm0\.0000\.995±\\pm0\.0000\.014±\\pm0\.0020\.154±\\pm0\.0120\.141±\\pm0\.012PoissonDeepONetswitch10\.0000\.100\.800\.01530\.009±\\pm0\.0010\.997±\\pm0\.0020\.012±\\pm0\.0020\.155±\\pm0\.0120\.143±\\pm0\.011PoissonDeepONetswitch10\.0000\.300\.200\.01530\.011±\\pm0\.0010\.997±\\pm0\.0020\.010±\\pm0\.0010\.153±\\pm0\.0120\.143±\\pm0\.011PoissonDeepONetswitch10\.0000\.300\.500\.01530\.009±\\pm0\.0010\.997±\\pm0\.0050\.007±\\pm0\.0010\.153±\\pm0\.0110\.147±\\pm0\.009PoissonDeepONetswitch10\.0000\.300\.800\.01530\.010±\\pm0\.0010\.997±\\pm0\.0020\.007±\\pm0\.0010\.153±\\pm0\.0110\.146±\\pm0\.010PoissonDeepONetswitch10\.0000\.500\.200\.01530\.011±\\pm0\.0010\.998±\\pm0\.0020\.007±\\pm0\.0010\.155±\\pm0\.0120\.149±\\pm0\.011PoissonDeepONetswitch10\.0000\.500\.500\.01530\.010±\\pm0\.0010\.998±\\pm0\.0020\.006±\\pm0\.0000\.155±\\pm0\.0110\.149±\\pm0\.011PoissonDeepONetclean10\.0000\.500\.800\.01530\.008±\\pm0\.0010\.005±\\pm0\.0040\.155±\\pm0\.0130\.008±\\pm0\.001\-0\.147±\\pm0\.012PoissonDeepONetlabel\-only10\.0000\.500\.800\.01530\.085±\\pm0\.0060\.362±\\pm0\.0310\.121±\\pm0\.0120\.086±\\pm0\.011\-0\.035±\\pm0\.002PoissonDeepONetswitch10\.0000\.500\.800\.01530\.009±\\pm0\.0010\.998±\\pm0\.0020\.005±\\pm0\.0000\.155±\\pm0\.0120\.149±\\pm0\.012PoissonDeepONetshuf\-BD10\.0000\.500\.800\.01530\.202±\\pm0\.0250\.577±\\pm0\.0241\.438±\\pm0\.1181\.461±\\pm0\.1270\.023±\\pm0\.010PoissonDeepONetshuf\-label10\.0000\.500\.800\.01530\.580±\\pm0\.0280\.518±\\pm0\.0220\.544±\\pm0\.0340\.548±\\pm0\.0290\.004±\\pm0\.005PoissonDeepONetswitch15\.0000\.100\.200\.01530\.011±\\pm0\.0010\.982±\\pm0\.0080\.022±\\pm0\.0030\.158±\\pm0\.0130\.136±\\pm0\.011PoissonDeepONetswitch15\.0000\.100\.500\.01530\.010±\\pm0\.0010\.993±\\pm0\.0020\.014±\\pm0\.0010\.160±\\pm0\.0120\.146±\\pm0\.013PoissonDeepONetswitch15\.0000\.100\.800\.01530\.009±\\pm0\.0010\.995±\\pm0\.0040\.012±\\pm0\.0020\.160±\\pm0\.0130\.148±\\pm0\.012PoissonDeepONetswitch15\.0000\.300\.200\.01530\.012±\\pm0\.0010\.992±\\pm0\.0060\.010±\\pm0\.0010\.159±\\pm0\.0120\.149±\\pm0\.011PoissonDeepONetswitch15\.0000\.300\.500\.01530\.010±\\pm0\.0010\.998±\\pm0\.0020\.007±\\pm0\.0010\.159±\\pm0\.0110\.152±\\pm0\.011PoissonDeepONetswitch15\.0000\.300\.800\.01530\.009±\\pm0\.0010\.997±\\pm0\.0020\.007±\\pm0\.0010\.160±\\pm0\.0130\.154±\\pm0\.012PoissonDeepONetswitch15\.0000\.500\.200\.01530\.012±\\pm0\.0011\.000±\\pm0\.0000\.008±\\pm0\.0010\.160±\\pm0\.0130\.152±\\pm0\.012PoissonDeepONetswitch15\.0000\.500\.500\.01530\.010±\\pm0\.0010\.998±\\pm0\.0020\.006±\\pm0\.0010\.160±\\pm0\.0140\.155±\\pm0\.013PoissonDeepONetclean15\.0000\.500\.800\.01530\.008±\\pm0\.0010\.005±\\pm0\.0040\.160±\\pm0\.0130\.008±\\pm0\.001\-0\.153±\\pm0\.012PoissonDeepONetlabel\-only15\.0000\.500\.800\.01530\.089±\\pm0\.0050\.388±\\pm0\.0630\.145±\\pm0\.0430\.109±\\pm0\.043\-0\.036±\\pm0\.003PoissonDeepONetswitch15\.0000\.500\.800\.01530\.010±\\pm0\.0010\.998±\\pm0\.0020\.005±\\pm0\.0010\.159±\\pm0\.0120\.153±\\pm0\.011PoissonDeepONetshuf\-BD15\.0000\.500\.800\.01530\.207±\\pm0\.0360\.573±\\pm0\.0261\.443±\\pm0\.1591\.468±\\pm0\.1670\.025±\\pm0\.008PoissonDeepONetshuf\-label15\.0000\.500\.800\.01530\.580±\\pm0\.0280\.515±\\pm0\.0180\.544±\\pm0\.0340\.547±\\pm0\.0290\.003±\\pm0\.005PoissonTransformerclean15\.0000\.701\.400\.01530\.027±\\pm0\.0020\.023±\\pm0\.0020\.161±\\pm0\.0160\.027±\\pm0\.004\-0\.134±\\pm0\.015PoissonTransformerlabel\-only15\.0000\.701\.400\.01530\.117±\\pm0\.0130\.638±\\pm0\.0860\.082±\\pm0\.0080\.111±\\pm0\.0110\.029±\\pm0\.015PoissonTransformerswitch15\.0000\.701\.400\.01530\.072±\\pm0\.0020\.878±\\pm0\.0640\.047±\\pm0\.0040\.141±\\pm0\.0210\.094±\\pm0\.024PoissonTransformershuf\-BD15\.0000\.701\.400\.01530\.555±\\pm0\.0610\.533±\\pm0\.0471\.364±\\pm0\.0521\.362±\\pm0\.046\-0\.002±\\pm0\.007PoissonTransformershuf\-label15\.0000\.701\.400\.01530\.712±\\pm0\.0860\.515±\\pm0\.0250\.676±\\pm0\.0830\.677±\\pm0\.0870\.001±\\pm0\.005PoissonGRUclean15\.0000\.701\.400\.02530\.017±\\pm0\.0010\.012±\\pm0\.0020\.160±\\pm0\.0130\.020±\\pm0\.001\-0\.140±\\pm0\.013PoissonGRUlabel\-only15\.0000\.701\.400\.02530\.114±\\pm0\.0090\.618±\\pm0\.0180\.083±\\pm0\.0010\.109±\\pm0\.0100\.026±\\pm0\.010PoissonGRUswitch15\.0000\.701\.400\.02530\.033±\\pm0\.0010\.958±\\pm0\.0050\.025±\\pm0\.0020\.158±\\pm0\.0130\.133±\\pm0\.014PoissonGRUshuf\-BD15\.0000\.701\.400\.02530\.264±\\pm0\.0260\.540±\\pm0\.0321\.415±\\pm0\.1941\.419±\\pm0\.1940\.004±\\pm0\.012PoissonGRUshuf\-label15\.0000\.701\.400\.02530\.747±\\pm0\.0090\.523±\\pm0\.0660\.711±\\pm0\.0110\.708±\\pm0\.003\-0\.002±\\pm0\.011PoissonLSTMclean15\.0000\.701\.400\.02530\.019±\\pm0\.0020\.010±\\pm0\.0040\.160±\\pm0\.0100\.022±\\pm0\.001\-0\.137±\\pm0\.010PoissonLSTMlabel\-only15\.0000\.701\.400\.02530\.117±\\pm0\.0080\.638±\\pm0\.0150\.075±\\pm0\.0060\.109±\\pm0\.0090\.033±\\pm0\.004PoissonLSTMswitch15\.0000\.701\.400\.02530\.083±\\pm0\.0160\.808±\\pm0\.0800\.050±\\pm0\.0170\.138±\\pm0\.0080\.087±\\pm0\.025PoissonLSTMshuf\-BD15\.0000\.701\.400\.02530\.736±\\pm0\.0220\.523±\\pm0\.0120\.747±\\pm0\.0420\.748±\\pm0\.0480\.001±\\pm0\.006PoissonLSTMshuf\-label15\.0000\.701\.400\.02530\.730±\\pm0\.0120\.533±\\pm0\.0410\.694±\\pm0\.0160\.696±\\pm0\.0170\.002±\\pm0\.011Similar Articles
Two Sides of the Same Coin: Learning the Backdoor to Remove the Backdoor
HARVEY learns a backdoored reference model to accurately identify poisonous samples, achieving near-perfect backdoor removal with minimal accuracy loss.
Sequential Physics-Constrained Neural Operator Forward Modeling for the $\textit{Norne}$ Reservoir System
This paper presents a comprehensive mathematical framework for sequential surrogate modeling of three-phase black-oil reservoir dynamics using Fourier Neural Operators (FNO) and physics-informed variants (PINO), applied to the Norne benchmark reservoir. Theoretical contributions include functional-analytic formulation, covariate shift analysis, physics-constrained spectral stability, and truncated backpropagation gradient analysis.
@AnimaAnandkumar: This is something I have been emphasizing since we started our work on Neural Operators. We very quickly went from simp…
Anima Anandkumar highlights that neural operators, despite simple benchmarks, have achieved massive speedups (10,000–million times) in hard real-world problems like high-resolution AI weather modeling (FourCastNet) and nuclear fusion turbulence, referencing a new paper showing learned solvers become more cost-effective as PDE tasks get harder.
Safe Domain Adaptation for Physics: Overcoming Nuisances, Label Shifts, and Simulation Priors
This paper addresses the challenges of domain adaptation in physics, where simulations differ from experimental data in nuisances and label shifts. It proposes adaptive domain adaptation to focus on genuine physical mismatches and provides a model selection rule.
Neural means and kernel corrections for operator learning
This paper presents a method combining neural network means with exact Matérn kernel corrections for operator learning in PDEs, achieving competitive or improved performance on public benchmarks like structural mechanics and OCO-2 radiative transfer emulation.