kernel-14's picture
Initial release: 30 papers with 1,516 SAU claims (D1=531 D2=519 D3=299 D4=167)
79067a6 verified
|
Raw
History Blame Contribute Delete
147 kB

Linearization Turns Neural Operators into Function-Valued Gaussian Processes

Emilia Magnani * 1 Marvin Pförtner * 1 Tobias Weber * 1 Philipp Hennig 1

Abstract

Neural operators generalize neural networks to learn mappings between function spaces from data. They are commonly used to learn solution operators of parametric partial differential equations (PDEs) or propagators of time-dependent PDEs. However, to make them useful in highstakes simulation scenarios, their inherent predictive error must be quantified reliably. We introduce LUNO, a novel framework for approximate Bayesian uncertainty quantification in trained neural operators. Our approach leverages model linearization to push (Gaussian) weight-space uncertainty forward to the neural operator’s predictions. We show that this can be interpreted as a probabilistic version of the concept of currying from functional programming, yielding a function-valued (Gaussian) random process belief. Our framework provides a practical yet theoretically sound way to apply existing Bayesian deep learning methods such as the linearized Laplace approximation to neural operators. Just as the underlying neural operator, our approach is resolution-agnostic by design. The method adds minimal prediction overhead, can be applied posthoc without retraining the network, and scales to large models and datasets. We evaluate these aspects in a case study on Fourier neural operators.

1. Introduction

Scientific computing increasingly demands efficient representations of complex non-linear maps between functions. Examples include solution operators of parametric partial differential equations (PDEs) or the propagators of timedependent PDEs. Operator learning is an approach to this problem that generalizes regression algorithms from finitedimensional to infinite-dimensional function-space inputoutput pairs (Boullé & Townsend, 2023). Neural operators, including Fourier neural operators, have emerged as a powerful class of models for operator learning, particularly for the solution operators of PDEs (Kovachki et al., 2023). They have been applied successfully across domains including weather forecasting (Pathak et al., 2022; Bonev et al., 2023), fluid dynamics (Grady et al., 2022; Renn et al., 2023; Li et al., 2022), and automotive aerodynamics (Li et al., 2023b). Instead of learning to solve a specific PDE, these models learn the operator that maps a functional parameter of the PDE (such as initial values, boundary conditions, force fields, or material parameters) to the corresponding solution. This approach amortizes computational cost by learning to solve entire families of PDEs.

Although neural operators have demonstrated strong predictive capabilities, they are unable to quantify the inherent uncertainty in their predictions. Predictive uncertainty quantification is indispensable for many downstream tasks, such as decision-making in safety-critical scenarios. For example, a neural operator trained on past climate data should increase predictive uncertainty under distribution shifts due to climate change, reflecting potential losses in accuracy. Furthermore, uncertainty quantification is also useful for improving neural operator training via active learning strategies (Musekamp et al., 2025), potentially reducing the cost of generating computationally expensive numerical simulations as training data.

Extensive previous work has shown that the structured uncertainty provided by Gaussian process (GP) models is particularly suitable for such downstream tasks, including closedform acquisition functions for active learning and Bayesian optimization for optimal selection of future queries or experiments (Garnett, 2023); enabling online model adaptation to continuously update with new data while preserving consistency with prior knowledge (Sliwa et al., 2024); facilitating sensitivity analysis through the GP’s kernel structure revealing system responses to parameter changes; and seamlessly integrating with probabilistic numerical computation (Hennig et al., 2022; Pförtner et al., 2022) to quantify, marginalize, and propagate computational uncertainty.

Motivated by the capabilities of GPs, we propose LUNO, a practical yet theoretically sound framework that provides linearized predictive uncertainty in neural operators. LUNO quantifies uncertainty over the mapping learned by the neural operator via a Gaussian process with values in a separable Banach space of functions—a higher-order generalization of GPs that, when evaluated, returns a Gaussian random function rather than a finite-dimensional Gaussian random variable, as in standard GPs. This function-valued GP is constructed through model linearization from a Gaussian distribution quantifying uncertainty in the neural operator’s (finite-dimensional) weight space. We show that LUNO can be interpreted as a probabilistic generalization of the concept of currying in functional programming. This connection makes LUNO compatible with established methods for quantifying weight-space uncertainty in deep neural networks, including the Laplace approximation (Ritter et al., 2018; Daxberger et al., 2021a; Kristiadi et al., 2020; Papamarkou et al., 2024), SWAG (Maddox et al., 2019), or meanfield variational inference (Blundell et al., 2015). LUNO is practical, introduces minimal computational overhead, and can be applied post-hoc, without requiring to retrain the neural operator. It scales to large models and datasets and, like neural operators, is inherently resolution-agnostic. We demonstrate the capabilities of the framework in a case study on Fourier neural operators.


Figure 1: Illustration of the steps involved in LUNO. A trained neural operator $\pmb { F }$ (top left) is converted into an equivalent neural network $f$ with outputs in $\mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } }$ using (reverse) currying (top right). Linearizing $f$ around the mean of the Gaussian weight belief results in a Gaussian process posterior f quantifying the uncertainty about the function learned by $f$ (bottom right). Finally, probabilistic currying transforms f into a function-valued Gaussian process posterior $\mathbf { F }$ over the operator learned by the neural operator $\pmb { F }$ (bottom left).

LUNO is designed to be compatible with arbitrary (non-Gaussian) weight-space beliefs (see e.g. Appendix A.4). Nevertheless, we focus our exposition and experiments on Gaussian weight-space uncertainty, as, in the future, we aim to explore the use of the resulting function-valued Gaussian process in downstream tasks such as the ones outlined above.

In Section 2, we review the fundamentals of neural operators and (multi-output) Gaussian processes. Section 3 presents our main contribution. We first develop Gaussian processes that take values in (infinite-dimensional) Banach spaces of functions, along with the notion of probabilistic currying, which formalizes their equivalence to (multi-output) Gaussian processes. Using probabilistic currying, we construct function-valued Gaussian processes from neural operators with Gaussian weight beliefs. In Section 4, we discuss prior work on operator learning and related uncertainty quantification. Finally, we demonstrate in Section 5 the effectiveness of LUNO in common PDE learning settings.

2. Background

We first review neural operators, with emphasis on Fourier neural operators, which serve as the primary case study for our analysis. Then, we provide an overview of multi-output Gaussian processes.

2.1. Neural Operators

Neural operators (NOs) (Kovachki et al., 2023) are neural network architectures that map between (infinitedimensional) Banach spaces of functions. A neural operator is a function $\pmb { F } \colon \mathbb { A } \times \mathbb { W } \mathbb { U }$ , where

• A is a (separable) Banach space of functions $\pmb { a } \colon \mathbb { D } _ { \mathbb { A } } $ $\mathbb { R } ^ { d _ { \mathbb { A } } ^ { \prime } }$ with domain $\mathbb { D } _ { \mathbb { A } } \subset \mathbb { R } ^ { d _ { \mathbb { A } } }$ ,

• $\mathbb { U }$ is a (separable) Banach space of functions $\pmb { u } \colon \mathbb { D } _ { \mathbb { U } } \to$ $\mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } }$ with domain $\mathbb { D } _ { \mathbb { U } } \subset \mathbb { R } ^ { d _ { \mathbb { U } } }$ ,

• W is a set of parameters (typically $\mathbb { W } \subset \mathbb { R } ^ { p }$ or $\mathbb { W } \subset$ $\mathbb { C } ^ { p }$ ).

To keep training tractable, neural operators are trained on datasets ${ ( \pmb { a } ^ { ( i ) } ( \mathbf { \bar { X } } _ { \mathbb { A } } ^ { ( i ) } ) , \pmb { u } ^ { ( i ) } ( \mathbf { X } _ { \mathbb { U } } ^ { ( i ) } ) ) } _ { i = 1 } ^ { \bar { n } }$ consisting of pairs of input and corresponding output functions $( \pmb { a } ^ { ( i ) } , \pmb { u } ^ { ( i ) } ) \in$ $\mathbb { A } \times \mathbb { U }$ that are discretized at finitely many points $X _ { \mathbb { A } } ^ { ( i ) } \in$ $( \mathbb { D } _ { \mathbb { A } } ) ^ { n _ { \mathbb { A } } ^ { ( i ) } }$ and $X _ { \mathbb { U } } ^ { ( i ) } \in ( \mathbb { D } _ { \mathbb { U } } ) ^ { n _ { \mathbb { U } } ^ { ( i ) } }$ , respectively. The training objective is typically given by the empirical risk

R(w)=1ni=1nL(u(i)(XU(i)),F(a(i)(XA(i)),w)(XU(i))) R ( \pmb { w } ) = \frac { 1 } { n } \sum _ { i = 1 } ^ { n } L ( \pmb { u } ^ { ( i ) } ( \pmb { X } _ { \mathbb { U } } ^ { ( i ) } ) , \pmb { F } ( \pmb { a } ^ { ( i ) } ( \pmb { X } _ { \mathbb { A } } ^ { ( i ) } ) , \pmb { w } ) ( \pmb { X } _ { \mathbb { U } } ^ { ( i ) } ) )

or a regularized version of the empirical risk. Neural operators were originally developed, and are commonly used, to learn the solution operator of non-linear, parametric partial differential equations. In this case, typically, $\mathbb { D } _ { \mathbb { A } } = \mathbb { D } _ { \mathbb { U } }$ , the input functions $\mathbf { \pmb { a } } \in \mathbb { A }$ correspond to parameters and/or initial conditions of the PDE, and the output functions $\mathbf { \pmb { u } } \in \mathbb { U }$ are the corresponding solutions of the PDE (at later time points). There are many different realizations of the abstract neural operator framework, including low-rank neural operators (Kovachki et al., 2023), (multipole) graph neural operators (Li et al., 2020b;a), and (spherical) Fourier neural operators (Li et al., 2021; Bonev et al., 2023).

Example 2.1 (Fourier Neural Operators). As a case study we will focus on Fourier neural operators (FNOs) (Li et al., 2021), a popular variant of the neural operator architecture that applies all spatially global operations in the spectral domain. An FNO $\pmb { F }$ transforms a periodic input function $\textbf { \em a }$ into a periodic output function $\begin{array} { r l } { \mathbf { \nabla } } & { { } \mathbf { \nabla } \mathbf { F } ( \mathbf { a } , \pmb { w } ) ( \pmb { x } ) : = } \end{array}$

${ \pmb q } ( { \pmb v } ^ { ( L ) } ( { \pmb x } ) , { \pmb w } _ { \pmb q } )$ with

vi(l+1)(x):=σ(l)(j=1dvF1((Rkij(l)F(vj(l))k)k=1kmax)(x)+Wij(l)vj(l)(x)) \begin{array} { r l } & { v _ { i } ^ { ( l + 1 ) } ( \pmb { x } ) : = \sigma ^ { ( l ) } \Bigg ( \displaystyle \sum _ { j = 1 } ^ { d _ { v } ^ { \prime } } \mathcal { F } ^ { - 1 } \bigg ( \Big ( R _ { k i j } ^ { ( l ) } \mathcal { F } \Big ( v _ { j } ^ { ( l ) } \Big ) _ { k } \Big ) _ { k = 1 } ^ { k _ { \operatorname* { m a x } } } \bigg ) ( \pmb { x } ) } \\ & { \qquad \quad \quad + W _ { i j } ^ { ( l ) } v _ { j } ^ { ( l ) } ( \pmb { x } ) \Bigg ) } \end{array}

for $l = 1 , \ldots , L - 1$ and ${ \pmb v } ^ { ( 1 ) } ( { \pmb x } ) = p ( { \pmb a } ( { \pmb x } ) , { \pmb w } _ { \pmb p } ) \in \mathbb { R } ^ { d _ { \pmb v } ^ { \prime } }$ where $\mathcal { F }$ denotes the Fourier transform of a periodic function.1 $p \colon \mathbb { R } ^ { d _ { \mathbb { A } } ^ { \prime } } \times \mathbb { W } _ { p } \mathbb { R } ^ { d _ { v } ^ { \prime } }$ and $\pmb q \colon \mathbb { R } ^ { d _ { v } ^ { \prime } } \times \mathbb { W } _ { \pmb q } \mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } }$ are parametric functions called lifting and projection, respectively. $\pmb { R } ^ { ( l ) } \in \mathbb { C } ^ { k _ { \operatorname* { m a x } } \times d _ { v } ^ { \prime } \times d _ { v } ^ { \prime } }$ and $\bar { \boldsymbol { W } } ^ { ( l ) } \in \mathbb { R } ^ { \bar { d } _ { v } ^ { \prime } \times d _ { v } ^ { \prime } }$ , and ${ \pmb w } = ( { \pmb w } _ { p } , { \pmb W } ^ { ( 1 ) } , { \pmb R } ^ { ( 1 ) } , \dots , { \pmb W } ^ { ( L - 1 ) } , { \pmb R } ^ { ( L - 1 ) } , { \pmb w } _ { q } )$ . The map ${ \pmb v } ^ { ( l ) } \dot { } { \pmb v } ^ { ( l + 1 ) }$ is the $l$ -th Fourier layer. If the inputs $\textbf { \em a }$ are discretized on a regular grid, $\mathcal { F }$ can be computed by a real fast Fourier transform (RFFT).

2.2. (Gaussian) Random Processes

Aiming to generalize the notion of a Gaussian process later, we provide its formal definition from mathematical statistics that is rarely used in machine learning. For a set $\Omega$ and a set $F$ of functions on $\Omega$ with values in a measurable space, we denote by $\sigma ( F )$ the smallest $\sigma$ -algebra for which all $f \in F$ are measurable. The Borel $\sigma$ -algebra on a topological space $\Omega$ is denoted by $B \left( \Omega \right)$ . A random process on a probability space $( \Omega , A , { \mathrm { P } } )$ with index set A and values in a measurable space $( S , A _ { S } )$ is a function $\mathrm { f } \colon \mathbb { A } \times \Omega S$ such that $\operatorname { f } ( a , \cdot )$ is $\mathcal { A } { - } \mathcal { A } _ { S }$ -measurable for all $a \in \mathbb { A }$ . We use the shorthand $\mathrm { f } ( a ) : = \mathrm { f } ( a , \cdot )$ . One can show that $\omega \mapsto \operatorname { f } ( \cdot , \omega )$ is a function-valued random variable with values in $\left( \mathbb { R } ^ { \mathbb { A } } , \sigma ( \delta _ { \mathbb { A } } ) \right)$ , where $\delta _ { A }$ denotes the set of point evaluation functionals on the set $B ^ { A }$ of functions from $A$ to $B$ . A random process is called Gaussian or a Gaussian process (GP) if it has values in $\left( \mathbb { R } , B \left( \mathbb { R } \right) \right)$ and $\omega \mapsto ( \mathrm { f } ( a _ { 1 } , \omega ) , \dots , \mathrm { f } ( a _ { n } , \omega ) )$ is an $\mathbb { R } ^ { n }$ -valued Gaussian random variable for all $n \in \mathbb { N }$ and $a _ { 1 } , \dotsc , a _ { n } \in \mathbb { A }$ . The mean function of f is given by $a \mapsto \mathbb { E } _ { \mathrm { P } } \left[ \mathrm { f } ( a ) \right]$ and the covariance function of f is given by $( a _ { 1 } , a _ { 2 } ) \mapsto \operatorname { C o v } _ { \mathrm { P } } \left[ \mathrm { f } ( a _ { 1 } ) , \mathrm { f } ( a _ { 2 } ) \right]$ We denote by f $\sim \mathcal { G P } \left( m , k \right)$ that f is a Gaussian process with mean function $m$ and covariance function $k$ .

It is common to extend the concept of a GP to finitely many output dimensions. A $d ^ { \prime }$ -output Gaussian process f is a random process with values in $( \mathbb { R } ^ { d } , B \left( \mathbb { R } ^ { d } \right) )$ such that $\omega \mapsto$ $\begin{array} { r l } { \bigl ( \mathbf { f } ( a _ { 1 } , \omega ) ^ { \top } } & { { } \cdot \cdot \cdot \mathrm { ~ \mathbf ~ { f } ( } a _ { n } , \omega ) ^ { \top } \bigr ) ^ { \top } } \end{array}$ is an $\mathbb { R } ^ { n \cdot d ^ { \prime } }$ -valued Gaussian random variable for all $\ l _ { n } \in \mathbb { N }$ , and $a _ { 1 } , \dotsc , a _ { n } \in \mathbb { A }$ We use the shorthand $\mathbf { f } ( a ) : = \mathbf { f } ( a , \cdot )$ . The mean function of f is given by $a \mapsto \mathbb { E } _ { \mathrm { P } } \left[ \mathbf { f } ( a ) \right] \in \mathbb { R } ^ { d ^ { \prime } }$ and the covariance function of $\mathbf { f }$ is $( a _ { 1 } , a _ { 2 } ) \mapsto \operatorname { C o v } _ { \mathrm { P } } \left[ \mathbf { f } ( a _ { 1 } ) , \mathbf { f } ( a _ { 2 } ) \right] \in \mathbb { R } ^ { d ^ { \prime } \times d ^ { \prime } }$ . We denote by f $\sim \mathcal { G P } \left( m , K \right)$ that f is a multi-output Gaussian process with mean function $_ { \mathbf { \nabla } } \mathbf { m } _ { \mathbf { \nabla } }$ and covariance function $\kappa$ While the notion of a multi-output Gaussian process might seem more general than the notion of a Gaussian process, it is possible to “emulate” a function with multiple outputs by augmenting the input space of a Gaussian process:

Lemma 2.1. Let $( \Omega , A , { \mathrm { P } } )$ be a probability space, f : $\mathbb { A } \times$ $\Omega \to \mathbb { R } ^ { d ^ { \prime } }$ , $\mathbb { I } = { 1 , \dots , d ^ { \prime } }$ , and f : $( \mathbb { A } \times \mathbb { I } ) \times \Omega \to \mathbb { R }$ with $( { \bf f } ( a , \cdot ) ) _ { i } = { \bf f } ( ( a , i ) , \cdot )$ for all $a \in \mathbb { A }$ and $i \in \mathbb { I }$ (P-almost surely). Then f $\sim \mathcal { G P } \left( m , K \right)$ if and only if f $\sim \mathcal { G P } \left( m , k \right)$ , where, for all $a \in \mathbb { A }$ and $i \in \mathbb { I }$ ,

(m(a))i=m(a,i), ( { \pmb m } ( a ) ) _ { i } = m ( a , i ) ,

as well as, for all $a _ { 1 } , a _ { 2 } \in \mathbb { A }$ and $i , j \in \mathbb { I } ,$ ,

(K(a1,a2))ij=k((a1,i),(a2,j)). ( \pmb { K } ( a _ { 1 } , a _ { 2 } ) ) _ { i j } = k ( ( a _ { 1 } , i ) , ( a _ { 2 } , j ) ) .

3. LUNO: Linearized Predictive Uncertainty in Neural Operators

In this section, we show how to obtain linearized predictive uncertainty in neural operators (LUNO). We leverage model linearization to propagate Gaussian weightspace uncertainty through the neural operator to its predictions. LUNO can be applied to trained models as a post-processing step, and does not require expensive retraining. Furthermore, LUNO employs the framework of function-valued Gaussian processes. To that end, we first develop the concept of a function-valued Gaussian process and draw an important parallel with currying in functional programming, which offers a natural interpretation of our method. Figure 1 illustrates the main steps comprising our methodology.

3.1. Function-Valued Gaussian Processes and Probabilistic Currying

We want to use model linearization to extend the Gaussian belief over the parameters of a neural network $\pmb { f } \colon { \mathbb { R } ^ { d } } \times$ $\mathbb { R } ^ { p } \to \mathbb { R } ^ { d ^ { \prime } }$ into a (multi-output) Gaussian process belief over the function learned by the neural network. However, this is not immediately applicable to neural operators, since their outputs do not lie in $\mathbb { R } ^ { d ^ { \prime } }$ , but in a potentially infinitedimensional Banach space of functions. Hence, we need to generalize (multi-output) Gaussian processes to the notion of a Banach-valued Gaussian process.

Definition 3.1 (Banach-Valued Gaussian Process). Let U be a real separable Banach space and $\mathbb { L }$ a set2 of linear functionals on $\mathbb { U }$ . A random process $\mathbf { F } \colon \mathbb { A } \times \Omega \to \mathbb { U }$ on a probability space $( \Omega , A , { \mathrm { P } } )$ with index set A and values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ is called Gaussian or a Gaussian process if $\omega \mapsto ( \mathbf { F } ( a _ { 1 } , \omega ) , \ldots , \mathbf { F } ( a _ { n } , \omega ) )$ is a jointly Gaussian random variable3 for all $n \in \mathbb N$ and $a _ { 1 } , \dotsc , a _ { n } \in \mathbb { A }$ .

As above, we use the shorthand $\mathbf { F } ( a ) : = \mathbf { F } ( a , \cdot )$ . Moreover, the map $\omega \mapsto \mathbf { F } ( \cdot , \omega )$ is a random variable with values in the space of (linear and non-linear) operators $\left( \mathbb { U } ^ { \mathbb { A } } , \sigma ( \delta _ { \mathbb { A } } ) \right)$ . This warrants the interpretation of $\mathbb { U }$ -valued Gaussian processes as Gaussian random operators.

In the context of neural operators, $\mathbb { U }$ is a Banach space of $\mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } }$ -valued functions on a common domain $\mathbb { D } _ { \mathbb { U } }$ . In this case, we can show that $\mathbb { U }$ -valued Gaussian processes are closely related to multi-output Gaussian processes with an augmented input space. This is in analogy to Lemma 2.1, but requires some additional technical assumptions.

Theorem 3.2 (Probabilistic Currying in Banach Spaces; proof in Appendix A.3). Let $( \Omega , A , { \mathrm { P } } )$ be a probability space and U a real separable Banach space of $\mathbf { \bar { \mathbb { R } } } ^ { d ^ { \prime } }$ -valued functions with domain $\mathbb { D } _ { \mathbb { U } }$ . Let $\mathbf { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ and f : $( \mathbb { A } \times$ $\mathrm { \bar { D } _ { U } } ) \times \Omega \to \mathbb { R } ^ { d ^ { \prime } }$ such that $\mathbf { F } ( { \pmb a } , \cdot ) ( { \pmb x } ) = \mathbf { f } ( ( { \pmb a } , { \pmb x } ) , \cdot )$ for all $\textbf { \em a } \in \mathbb { A }$ and $\pmb { x } \in \mathbb { D } _ { \mathbb { U } }$ (P-almost surely). Then (i) $\mathbf { F }$ is a random process with values in $\big ( \mathbb { U } , \sigma ( \delta _ { \mathbb { U } } ) \big )$ if and only $i f$ f is a $\mathbb { R } ^ { d ^ { \prime } }$ -valued random process, (ii) $\mathbf { F }$ is Gaussian $i f$ and only if f is Gaussian, and (iii) if all evaluation maps $\delta _ { \pmb { x } } : \mathbb { U } \overset { \cdot } { } \mathbb { R } ^ { d ^ { \prime } } , \pmb { u } \mapsto \pmb { u } ( \pmb { x } )$ are continuous, then (i) holds for F with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ .

Theorem 3.2 reveals an insight into the abstract concept of function-valued Gaussian processes: Function-valued Gaussian processes are equivalent to (multi-output) Gaussian processes with augmented input spaces. This equivalence enables the translation of real-valued GPs, a computationally feasible structure, into infinite-dimensional function-valued objects.

Probabilistic Currying We note that Theorem 3.2 constitutes a probabilistic analogue of the concept of currying from functional programming (and category theory more generally). The Theorem shows the equivalence of the vector-valued (Gaussian) random function $\mathbf { f } \colon \mathbb { A } \times \mathbb { D } _ { \mathbb { U } } \to \mathbb { R } ^ { d ^ { \prime } }$ and the (Gaussian) random operator $\mathbf { F } \colon \mathbb { A } \to ( \mathbb { D } _ { \mathbb { U } } \to \mathbb { R } ^ { d ^ { \prime } } )$ with $\mathbf { F } ( { \pmb { a } } ) ( { \pmb { x } } ) \overset { \mathrm { a . s . } } { = } \mathbf { f } ( { \pmb { a } } , { \pmb { x } } )$ .

Example 3.1 (Currying a Continuous Bivariate Gaussian Process). Let f $\sim \mathcal { G P } \left( m , k \right)$ be a bivariate 2-output Gaussian process with compact index set $\mathbb { X } _ { 1 } \times \mathbb { X } _ { 2 } \subset \mathbb { R } ^ { 2 }$ on $( \Omega , A , { \mathrm { P } } )$ with (P-almost surely) continuous paths. For instance, this assumption is fulfilled if $m$ is continuous and $k$ is a multivariate Matérn covariance function (Da Costa et al., 2023). Then $a \mapsto \operatorname { f } ( a , \cdot )$ is a function-valued Gaussian process. More precisely, Theorem 3.2 shows that the map $\operatorname { F } \colon \mathbb { X } _ { 1 } \times \Omega \ \to \ C ( \mathbb { X } _ { 2 } ) , ( a , \omega ) \mapsto ( x \mapsto \operatorname { f } ( ( a , x ) , \omega ) )$ is a $C ( \mathbb { X } _ { 2 } )$ -valued Gaussian process with index set $\mathbb { X } _ { 1 }$ .

Thus, an intuitive way to understand function-valued Gaussian processes is as objects that, when evaluated, return a Gaussian process. Currying can also be used to relate the mean and covariance functions of function-valued or more general vector-valued (Gaussian) random processes, and their counterparts defined on the corresponding multioutput (Gaussian) random process. As this discussion is rather technical, we defer it to Appendix A.3.

Appendix A provides an in-depth explanation of our theoretical framework and contains a plethora of theoretical results on Gaussian processes with values in arbitrary (infinitedimensional) vector spaces that are not necessarily Banach or function spaces. For example, such results are vital for quantifying uncertainty in neural operators applied to PDEs that only admit weak solutions (see Appendix A.4).

3.2. Linearization Turns Neural Operators into Function-Valued Gaussian Processes

We use the notion of function-valued Gaussian processes to develop LUNO. We delineate the key components into different steps, visually represented in Figure 1.

Step 0 Let ${ \pmb { F } } \colon \mathbb { A } \times \mathbb { W } \mathbb { U } \subset ( \mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } } ) ^ { \mathbb { D } _ { \mathbb { U } } }$ be a neural operator as in Section 2.1 with $\mathbb { W } = \mathbb { R } ^ { p }$ .

Step 1 By uncurrying $\pmb { F }$ , we define the function

f ⁣:(A×DU)×WRdU,((a,x),w)F(a,w)(x). \begin{array} { r } { \pmb { f } \colon ( \mathbb { A } \times \mathbb { D } _ { \mathbb { U } } ) \times \mathbb { W } \to \mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } } , ( ( \pmb { a } , \pmb { x } ) , \pmb { w } ) \mapsto \pmb { F } ( \pmb { a } , \pmb { w } ) ( \pmb { x } ) . } \end{array}

The function $f _ { \mu } ^ { \mathrm { l i n } }$ is linear in the weights, but it remains highly nonlinear in the input. Moreover, we have $f _ { \mu } ^ { \mathrm { l i n } } ( \cdot , \pmb { \mu } ) = f ( \cdot , \pmb { \mu } )$ , which means that the mean function of f matches the prediction of the trained neural operator (before linearization) if we set $\pmb { \mu }$ to the weights $\boldsymbol { w } ^ { \star }$ found during training.

Step 3 Probabilistic currying constructs a Gaussian random operator from f. Namely, we define the function

F ⁣:A×ΩU,(a,ω)(xf((a,x),ω)). \mathbf { F } \colon \mathbb { A } \times \Omega \to \mathbb { U } , ( \pmb { a } , \omega ) \mapsto ( \pmb { x } \mapsto \mathbf { f } ( ( \pmb { a } , \pmb { x } ) , \omega ) ) .

(For this $\mathbf { F }$ to be well-defined, we need to assume that ${ \bf f } ( ( a , \cdot ) , \omega )$ is $\in \mathbb { U }$ for all $\mathbf { \pmb { a } } \in \mathbb { A }$ . See also Appendix A.4). Theorem 3.2 then shows that $\mathbf { F }$ is a $\mathbb { U }$ -valued Gaussian process. Moreover, $\mathbb { E } \left[ \mathbf { F } ( \pmb { a } ) ( \pmb { x } ) \right] = F ( \pmb { a } , \pmb { \mu } ) ( \pmb { x } )$ , and

Cov[F(a1)(x1),F(a2)(x2)]=DwF(a1,w)(x1)μΣDwF(a2,w)(x2)μ. \begin{array} { r l } & { \operatorname { C o v } \left[ \mathbf { F } ( \boldsymbol { a } _ { 1 } ) ( \boldsymbol { x } _ { 1 } ) , \mathbf { F } ( \boldsymbol { a } _ { 2 } ) ( \boldsymbol { x } _ { 2 } ) \right] } \\ { \quad } & { = \operatorname { D } _ { \boldsymbol { w } } { F } ( \boldsymbol { a } _ { 1 } , \boldsymbol { w } ) ( \boldsymbol { x } _ { 1 } ) | _ { \mu } \Sigma \operatorname { D } _ { \boldsymbol { w } } { F } ( \boldsymbol { a } _ { 2 } , \boldsymbol { w } ) ( \boldsymbol { x } _ { 2 } ) | _ { \mu } ^ { \top } . } \end{array}

The entire construction, in particular Theorem 3.2, still applies if w is not Gaussian. In this case, f and $\mathbf { F }$ are no longer Gaussian, but the formulae for the mean and covariance functions remain valid. We derive a generalization of the method for general separable Banach spaces $\mathbb { U }$ in Appendix A.4. For instance, this is useful if the functions in $\mathbb { U }$ are not pointwise defined, such as weak solutions of PDEs.

3.2.1. CASE STUDY: FOURIER NEURAL GAUSSIANRANDOM OPERATORS

Step 2 We obtain a Gaussian belief $\boldsymbol { \kappa } \sim \mathcal { N } \left( \boldsymbol { \mu } , \boldsymbol { \Sigma } \right)$ over the parameters of the network. In Bayesian deep learning, a common way to obtain this Gaussian belief is by placing a Gaussian prior $p ( \mathbf { w } )$ on the network’s parameters and then approximating the posterior distribution given the data $p ( \mathbf { w } \mid \mathcal { D } )$ . Well-established (approximate) inference techniques to obtain the posterior over w include the Laplace approximation (Ritter et al., 2018; Daxberger et al., 2021a; Immer et al., 2021), variational inference (Graves, 2011; Blundell et al., 2015; Khan et al., 2018), and SWAG (Maddox et al., 2019). Since $f$ has values in $\mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } }$ , following Khan et al. (2019); Immer et al. (2021) and Appendix B, we can linearize the model around $\pmb { \mu }$ :

f((a,x),w)fμlin((a,x),w)=f((a,x),μ)+Dwf((a,x),w)μ(wμ) \begin{array} { r l } & { f ( ( a , x ) , w ) \approx f _ { \mu } ^ { \mathrm { l i n } } ( ( a , x ) , w ) } \\ & { \mathrel { \mathop : } = f ( ( a , x ) , \mu ) + \mathrm { D } _ { w } f ( ( a , x ) , w ) | _ { \mu } ( w - \mu ) } \end{array}

to arrive at an induced approximate $d _ { \mathbb { U } } ^ { \prime }$ -output Gaussian process belief $\mathbf { f } : = f _ { \mu } ^ { \mathrm { l i n } } ( \cdot , \mathbf { w } ) \sim \mathcal { G P } \left( m , K \right)$ with index set $\mathbb { A } \times \mathbb { D } _ { \mathbb { U } }$ ${ \mathbb { U } } , m ( { \pmb a } , { \pmb x } ) = f ( ( { \pmb a } , { \pmb x } ) , { \pmb \mu } )$ , and

K((a1,x1),(a2,x2))=Dwf((a1,x1),w)μΣDwf((a2,x2),w)μ. \begin{array} { r l r } & { } & { K ( ( a _ { 1 } , \pmb { x } _ { 1 } ) , ( \pmb { a } _ { 2 } , \pmb { x } _ { 2 } ) ) } \\ & { } & { = \mathrm { D } _ { \pmb { w } } { \pmb { f } } ( ( \pmb { a } _ { 1 } , \pmb { x } _ { 1 } ) , \pmb { w } ) | _ { \pmb { \mu } } \pmb { \Sigma } \mathrm { D } _ { \pmb { w } } { \pmb { f } } ( ( \pmb { a } _ { 2 } , \pmb { x } _ { 2 } ) , \pmb { w } ) | _ { \pmb { \mu } } ^ { \top } . } \end{array}

The exposition so far applies generally to neural operators. For Fourier neural operators, a particularly efficient representation of the function-valued posterior process is available. To simplify the exposition, we focus on the case where the Gaussian belief is restricted to the parameters of the final Fourier block $\pmb { w } _ { L - 1 } : = ( \pmb { R } ^ { ( L - 1 ) } , \mathbf { \bar { W } } ^ { ( L - 1 ) } )$ . This is a common approach in the context of last-layer Laplace approximation (Kristiadi et al., 2020). In Appendix C.1, we show that the function-valued GP obtained by applying LUNO in this case takes the form

F(a)(x)=q~(mz(L1)(x))+(Dq~(mz(L1)(x))(z(L1)(x)mz(L1)(x))), \begin{array} { r l } & { \mathrm { F } ( \pmb { a } ) ( \pmb { x } ) = \tilde { \pmb q } ( m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \pmb { x } ) ) + \Bigl ( \mathrm { D } \tilde { \pmb q } \left( m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \pmb { x } ) \right) } \\ & { \qquad \cdot \left( \mathbf { z } ^ { ( L - 1 ) } ( \pmb { x } ) - m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \pmb { x } ) \right) \Bigr ) , } \end{array}

i.e., $\mathrm { F } ( \pmb { a } ) \sim \mathcal { G P } \left( m _ { \pmb { a } } , K _ { \pmb { a } } \right)$ with

ma(x)=F(a,w)(x),andKa(x1,x2)=Dq~(mz(L1)(x1))Kz(L1)(x1,x2)Dq~(mz(L1)(x2)), \begin{array} { c } { { m _ { a } ( x ) = F ( a , w ^ { \star } ) ( x ) , \quad \mathrm { a n d } } } \\ { { K _ { a } ( x _ { 1 } , x _ { 2 } ) = \mathrm { D } \tilde { q } \left( m _ { { \mathbf z } ^ { ( L - 1 ) } } ( x _ { 1 } ) \right) K _ { { \mathbf z } ^ { ( L - 1 ) } } ( x _ { 1 } , x _ { 2 } ) } } \\ { { \cdot \mathrm { D } \tilde { q } \left( m _ { { \mathbf z } ^ { ( L - 1 ) } } ( x _ { 2 } ) \right) ^ { \top } , } } \end{array}

where $\mathbf { z } ^ { ( L - 1 ) } \sim \mathcal { G P } \left( m _ { \mathbf { z } ^ { ( L - 1 ) } } , K _ { \mathbf { z } ^ { ( L - 1 ) } } \right)$ is a multi-output parametric Gaussian process whose moments only depend on ${ \pmb v } ^ { ( L - 1 ) } , { \pmb \mu }$ , and $\pmb { \Sigma }$ , and $\tilde { \pmb q } = \pmb q ( \cdot , \pmb w _ { \pmb q } ) \circ \pmb \sigma ^ { ( L - 1 ) }$ .

There are two practical benefits arising from this representation. First, computing the moments of, and drawing samples from $\mathrm { F } ( a )$ only needs access to the hidden state $\pmb { v } ^ { ( \bar { L } - 1 ) }$ of the neural operator. We can thus evaluate the Gaussian process belief at arbitrary output points $\pmb { x } \in \mathbb { D } _ { \mathbb { U } }$ , without the need to compute more than one (full) forward pass of the neural operator. Secondly, since the Gaussian process belief $\mathrm { F } ( a )$ over the output function is parametric, we can efficiently sample entire functions from it that can then be lazily evaluated at arbitrary points. This is in contrast to general non-parametric Gaussian processes, where one typically discretizes the GP before drawing samples of the function values at the given finite set of points. Such lazy functional samples can be used e.g. for active experimental design and Bayesian optimization (Wilson et al., 2021).

4. Related Work

Azizzadenesheli et al. (2024) provide a comprehensive overview of neural operator architectures. These include graph neural operators (Li et al., 2020a), physics-informed neural operators (Li et al., 2024), multi-wavelet neural operators (Gupta et al., 2021) and the widely used Fourier neural operators (Li et al., 2021). FNOs have gained particular prominence, finding applications across various PDE problems (Pathak et al., 2022; Zhang et al., 2023; Li et al., 2023a; Rashid et al., 2022; Qin et al., 2024; Kossaifi et al., 2023; Bonev et al., 2023). Theoretical foundations for FNOs have been established, with Kovachki et al. (2021) proving their universal approximation capabilities for continuous operators, and Lanthaler et al. (2024) analyzing discretizationinduced aliasing errors.

While neural operator architectures have advanced, incorporating uncertainty estimation remains challenging. Recent work has approached this problem from different angles. Garg & Chakraborty (2023) applied variational inference to estimate Bayesian posteriors in DeepONets. More closely related to our work, Magnani et al. (2022) developed uncertainty estimates for graph neural operators using Laplace approximation, though their approach does not extend to FNOs, nor does it consider function space formulations. Kumar et al. (2024) combined Gaussian Process priors with Wavelet Neural Operators, optimizing hyperparameters through negative log-marginal likelihood minimization. Additional Bayesian operator frameworks have been explored by Garg & Chakraborty (2022); Batlle et al. (2024); Zou et al. (2024); Mora et al. (2025).

Function-valued Gaussian processes have been studied in the Hilbert space setting by Owhadi (2023); Batlle et al. (2024). Our approach formulates the theory natively within the context of Banach spaces, as neural operators are defined as mappings between such spaces. In the Appendix we prove that, when restricted to the Hilbert space setting, the theoretical framework Owhadi (2023); Batlle et al. (2024) embeds into ours.

To generate a probabilistic belief over a neural network’s weights, various Bayesian posterior approximation techniques are available. One of the most popular is the Laplace approximation, introduced to deep learning by Mackay (1992), which has gained popularity in the Bayesian deep learning community (Ritter et al., 2018; Daxberger et al., 2021a; Kristiadi et al., 2020; Papamarkou et al., 2024). This is also due to its scalability, achieved through various strategies including using log-posterior Hessian approximations (Ritter et al., 2018; Martens, 2020), treating only a subset of the model probabilistically (Daxberger et al., 2021b), employing linearized Laplace (Foong et al., 2019; Immer et al., 2021), or using scalable Gaussian processes methods (Deng et al., 2022; Ortega et al., 2024). Other Bayesian deep learning methods include variational inference (Graves, 2011; Blundell et al., 2015; Khan et al., 2018; Zhang et al., 2018), Markov Chain Monte Carlo (Neal, 1996; Welling & Teh, 2011; Zhang et al., 2020), SWAG (Maddox et al., 2019), or heuristic methods (Gal & Ghahramani, 2016; Maddox et al., 2019). Finally, a widely used approach for uncertainty quantification in deep learning is ensembles (Lakshminarayanan et al., 2017; Hansen & Salamon, 1990), that train multiple independent neural networks with different random initializations and aggregate the predictions.

5. Experiments

We evaluate linearized predictive uncertainty (LUNO- $^ $ ) against sample-based approaches (Sample- $$ ), which require additional approximations to impose a Gaussian Process structure over the output space. To be precise, in the Sample-$^ *$ methods, we draw samples from the weight-space belief, map the samples through the (nonlinear) map ${ \pmb w } \mapsto { \pmb F } ( \cdot , { \pmb w } )$ , and compute a function-valued Gaussian process belief over the prediction by moment matching the empirical mean and covariance function. We consider isotropic Gaussian ( $^ *$ -Iso) and low-rank Laplace approximated $( { * } { - } \mathrm { L A } )$ weightspace uncertainties, in both their sample-based (Sample) and linearized (LUNO) forms. We compare these weight-space-Gaussian methods against input perturbations (Pathak et al., 2022), and deep ensembles. Deep ensembles were trained 10 times with different random seeds on the original Fourier neural operator (FNO) architecture. We evaluate our model on time-dependent PDEs in one and two spatial dimensions, predicting the next time step autoregressively from the previous ten. We assess uncertainty quantification in two key settings: (1) a low-data regime, where the model is trained on a limited number of trajectories, and (2) out-of-distribution (OOD) scenarios, where physical phenomena unseen during training are introduced at test time.

We evaluate the predictive uncertainty using standard metrics: the expected root mean squared error (RMSE) of the mean predictions, the expected marginal $\chi ^ { 2 }$ statistics, and the expected marginal negative log-likelihood (NLL) over 250 test input-output pairs. Hyperparameters are optimized via grid search using the expected marginal NLL on a validation set as the target. Full details, including data generation, training procedures, uncertainty estimation methods, and more detailed results are provided in the Appendix.


Figure 2: FNO predictive uncertainty quantified by several different methods. Top row: target function $( - )$ , mean ( ) and 1.96 standard deviations $( \sqsupset$ of, as well as samples ( ) from, the predictive belief. For the ensemble, the samples are four of the ensemble members. Bottom row: spread of the predictive distribution around the mean. For the sample-/ensemble-based methods, we construct a Gaussian distribution from the empirical covariance matrix and draw four samples ( ). We plot 1.96 standard deviations $( \sqsupset$ of the predictive belief, as well as the top-three eigenfunctions $( - )$ and a heatmap of the predictive covariance matrix (top right corner of panels).

Code. We provide an efficient implementation of the LUNO framework in JAX (Bradbury et al., 2018) at

‡ / MethodsOfMachineLearning / luno.

The code for our experiments can be found at ‡ / 2bys / luno-experiments.

Low data regime. We train an FNO for 100 epochs on 25 simulated solutions of Burgers’ equation with 59-time steps and evaluate their uncertainty on 250 unseen test pairs. Figure 2 visualizes the predictive uncertainty for input perturbations, deep ensemble, Sample-LA, and LUNO-LA on a single test data point of Burgers’ equation. Table 1 shows that LUNO-LA outperforms the other approaches. This trend holds across two other one-dimensional timedependent PDE datasets, which are included in the Appendix (Table 4 and Table 5). While all methods produce marginal confidence bands around the network prediction, their sample path covariances differ qualitatively.

Out-of-Distribution. To assess OOD robustness, we train an FNO (or an ensemble of 10 FNOs) on a two-dimensional Advection-Diffusion equation with initial conditions sampled from Gaussian blobs and a random constant velocity field. We introduce various additional physical phenomena to the test set. These include reversing the velocity field at the center (Flip), introducing a triangular heat source (Pos), and a cloud-shaped heat sink (Neg). Table 2 reports expected marginal NLL over a variation of out-of-distribution datasets. Additional and more granular results can be found in the Appendix. While LUNO-LA outperforms the other weight space methods and input perturbations, deep ensembles achieve the lowest expected marginal NLL in next-step prediction. However, their uncertainty representation is fundamentally different. Figure 3 compares deep ensemble with LUNO-LA. Deep ensembles approximate uncertainty using a small set of discrete hypotheses, represented by a collection of point masses in parameter space. While this representation is not confined to the analytic form of a Gaussian distribution, it has other constraints: For example, although marginal uncertainty estimates (panel 3 in the figure) can be relatively well-structured, the associated empirical covariance across the ensemble is fundamentally rank-deficient. This limitation is critical, as it leaves certain types of errors entirely unaccounted for (panel 8, which projects residuals onto the null space of the ensemble covariance). By contrast, LUNO-LA constructs a covariance matrix whose rank is (in theory) only bounded by the number of parameters considered.4 As a result, a plot like panel 8 in Figure 3 does not make sense for LUNO-LA, since, in principle, it explains any variation in the data (albeit with varying calibration). This behavior is also evident in full-trajectory evaluations. Although FNOs are trained for next-step prediction, they are often used for auto-regressive roll-outs, where predictions are recursively fed back as inputs. Such roll-outs cause a subtle yet significant distribution shift, as prediction errors accumulate and are treated as ground truth for subsequent steps. While the deep ensemble improves upon the network prediction in terms of RMSE, its uncertainty estimate does not adapt to the increasing error, as reflected in the NLL (cf. Figure 4).

Table 1: Comparison of UQ methods for an FNO trained on 25 trajectories of Burgers’ equation.

MethodRMSE (↓)χ2NLL ()
Input Perturbations3.63 × 10−20.894-1.8720
Ensemble3.49 × 10-25.597-0.8145
Sample-Iso3.72 × 10−20.977−1.9341
LUNO-Iso3.62 × 10−20.864−1.9488
Sample-LA5.59 × 10−22.774-1.1572
LUNO-LA3.62 × 10−21.022-2.0787

Table 2: Expected marginal NLL evaluation across OOD datasets for different methods. Lower is better.

MethodBaseFlipPos-Neg-Flip
Input Perturbations−2.5862.573494.935
Ensemble-5.3133.825-1.014
Sample-Iso−2.9214.07143.362
LUNO-Iso−2.8923.45037.733
Sample-LA−2.5764.39527.046
LUNO-LA−2.934−1.1261.164


Figure 3: Comparing an ensemble (left), LUNO-LA (right). Top row shows target, residuals, and the predictive standard deviation. Bottom row shows the absolute ratio of the pointwise residual and the predictive standard deviation as well as a sample from the predictive belief. Since the uncertainty structure of the ensemble prediction is of low rank, we also include its unexplained error by projecting the residual vector onto the null space of the predictive covariance.

methods are reported in the Appendix. Due to the efficiency of Jacobian-vector products and analytical tractability of the inverse real fast Fourier transform, LUNO- $^ *$ methods outperform their Samples- $^ *$ counterparts, with LUNO-Iso being even faster than the deep ensemble in our implementation. Each method comes with its own additional cost. While deep ensembles need fully separate training runs with different random seeds, LUNO-LA’s main computational bottleneck is computing the low-rank approximation of the generalized Gauss–Newton matrix (GGN). This cost is dominated by network size, the selected rank, and the amount of data used for the GGN approximation.

6. Conclusion

We introduced LUNO, a framework for predictive uncertainty quantification in neural operators using functionvalued Gaussian processes. LUNO can be interpreted as a probabilistic generalization of currying in functional programming. By leveraging model linearization, it offers a computationally efficient and theoretically grounded approach to incorporating weight-space uncertainties in neural operators. The framework endows neural operators with structured weight-space uncertainty quantification capabilities while preserving their resolution-agnostic nature. We demonstrate this for LUNO-LA in the FNO setting under low-data regimes and out-of-distribution scenarios.

LUNO’s main limitation lies in the challenges associated with modeling weight-space covariances. Nevertheless, by successfully constructing a structured Gaussian process over the output space, LUNO paves the way for future applications of GP-valued neural operators in scientific and engineering domains.


Figure 4: Averaged performance of different UQ methods on an autoregressive rollout of the FNO on 50 trajectories from the Pos-Neg-Flip dataset. We compare input perturbations $( - )$ , deep ensembles $( - )$ , Sample-Iso $( - )$ , LUNO-Iso $( - )$ , Sample-LA ( ), LUNO-LA $( - )$ .

Impact Statement

This paper presents work whose goal is to advance the field of Machine Learning. There are many potential societal consequences of our work, none which we feel must be specifically highlighted here.

Acknowledgments

The authors gratefully acknowledge financial support by the European Research Council through ERC CoG Action 101123955 ANUBIS ; the DFG Cluster of Excellence “Machine Learning - New Perspectives for Science”, EXC 2064/1, project number 390727645; the German Federal Ministry of Education and Research (BMBF) through the Tübingen AI Center (FKZ: 01IS18039A); the DFG SPP 2298 (Project HE 7114/5-1), and the Carl Zeiss Foundation, (project "Certification and Foundations of Safe Machine Learning Systems in Healthcare"), as well as funds from the Ministry of Science, Research and Arts of the State of Baden-Württemberg. The authors thank the International Max Planck Research School for Intelligent Systems (IMPRS-IS) for supporting Emilia Magnani, Marvin Pförtner and Tobias Weber. We would like to thank Nathaël Da Costa for invaluable feedback on the theoretical aspects of this work.

References

Aliprantis, C. D. and Border, K. C. Infinite Dimensional Analysis: A Hitchhiker’s Guide. Springer-Verlag, Berlin, Heidelberg, third edition, 2006. doi:10.1007/3-540- 29587-9.

Azizzadenesheli, K., Kovachki, N., Li, Z., Liu-Schiaffini, M., Kossaifi, J., and Anandkumar, A. Neural operators for accelerating scientific simulations and design. Nature Reviews Physics, pp. 1–9, 2024.

Batlle, P., Darcy, M., Hosseini, B., and Owhadi, H. Kernel methods are competitive for operator learning. Journal of Computational Physics, 496:112549, 2024.

Blundell, C., Cornebise, J., Kavukcuoglu, K., and Wierstra, D. Weight uncertainty in neural network. In ICML, 2015.

Bogachev, V. I. Gaussian Measures, volume 62 of Mathematical Surveys and Monographs. American Mathematical Society, Providence, Rhode Island, 1998.

Bonev, B., Kurth, T., Hundt, C., Pathak, J., Baust, M., Kashinath, K., and Anandkumar, A. Spherical Fourier neural operators: Learning stable dynamics on the sphere. In ICML, 2023.

Boullé, N. and Townsend, A. A mathematical guide to operator learning. arXiv preprint arXiv:2312.14688, 2023.

Bradbury, J., Frostig, R., Hawkins, P., Johnson, M. J., Leary, C., Maclaurin, D., Necula, G., Paszke, A., VanderPlas, J., Wanderman-Milne, S., and Zhang, Q. JAX: composable transformations of Python+NumPy programs, 2018. URL http://github.com/jax-ml/jax.

Conway, J. B. A Course in Functional Analysis, volume 96 of Graduate Texts in Mathematics. Springer, New York, second edition, 1997. doi:10.1007/978-1-4757-4383-8.

Da Costa, N., Pförtner, M., Da Costa, L., and Hennig, P. Sample path regularity of Gaussian processes from the covariance kernel. arXiv preprint arXiv:2312.14886, 2023. doi:10.48550/arXiv.2312.14886.

Dangel, F., Tatzel, L., and Hennig, P. ViViT: Curvature access through the generalized Gauss-Newton’s low-rank structure. TMLR, 2022.

Daxberger, E., Kristiadi, A., Immer, A., Eschenhagen, R., Bauer, M., and Hennig, P. Laplace redux-effortless Bayesian deep learning. NeurIPS, 2021a.

Daxberger, E., Nalisnick, E., Allingham, J. U., Antoran, J., and Hernandez-Lobato, J. M. Bayesian deep learning via subnetwork inference. In ICML, 2021b.

Deng, Z., Zhou, F., and Zhu, J. Accelerated linearized Laplace approximation for Bayesian deep learning. NeurIPS, 2022.

Foong, A. Y., Li, Y., Hernández-Lobato, J. M., and Turner, R. E. ’In-Between’ uncertainty in Bayesian neural networks. arXiv preprint arXiv:1906.11537, 2019.

Gal, Y. and Ghahramani, Z. Dropout as a Bayesian approximation: Representing model uncertainty in deep learning. In ICML, 2016.

Garg, S. and Chakraborty, S. Variational Bayes deep operator network: a data-driven Bayesian solver for parametric differential equations. arXiv preprint arXiv:2206.05655, 2022.

Garg, S. and Chakraborty, S. VB-DeepONet: A Bayesian operator learning framework for uncertainty quantification. Engineering Applications of Artificial Intelligence, 118:105685, 2023. ISSN 0952-1976.

Garnett, R. Bayesian Optimization. Cambridge University Press, 2023. doi:10.1017/9781108348973.

Grady, T., Khan, R., Louboutin, M., Yin, Z., Witte, P. A., Chandra, R., Hewett, R. J., and Herrmann, F. J. Towards large-scale learned solvers for parametric PDEs with model-parallel Fourier neural operators. arXiv preprint arXiv:2204.01205, 2022.

Graves, A. Practical variational inference for neural networks. In NeurIPS, 2011.

Gupta, G., Xiao, X., and Bogdan, P. Multiwavelet-based operator learning for differential equations. In NeurIPS, 2021.

Hansen, L. K. and Salamon, P. Neural network ensembles. IEEE transactions on pattern analysis and machine intelligence, 12(10):993–1001, 1990.

Hennig, P., Osborne, M. A., and Kersting, H. P. Probabilistic Numerics: Computation as Machine Learning. Cambridge University Press, 2022.

Immer, A., Korzepa, M., and Bauer, M. Improving predictions of Bayesian neural networks via local linearization. In AISTATS, 2021.

Kabri, S., Roith, T., Tenbrinck, D., and Burger, M. Resolution-invariant image classification based on Fourier neural operators. In Calatroni, L., Donatelli, M., Morigi, S., Prato, M., and Santacesaria, M. (eds.), Scale Space and Variational Methods in Computer Vision, pp. 236–249, Cham, 2023. Springer International Publishing. doi:10.1007/978-3-031-31975-4_18.

Khan, M. E., Nielsen, D., Tangkaratt, V., Lin, W., Gal, Y., and Srivastava, A. Fast and scalable Bayesian deep learning by weight-perturbation in adam. In ICML, 2018.

Khan, M. E., Immer, A., Abedi, E., and Korzepa, M. Approximate inference turns deep networks into Gaussian processes. In NeurIPS, 2019.

Klenke, A. Probability Theory: A Comprehensive Course. Universitext. Springer, London, second edition, 2014.

Koehler, F., Niedermayr, S., Westermann, R., and Thuerey, N. APEbench: A benchmark for autoregressive neural emulators of PDEs. In NeurIPS, 2024.

Kossaifi, J., Kovachki, N., Azizzadenesheli, K., and Anandkumar, A. Multi-grid tensorized Fourier neural operator for high-resolution PDEs. arXiv preprint arXiv:2310.00120, 2023.

Kovachki, N., Lanthaler, S., and Mishra, S. On universal approximation and error bounds for Fourier neural operators. JMLR, 22(290):1–76, 2021.

Kovachki, N., Li, Z., Liu, B., Azizzadenesheli, K., Bhattacharya, K., Stuart, A., and Anandkumar, A. Neural operator: Learning maps between function spaces with applications to PDEs. JMLR, 24(89):1–97, 2023.

Kristiadi, A., Hein, M., and Hennig, P. Being Bayesian, even just a bit, fixes overconfidence in relu networks. In ICML, 2020.

Kumar, S., Nayek, R., and Chakraborty, S. Neural operator induced Gaussian process framework for probabilistic solution of parametric partial differential equations. Computer Methods in Applied Mechanics and Engineering, 431:117265, 2024.

Lakshminarayanan, B., Pritzel, A., and Blundell, C. Simple and scalable predictive uncertainty estimation using deep ensembles. In NeurIPS, 2017.

Lanthaler, S., Stuart, A. M., and Trautner, M. Discretization error of Fourier neural operators. arXiv preprint arXiv:2405.02221, 2024.

Li, Z., Kovachki, N., Azizzadenesheli, K., Liu, B., Bhattacharya, K., Stuart, A., and Anandkumar, A. Multipole graph neural operator for parametric partial differential equations. In NeurIPS, 2020a.

Li, Z., Kovachki, N., Azizzadenesheli, K., Liu, B., Bhattacharya, K., Stuart, A., and Anandkumar, A. Neural operator: Graph kernel network for partial differential equations. In ICLR 2020 Workshop on Integration of Deep Neural Models and Differential Equations, 2020b.

Li, Z., Kovachki, N. B., Azizzadenesheli, K., Liu, B., Bhattacharya, K., Stuart, A., and Anandkumar, A. Fourier neural operator for parametric partial differential equations. In ICLR, 2021.

Li, Z., Peng, W., Yuan, Z., and Wang, J. Fourier neural operator approach to large eddy simulation of threedimensional turbulence. Theoretical and Applied Mechanics Letters, 12(6):100389, 2022.

Li, Z., Huang, D. Z., Liu, B., and Anandkumar, A. Fourier neural operator with learned deformations for PDEs on general geometries. JMLR, 24(388):1–26, 2023a.

Li, Z., Kovachki, N., Choy, C., Li, B., Kossaifi, J., Otta, S., Nabian, M. A., Stadler, M., Hundt, C., Azizzadenesheli, K., et al. Geometry-informed neural operator for largescale 3D PDEs. NeurIPS, 2023b.

Li, Z., Zheng, H., Kovachki, N., Jin, D., Chen, H., Liu, B., Azizzadenesheli, K., and Anandkumar, A. Physicsinformed neural operator for learning partial differential equations. ACM/JMS Journal of Data Science, 1(3):1–27, 2024.

Loshchilov, I. and Hutter, F. Decoupled weight decay regularization. In ICLR, 2019.

MacKay, D. J. Bayesian interpolation. Neural computation, 4(3):415–447, 1992a.

MacKay, D. J. The evidence framework applied to classification networks. Neural computation, 4(5):720–736, 1992b.

Mackay, D. J. C. Bayesian methods for adaptive models. California Institute of Technology, 1992.

Maddox, W., Garipov, T., Izmailov, P., Vetrov, D. P., and Wilson, A. G. A simple baseline for Bayesian uncertainty in deep learning. In NeurIPS, 2019.

Magnani, E., Krämer, N., Eschenhagen, R., Rosasco, L., and Hennig, P. Approximate Bayesian neural operators: Uncertainty quantification for parametric PDEs. arXiv preprint arXiv:2208.01565, 2022.

Martens, J. New insights and perspectives on the natural gradient method. JMLR, 21(146):1–76, 2020.

Martens, J. and Grosse, R. Optimizing neural networks with Kronecker-factored approximate curvature. In ICML, 2015.

Mora, C., Yousefpour, A., Hosseinmardi, S., Owhadi, H., and Bostanabad, R. Operator learning with Gaussian processes. Computer Methods in Applied Mechanics and Engineering, 434:117581, 2025. ISSN 0045-7825.

Musekamp, D., Kalimuthu, M., Holzmüller, D., Takamoto, M., and Niepert, M. Active learning for neural PDE solvers. ICLR, 2025.

Neal, R. M. Bayesian Learning for Neural Networks. Springer-Verlag, Berlin, Heidelberg, 1996. ISBN 0387947248.

Ortega, L. A., Santana, S. R., and Hernández-Lobato, D. Variational linearized Laplace approximation for bayesian deep learning. ICML, 2024.

Owhadi, H. Do ideas have shape? Idea registration as the continuous limit of artificial neural networks. Physica $D$ Nonlinear Phenomena, 444, 2023.

Owhadi, H. and Scovel, C. Operator-Adapted Wavelets, Fast Solvers, and Numerical Homogenization: From a Game Theoretic Approach to Numerical Approximation and Algorithm Design. Cambridge Monographs on Applied and Computational Mathematics. Cambridge University Press, Cambridge, 2019. doi:10.1017/9781108594967.

Papamarkou, T., Skoularidou, M., Palla, K., Aitchison, L., Arbel, J., Dunson, D., Filippone, M., Fortuin, V., Hennig, P., Hernández-Lobato, J. M., Hubin, A., Immer, A., Karaletsos, T., Khan, M. E., Kristiadi, A., Li, Y., Mandt, S., Nemeth, C., Osborne, M. A., Rudner, T. G. J., Rügamer, D., Teh, Y. W., Welling, M., Wilson, A. G., and Zhang, R. Position: Bayesian deep learning is needed in the age of large-scale AI. In ICML, 2024.

Pathak, J., Subramanian, S., Harrington, P., Raja, S., Chattopadhyay, A., Mardani, M., Kurth, T., Hall, D., Li, Z., Azizzadenesheli, K., et al. FourCastNet: A global data-driven high-resolution weather model using adaptive Fourier neural operators. arXiv preprint arXiv:2202.11214, 2022.

Pförtner, M., Steinwart, I., Hennig, P., and Wenger, J. Physics-informed Gaussian process regression generalizes linear PDE solvers. arXiv preprint arXiv:2212.12474, 2022.

Qin, S., Lyu, F., Peng, W., Geng, D., Wang, J., Gao, N., Liu, X., and Wang, L. L. Toward a better understanding of Fourier neural operators: Analysis and improvement from a spectral perspective. arXiv preprint arXiv:2404.07200, 2024.

Rashid, M. M., Pittie, T., Chakraborty, S., and Krishnan, N. A. Learning the stress-strain fields in digital composites using Fourier neural operator. Iscience, 25(11), 2022.

Renn, P. I., Wang, C., Lale, S., Li, Z., Anandkumar, A., and Gharib, M. Forecasting subcritical cylinder wakes with Fourier neural operators. arXiv preprint arXiv:2301.08290, 2023.

Ritter, H., Botev, A., and Barber, D. A scalable Laplace approximation for neural networks. In ICLR, 2018.

Schraudolph, N. Fast curvature matrix-vector products for second-order gradient descent. Neural computation, 14: 1723–38, 2002.

Sliwa, J., Schneider, F., Bosch, N., Kristiadi, A., and Hennig, P. Efficient weight-space Laplace-Gaussian filtering and smoothing for sequential deep learning. arXiv preprint arXiv:2410.06800, 2024.

Steinwart, I. Conditioning of Banach space valued Gaussian random variables: An approximation approach based on martingales. arXiv preprint arXiv:2404.03453, 2024.

Welling, M. and Teh, Y. W. Bayesian learning via stochastic gradient Langevin dynamics. In ICML, 2011.

Wilson, J. T., Borovitskiy, V., Terenin, A., Mostowsky, P., and Deisenroth, M. P. Pathwise conditioning of Gaussian processes. JMLR, 22(105):1–47, 2021.

Zhang, G., Sun, S., Duvenaud, D., and Grosse, R. B. Noisy natural gradient as variational inference. In ICML, 2018.

Zhang, R., Li, C., Zhang, J., Chen, C., and Wilson, A. G. Cyclical stochastic gradient MCMC for Bayesian deep learning. In ICLR, 2020.

Zhang, T., Trad, D., and Innanen, K. Learning to solve the elastic wave equation with Fourier neural operators. Geophysics, 88(3):T101–T119, 2023.

Zou, Z., Meng, X., Psaros, A. F., and Karniadakis, G. E. NeuralUQ: A comprehensive library for uncertainty quantification in neural differential equations and operators. SIAM Review, 66(1):161–190, 2024.

Linearization Turns Neural Operators into Function-Valued Gaussian Processes: Supplementary Materials

A. Theoretical Results

A.1. Dual Spaces

We aim to quantify epistemic uncertainty about learned (nonlinear) operators $\pmb { F } \colon \mathbb { A } \mathbb { U }$ , where $\mathbb { U }$ is a (typically infinitedimensional) real vector space of functions. If $\mathbb { U }$ is a space of real-valued functions, at the very least, we want to be able to express a probabilistic belief over all point evaluations $\begin{array} { r } { \pmb { F } ( \ b { a } ) ( \pmb { x } ) = : \delta _ { \pmb { x } } ( \pmb { F } ( \ b { a } ) ) } \end{array}$ . Note that point evaluation $\delta _ { x } \colon \mathbb { U } \to \mathbb { R }$ of functions in $\mathbb { U }$ is a linear map, since $\delta _ { x } ( \alpha _ { 1 } u _ { 1 } + \alpha _ { 2 } u _ { 2 } ) = ( \alpha _ { 1 } u _ { 1 } + \alpha _ { 2 } u _ { 2 } ) ( { \pmb x } ) = \alpha _ { 1 } u _ { 1 } ( { \pmb x } ) + \alpha _ { 2 } u _ { 2 } ( { \pmb x } ) = \alpha _ { 1 } \delta _ { x } ( u _ { 1 } ) + \alpha _ { 2 } \delta _ { { \pmb x } } ( u _ { 2 } ) ( { \pmb x } ) ,$ . Many interesting operations that map functions into real numbers like (point-evaluated) derivatives and integrals are linear.

Now let $\mathbb { U }$ be an arbitrary real vector space. Real-valued linear maps on $\mathbb { U }$ are referred to as linear functionals. The set of all linear functionals on $\mathbb { U }$ is referred to as the algebraic dual (space) of $\mathbb { U }$ and denoted by $\mathbb { U } ^ { # }$ . A subset $\mathbb { L }$ of $\mathbb { U } ^ { # }$ is said to be total or to separate the points in $\mathbb { U }$ if for any $u _ { 1 } , u _ { 2 } \in \mathbb { U }$ with $u _ { 1 } \neq u _ { 2 }$ , there is $\ell \in \mathbb { L }$ such that $\ell ( u _ { 1 } ) \neq \ell ( u _ { 2 } )$ . Such subsets are useful, since they allow us to identify elements from the primal space $\mathbb { U }$ uniquely. For instance, the set of all point evaluation functionals on a vector space of real-valued functions separates the points in the space. If $\mathbb { U }$ is a topological vector space (for instance a separable Banach space in the context of neural operators), then the subspace of continuous linear functionals is denoted by $\mathbb { U } ^ { \prime } \subset \mathbb { U } ^ { # }$ .

Remark A.1 (The Bidual Embedding). The algebraic dual space $\mathbb { U } ^ { # }$ with pointwise addition and scalar multiplication is a real vector space itself. Hence, any subspace $\mathbb { L } \subset \mathbb { U } ^ { # }$ , has an algebraic dual space $\mathbb { L } ^ { # }$ . The elements $\phi \in \mathbb { L } ^ { # }$ of this space are linear functions mapping linear functionals into real numbers, i.e., $\phi ( \ell ) \in \mathbb { R }$ for $\ell \in \mathbb { L } \subset \mathbb { U } ^ { # }$ . $\mathbb { L }$ is a vector space of real-valued functions, so we can consider its point evaluation functionals $\delta _ { u } \colon \mathbb { L } \to \mathbb { R } , \ell \mapsto \ell ( u )$ . Note that the map $\boldsymbol { { \tau } } _ { \mathbb { U } , \mathbb { L } ^ { # } } : \mathbb { U } \mathbb { L } ^ { # }$ , $u \mapsto \delta _ { u }$ is linear and, if $\mathbb { L }$ separates the points in $\mathbb { U }$ , injective. Hence, $\mathbb { U }$ is isomorphic to its image $\delta _ { \mathbb { U } } : = \iota _ { \mathbb { U } , \mathbb { L } # } ( \mathbb { U } )$ under $\boldsymbol { L } _ { \mathbb { U } , \mathbb { L } ^ { # } }$ . We refer to the map $\boldsymbol { L } _ { \mathbb { U } , \mathbb { L } ^ { # } }$ as the bidual embedding. Abusing notation, we write $\mathbb { U } \subset \mathbb { L } ^ { # }$ , $u \in \mathbb { L } ^ { # }$ for $u \in \mathbb { U }$ , etc.

A.2. Probability Measures on Vector Spaces

Our framework models the predictive uncertainty over an output of a neural operator as a random variable with values in an (infinite-dimensional) vector space $\mathbb { U }$ of functions. As noted before, we at least want to quantify the uncertainty about a given set $\mathbb { L } \subset \mathbb { U } ^ { # }$ of linear functionals. Hence, we need to make the linear functionals in $\mathbb { L }$ measurable.

Let $( \Omega , A , \mathrm { P } )$ be a probability space, $\mathbb { U }$ a real vector space and $\mathbb { L } \subset \mathbb { U } ^ { # }$ a vector subspace of linear functionals separating the points in U. We equip $\mathbb { U }$ with the smallest $\sigma$ -algebra $\sigma ( \mathbb { L } )$ that makes all the functionals in $\mathbb { L }$ measurable. A random variable u with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ (U-valued for short) is an $\scriptstyle A - \sigma ( \mathbb { L } )$ -measurable function $\mathrm { u } \colon \Omega \to { \mathbb { U } }$ .

Similar to their finite-dimensional counterparts, probability measures on and random variables with values in (infinite dimensional) vector spaces admit the definition of a mean and a (cross-)covariance operator.

Definition A.2 (Mean and Covariance Operator (see e.g., Bogachev, 1998, Definition 2.2.7)). Let $\gamma$ be a probability measure on $\sigma ( \mathbb { L } )$ .

(a) If $\mathbb { L } \subset \operatorname { L } _ { 1 } ( \gamma )$ , then $m _ { \gamma } \in \mathbb { L } ^ { # }$ defined by

mγ():=Eγ[]=U(u)γ(du)L m _ { \gamma } ( \ell ) : = \mathbb { E } _ { \gamma } \left[ \ell \right] = \int _ { \mathbb { U } } \ell ( u ) \gamma ( { \mathrm { d } } u ) \qquad \forall \ell \in \mathbb { L }

is called the mean of $\gamma$ . The mean $m _ { \mathrm { u } }$ of a random variable u : $\Omega \to \mathbb { U }$ with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ is defined as the mean $m _ { \mathrm { P o u } ^ { - 1 } }$ of its law.

(b) If $\mathbb { L } \subset \mathrm { L } _ { 2 } ( \gamma )$ , then the linear operator $\mathcal { C } _ { \gamma } : \mathbb { L } \to \mathbb { L } ^ { # }$ defined by

Cγ(1)(2):=Covγ[1,2]=U(1(u)mγ(1))(2(u)mγ(2))γ(du)1,2L \mathcal { C } _ { \gamma } ( \ell _ { 1 } ) ( \ell _ { 2 } ) : = \mathrm { C o v } _ { \gamma } [ \ell _ { 1 } , \ell _ { 2 } ] = \int _ { \mathbb { U } } \left( \ell _ { 1 } ( u ) - m _ { \gamma } ( \ell _ { 1 } ) \right) ( \ell _ { 2 } ( u ) - m _ { \gamma } ( \ell _ { 2 } ) ) \gamma ( \mathrm { d } u ) \qquad \forall \ell _ { 1 } , \ell _ { 2 } \in \mathbb { L }

is called the covariance operator of $\gamma$ . The covariance operator $\mathcal { C } _ { \bf u }$ of a random variable u: $\Omega \to \mathbb { U }$ with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ is defined as the covariance operator $\mathcal { C } _ { \mathrm { P o u } ^ { - 1 } }$ of its law.

Definition A.3 (Cross-Covariance Operator). Let $\mathrm { u } _ { 1 } , \mathrm { u } _ { 2 } \colon \Omega \mathbb { U }$ be random variables with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ such that $\mathbb { L } \subset \mathrm { L } _ { 2 } ( \mathbb { U } , \sigma ( \mathbb { L } ) , \mathrm { P } \circ \mathrm { u } _ { i } ^ { - 1 } )$ for $i = 1 , 2$ . The operator $\mathcal { C } _ { \mathrm { u _ { 1 } , u _ { 2 } } } \colon \mathbb { L } \to \mathbb { L } ^ { # }$ defined by

Cu1,u2(1)(2):=Cov[1(u1),2(u2)]=U(1(u1(ω))mu1(1))(2(u2(ω))mu2(2))P(dω) \mathcal { C } _ { \mathrm { u _ { 1 } , u _ { 2 } } } ( \ell _ { 1 } ) ( \ell _ { 2 } ) : = \mathrm { C o v } \left[ \ell _ { 1 } ( \mathrm { u _ { 1 } } ) , \ell _ { 2 } ( \mathrm { u _ { 2 } } ) \right] = \int _ { \mathbb { U } } \left( \ell _ { 1 } ( \mathrm { u _ { 1 } } ( \omega ) ) - m _ { \mathrm { u _ { 1 } } } ( \ell _ { 1 } ) \right) \big ( \ell _ { 2 } ( \mathrm { u _ { 2 } } ( \omega ) ) - m _ { \mathrm { u _ { 2 } } } ( \ell _ { 2 } ) \big ) \mathrm { P } ( \mathrm { d } \omega )

is called the cross-covariance operator between $\mathrm { u } _ { 1 }$ and $\mathrm { u _ { 2 } }$

Gaussian measures on $\mathbb { U }$ are defined by generalizing the closure properties of Gaussian measures on $\mathbb { R } ^ { d }$ .

Definition A.4 (Gaussian Measure (see e.g., Bogachev, 1998, Definition 2.2.1(a))). A probability measure $\gamma$ on $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ is called Gaussian if every linear functional $\ell \in \mathbb { L }$ is a univariate Gaussian random variable on $( \mathbb { U } , \sigma ( \mathbb { L } ) , \gamma )$ . A random variable u : $\Omega \to \mathbb { U }$ with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ is called Gaussian if its law $\mathrm { ~ P ~ o ~ u ~ } ^ { - 1 }$ is Gaussian.

If $\mathbb { L }$ is not a vector space, then we say that a random variable is Gaussian with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ if and only if it is Gaussian with values in $( \mathbb { U } , \sigma ( \operatorname { s p a n } \mathbb { L } ) )$ ). Note that $\sigma ( \operatorname { s p a n } \mathbb { L } ) = \sigma ( \mathbb { L } )$ for any subset $\mathbb { L } \subset \mathbb { U } ^ { # }$ (by Klenke, 2014, Definition 1.79 and Theorem 1.91).

Remark A.5 (Jointly Gaussian Measures). To define Gaussian processes with values in $\mathbb { U }$ , we need the notion of a joint Gaussian measure on $\mathbb { U } ^ { n }$ . Fortunately, we can also leverage Definition A.4 for this. $\mathbb { U } ^ { n }$ is a vector space under elementwise addition and scalar multiplication. Its algebraic dual space $( \mathbb { U } ^ { n } ) ^ { # }$ is isomorphic to $( \mathbb { U } ^ { # } ) ^ { n }$ , i.e. $\ell \in ( \mathbb { U } ^ { n } ) ^ { # }$ if and only if there are $\ell _ { 1 } , \ldots , \ell _ { n } \in \mathbb { U } ^ { # }$ such that

(u1,,un)=i=1ni(ui)u1,,unU. \ell ( u _ { 1 } , \ldots , u _ { n } ) = \sum _ { i = 1 } ^ { n } \ell _ { i } ( u _ { i } ) \qquad \forall u _ { 1 } , \ldots , u _ { n } \in \mathbb { U } .

It follows that $\sigma ( \mathbb { L } ^ { n } ) = \sigma ( \mathbb { L } ) ^ { \otimes n }$ , where the latter denotes the product $\sigma$ -algebra. Hence, following Definition A.4, we call a probability measure $\gamma$ on $( \mathbb { U } ^ { n } , \sigma ( \mathbb { L } ) ^ { \otimes n } )$ Gaussian if every $\ell \in \mathbb { L } ^ { n }$ is a univariate Gaussian random variable on $( \mathbb { U } ^ { n } , \sigma ( \mathbb { L } ) ^ { \otimes n } , \gamma )$ .

Remark A.6 (Probability Measures on Separable Banach Spaces). The case where $\mathbb { U }$ is a real separable Banach space is of particular interest in the context of neural operators. In this case, we choose $\mathbb { L } = \mathbb { U } ^ { \prime }$ , i.e. all linear functionals that are continuous with respect to the norm topology. Then the $\sigma$ -algebra $\sigma ( \mathbb { U } ^ { \prime } )$ coincides with the Borel $\sigma$ -algebra $B \left( \mathbb { U } \right)$ generated by the norm topology (Bogachev, 1998, Theorem A.3.7). For Gaussian random variables u with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ (and Gaussian measure on $B ( \mathbb { U } ) _ { , }$ ), the mean $m _ { \mathrm { u } }$ is an element of $\mathbb { U }$ and the covariance operator maps into $\mathbb { U }$ (Bogachev, 1998, Theorem 3.2.3). Moreover, for jointly Gaussian random variables $\mathrm { u } _ { 1 } , \mathrm { u } _ { 2 }$ with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ , the cross-covariance operator $\mathcal { C } _ { \mathrm { u 1 , u _ { 2 } } }$ maps from $\mathbb { U } ^ { \prime }$ to $\mathbb { U }$ (Bogachev, 1998, Theorem 3.2.4).

A.3. Random Processes with Values in Vector Spaces

Now we have all the necessary preliminaries to define a Gaussian process with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ .

Definition A.7 (Gaussian Process). A Gaussian process with index set A and values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ on $( \Omega , A , { \mathrm { P } } )$ is a function $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ such that $\omega \mapsto ( \mathrm { F } ( a _ { 1 } , \omega ) , \dots , \mathrm { F } ( a _ { n } , \omega ) )$ is a joint, i.e., $( \mathbb { U } ^ { n } , \sigma ( \mathbb { L } ) ^ { \otimes n } )$ -valued, Gaussian random variable for all $n \in \mathbb { N }$ and $a _ { 1 } , \dotsc , a _ { n } \in \mathbb { A }$ .

As for real-valued or $\mathbb { R } ^ { d }$ -valued processes, we can also define mean and covariance functions for random processes with values in arbitrary real vector spaces. However, their definition is more technically involved.

Definition A.8. Let $\mathrm { F }$ be a random process with index set A and values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ on $( \Omega , A , { \mathrm { P } } )$ .

(a) If $\mathbb { L } \subset \mathrm { L } _ { 1 } ( \mathrm { P } \circ \mathrm { F } ( a , \cdot ) ^ { - 1 } )$ for all $a \in \mathbb { A }$ , then the function

M ⁣:AL#,amF(a,) \mathcal { M } \colon \mathbb { A } \to \mathbb { L } ^ { \# } , a \mapsto m _ { \mathrm { F } ( a , \cdot ) }

is called the mean function of $\mathrm { F }$ .

(b) If $\mathbb { L } \subset \mathrm { L } _ { 2 } ( \mathrm { P } \circ \mathrm { F } ( a , \cdot ) ^ { - 1 } )$ for all $a \in \mathbb { A }$ , then the function

K ⁣:A×A(LL#),(a1,a2)CF(a1,),F(a2,) \begin{array} { r } { \mathcal { K } \colon \mathbb { A } \times \mathbb { A } \to ( \mathbb { L } \to \mathbb { L } ^ { \# } ) , ( a _ { 1 } , a _ { 2 } ) \mapsto \mathcal { C } _ { \operatorname { F } ( a _ { 1 } , \cdot ) , \operatorname { F } ( a _ { 2 } , \cdot ) } } \end{array}

is referred to as the covariance function of $\mathrm { F }$ .

Remark A.9 (Moments of Banach-Valued Gaussian Processes). If $\mathbb { U }$ is a separable Banach space, then mean function $\mathcal { M }$ takes values in $\mathbb { U }$ and the covariance function $\kappa$ takes values in the space of nuclear operators $\mathbb { U } ^ { \prime } \to \mathbb { U }$ (Bogachev, 1998, Theorem 3.11.24).

In the following, we aim to establish a correspondence between (Gaussian) random processes with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ and (Gaussian) random processes with values in $\left( \mathbb { R } , B \left( \mathbb { R } \right) \right)$ , which we dub (generalized) probabilistic currying. Unlike in Lemma 2.1, we need additional technical assumptions for this to work both ways. Denote by $\mathrm { s c l } _ { w * } ( \hat { \mathbb { L } } ) : = { \ell \in \mathbb { L } \mid$ $\exists { \ell _ { i } } _ { i \in \mathbb { N } } \subset \hat { \mathbb { L } } \colon \ell _ { i } _ { w * } \ell }$ the weak-* sequential closure of a set $\hat { \mathbb { L } } \subset \mathbb { L }$ , where $\ell _ { i } \to _ { w * } \ell$ if and only if $\ell _ { i } ( u ) \to \ell ( u )$ for all $u \in \mathbb { U }$ (Aliprantis & Border, 2006, Section 5.14).

Assumption A.10. Let $\hat { \mathbb { L } } \subset \mathbb { L }$ a set of linear functionals on $\mathbb { U }$ such that there is an $n _ { \mathrm { s c l } } \in { \mathbb { N } } _ { 0 }$ with $\operatorname { s c l } _ { w * } ^ { n _ { \mathrm { s c l } } } ( \operatorname { s p a n } \hat { \mathbb { L } } ) = \mathbb { L }$ .

Theorem A.11 (Generalized Probabilistic Currying). Let $\hat { \mathbb { L } } \subset \mathbb { L }$ be a set of linear functionals separating the points in U. Let F $: \mathbb { A } \times \Omega \to \mathbb { U }$ and f : $( \mathbb { A } \times \hat { \mathbb { L } } ) \times \Omega \to \mathbb { R }$ such that $\boldsymbol { \ell } ( \boldsymbol { \mathrm { F } } ( a , \omega ) ) = \boldsymbol { \mathrm { f } } ( ( a , \boldsymbol { \ell } ) , \omega )$ for all $a \in \mathbb { A } , \overset { \vartriangle } { \boldsymbol { \ell } } \in \hat { \mathbb { L } }$ , and $\mathrm { P }$ -almost all $\omega \in \Omega$ .

(i) If F is a random process with values in $( \mathbb { U } , \sigma ( \mathbb { L } ) )$ , then f is a random process with values in $\left( \mathbb { R } , B \left( \mathbb { R } \right) \right)$ , and

(ii) if F is Gaussian, then so is f .

If Assumption A.10 is satisfied, then the reverse implications hold as well.

We will need the following generalization of Theorem B.6 from (Pförtner et al., 2022).
Lemma A.12. Let $\hat { \mathbb { L } } \subset \mathbb { L }$ such that Assumption A.10 holds. Then $\hat { \mathbb { L } }$ separates the points in U. Moreover, a function u : $\Omega \to \mathbb { U }$ is
(a) $\scriptstyle A - \sigma ( \mathbb { L } )$ -measurable if $\ell \circ$ u is $\scriptstyle A - B ( \mathbb { R } )$ -measurable for all $\ell \in \hat { \mathbb { L } }$ ,
$( b )$ a Gaussian random variable with values in $\left( \mathbb { U } , \sigma ( \mathbb { L } ) \right) i f \left( \ell _ { 1 } \circ \mathrm { u } , \dots , \ell _ { n } \circ \mathrm { u } \right)$ is jointly Gaussian for all $n \in \mathbb N$ and $\ell _ { 1 } , \ldots , \ell _ { n } \in \hat { \mathbb { L } }$ .

Proof. Define ${ \hat { \mathbb { L } } _ { n } } _ { n = 0 } ^ { n _ { \mathrm { s c l } } }$ with $\hat { \mathbb { L } } _ { 0 } : = \operatorname { s p a n } \hat { \mathbb { L } }$ and $\hat { \mathbb { L } } _ { n + 1 } : = \operatorname { s c l } _ { w * } ( \hat { \mathbb { L } } _ { n } )$ . By assumption, $\hat { \mathbb { L } } _ { n _ { \mathrm { s c l } } } = \mathbb { L }$ .

Assume that $\hat { \mathbb { L } }$ does not separate the points in $\mathbb { U }$ . Then there is $u \in \mathbb { U }$ such that $\ell ( u ) = 0$ for all $\ell \in { \hat { \mathbb { L } } }$ . We proceed by induction. Pick $\ell \in \hat { \mathbb { L } } _ { 0 }$ . Then there are $\alpha _ { 1 } , \ldots , \alpha _ { m } \in \mathbb { R }$ and $\ell _ { 1 } , \dots , \ell _ { m } \in \hat { \mathbb { L } }$ such that $\ell = \textstyle \sum _ { i = 1 } ^ { m } \alpha _ { i } \ell _ { i }$ . Hence,

(u)=i=1mαii(u)=0. \ell ( u ) = \sum _ { i = 1 } ^ { m } \alpha _ { i } \ell _ { i } ( u ) = 0 .

Now assume that $\ell ( u ) = 0$ for $n < { n _ { \mathrm { s c l } } }$ and all $\ell \in \hat { \mathbb { L } } _ { n }$ . Fix $\ell \in \hat { \mathbb { L } } _ { n + 1 }$ . Then there is ${ \ell _ { i } } _ { i \in \mathbb { N } } \subset \hat { \mathbb { L } } _ { n }$ such that $\ell _ { i } \to _ { w * } \ell$ . Hence,

(u)=limii(u)=0. \ell ( u ) = \operatorname* { l i m } _ { i \to \infty } \ell _ { i } ( u ) = 0 .

All in all, it follows that $\mathbb { L } = \hat { \mathbb { L } } _ { n _ { \mathrm { s c l } } }$ does not separate the points in $\mathbb { U }$ , which is a contradiction. Hence $\hat { \mathbb { L } }$ separates the points in $\mathbb { U }$ .

(a) We need to show that $\ell \circ \mathrm { u }$ is measurable5 for all $\ell \in \mathbb { L }$ (Klenke, 2014, Theorem 1.81). We proceed by induction. Let $\ell \in \hat { \mathbb { L } } _ { 0 }$ . Then there are $\alpha _ { 1 } , \ldots , \alpha _ { m } \in \mathbb { R }$ and $\ell _ { 1 } , \dots , \ell _ { m } \in \hat { \mathbb { L } }$ such that $\begin{array} { r } { \ell = \sum _ { i = 1 } ^ { m } \alpha _ { i } \ell _ { i } } \end{array}$ . By assumption, $\ell _ { i } \circ \mathrm { u }$ is measurable for all $i = 1 , \ldots , m$ . Hence, $\ell$ is measurable by Theorem 1.91 in (Klenke, 2014). Now assume that $\ell \circ$ u is measurable for all $\ell \in \hat { \mathbb { L } } _ { n }$ with $n < { { n _ { \mathrm { s c l } } } }$ . Fix $\boldsymbol { \ell } \in \hat { \mathbb { L } } _ { n + 1 }$ . Then there is a sequence ${ \ell _ { i } } _ { i \in \mathbb { N } } \subset \hat { \mathbb { L } } _ { n }$ such that $\ell _ { i } \xrightarrow { w * } \ell$ . This implies that $\ell _ { i } \circ \mathrm { u } \ell \circ$ u pointwise, where, by the inductive hypothesis, $\ell _ { i } \circ \mathrm { u }$ is measurable for all $i \in \mathbb N$ . Hence, $\ell \circ \mathrm { u }$ is measurable for all $\ell \in \hat { \mathbb { L } } _ { n + 1 }$ (Klenke, 2014, Theorem 1.92).

(b) By (a), u is $\scriptstyle A - \sigma ( \mathbb { L } )$ -measurable. It suffices to show that u is Gaussian with values in $( \mathbb { U } , \sigma ( { \hat { \mathbb { L } } } _ { n } ) )$ (Bogachev, 1998, Definition 2.2.1(i)) for all $n = 0 , \ldots , n _ { \mathrm { s c l } }$ , which is well-defined, since $\hat { \mathbb { L } }$ separates the points in $\mathbb { U }$ . Again, we proceed by induction on $n$ . Let $\ell \in \hat { \mathbb { L } } _ { 0 }$ . Then there are $\alpha _ { 1 } , \ldots , \alpha _ { m } \in \mathbb { R }$ and $\ell _ { 1 } , \dots , \ell _ { m } \in \hat { \mathbb { L } }$ such that $\begin{array} { r } { \ell = \sum _ { i = 1 } ^ { m } \alpha _ { i } \ell _ { i } } \end{array}$ . By the closure properties of Gaussians under linear maps, we have that $\ell \circ \mathrm { u }$ is Gaussian. Hence, u is Gaussian with values in $( \mathbb { U } , \sigma ( { \hat { \mathbb { L } } } _ { 0 } ) )$ . Now assume that u is Gaussian with values in $( \mathbb { U } , \sigma ( { \hat { \mathbb { L } } } _ { n } ) )$ for $n < { n _ { \mathrm { s c l } } }$ . Fix $\boldsymbol { \ell } \in \hat { \mathbb { L } } _ { n + 1 }$ . Then there is a sequence ${ \ell _ { i } } _ { i \in \mathbb { N } } \subset \hat { \mathbb { L } } _ { n }$ such that $\ell _ { i } \xrightarrow { w * } \ell .$ . This implies that $\ell _ { i } \circ \mathrm { u } \ell \circ \mathrm { u }$ pointwise, where, by the inductive hypothesis, $\ell _ { i } \circ$ u is Gaussian for all $i \in \mathbb N$ . Since pointwise limits of Gaussians random variables are Gaussian, $\ell \circ$ u is Gaussian. Hence, u is Gaussian with values in $( \mathbb { U } , \sigma ( \hat { \mathbb { L } } _ { n + 1 } ) )$ .

Proof of Theorem A.11. $\Rightarrow$ (i) Holds by definition.

(ii) Let $a _ { 1 } , \dotsc , a _ { n } \in \mathbb { A }$ and $\ell _ { 1 } , \ldots , \ell _ { n } \in \mathbb { L }$ . By Remark A.5, the linear functionals

~i ⁣:UnR,(u1,,un)i(ui) \widetilde { \ell } _ { i } \colon \mathbb { U } ^ { n } \to \mathbb { R } , ( u _ { 1 } , \dots , u _ { n } ) \mapsto \ell _ { i } ( u _ { i } )

are measurable with respect to $\sigma ( { \mathbb { L } } ) ^ { \otimes n }$ . Moreover, $\omega \mapsto ( \operatorname { F } ( a _ { 1 } , \omega ) , \dots , \operatorname { F } ( a _ { n } , \omega ) )$ is Gaussian by assumption. Hence,

ω(~i(F(a1,ω),,F(an,ω)))i=1n=(i(F(ai,ω)))i=1n=(f((ai,i),ω))i=1n \begin{array} { r l } & { \omega \mapsto \left( \tilde { \ell } _ { i } ( \mathrm { F } ( a _ { 1 } , \omega ) , \dots , \mathrm { F } ( a _ { n } , \omega ) ) \right) _ { i = 1 } ^ { n } } \\ & { \qquad = ( \ell _ { i } ( \mathrm { F } ( a _ { i } , \omega ) ) ) _ { i = 1 } ^ { n } } \\ & { \qquad = ( \mathrm { f } ( ( a _ { i } , \ell _ { i } ) , \omega ) ) _ { i = 1 } ^ { n } } \end{array}

is Gaussian with values in $\mathbb { R } ^ { n }$ .

$\Leftarrow$ (i) Follows directly by applying Lemma A.12(a) to each $\textstyle \mathrm { F } ( a , \cdot )$ individually. (ii) Let $a _ { 1 } , \dotsc , a _ { n } \in \mathbb { A }$ . We have to show that $\omega \mapsto ( \operatorname { F } ( a _ { 1 } , \omega ) , \dots , \operatorname { F } ( a _ { n } , \omega ) )$ is a Gaussian random variable with values in $\mathbb { U } ^ { n }$ . It is easy to check that Assumption A.10 holds for $\hat { \mathbb { L } } ^ { n } \subset \mathbb { L } ^ { n }$ . Hence, by Lemma A.12(b), $\omega \mapsto ( \operatorname { F } ( a _ { 1 } , \omega ) , \dots , \operatorname { F } ( a _ { n } , \omega ) )$ is Gaussian with values in $\mathbb { U } ^ { n }$ .

The following Corollary shows that Assumption A.10 is automatically fulfilled for $\mathbb { L } = \mathbb { U } ^ { \prime }$ in separable Banach spaces.

Corollary A.13 (Generalized Probabilistic Currying in Separable Banach Spaces). Let U be a real separable Banach space and $\hat { \mathbb { L } } \subset \mathbf { \bar { \mathbb { U } } ^ { \prime } }$ a set of continuous linear functionals separating the points in U. Let F : $\mathbb { A } \times \Omega \to \mathbb { U }$ and f : $( \mathbb { A } \times \hat { \mathbb { L } } ) \times \Omega \ \dot { } \ \mathbb { R }$ such that $\ell ( \mathrm { F } ( a , \omega ) ) = \mathrm { f } ( ( a , \ell ) , \omega )$ for all $a \in \mathbb { A }$ , $\ell \in { \hat { \mathbb { L } } } ,$ , and P-almost all $\omega \in \Omega$ .

(i) F is a random process with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ if and only if f is a random process with values in $\left( \mathbb { R } , B \left( \mathbb { R } \right) \right)$ , and

(ii) F is Gaussian if and only if f is Gaussian.

Proof. We will show that Assumption A.10 is fulfilled for $\mathbb { L } = \mathbb { U } ^ { \prime }$ and $n _ { \mathrm { s c l } } = 1$ . Let $\iota \colon \mathbb { U } \to ( \hat { \mathbb { L } } \to \mathbb { R } ) , u \mapsto ( \ell \mapsto \ell ( u ) ) ,$ , which is linear and injective, since $\hat { \mathbb { L } }$ separates the points in $\mathbb { U }$ . Then $\tilde { \mathbb { U } } : = \iota ( \mathbb { U } )$ is isomorphic to $\mathbb { U }$ (as a vector space). Hence, $\tilde { \mathbb { U } }$ equipped with the norm $| \phi | _ { \tilde { \mathbb { U } } } : = | \iota ^ { - 1 } ( \phi ) | _ { \mathbb { U } }$ is a real separable Banach space which is isometrically isomorphic to U. Moreover, $\tilde { \mathbb { U } }$ is a space of functions with continuous point evaluation functionals, since

δ(ι(u))=(u)UuU=Uι(u)U~. | \delta _ { \ell } ( \iota ( u ) ) | = | \ell ( u ) | \leq \| \ell \| _ { \mathbb { U } ^ { \prime } } \| u \| _ { \mathbb { U } } = \| \ell \| _ { \mathbb { U } ^ { \prime } } \| \iota ( u ) \| _ { \tilde { \mathbb { U } } } .

Thus, there is a sequence ${ \delta _ { \ell _ { i } } } _ { i \in \mathbb { N } } \subset { \tilde { \mathbb { U } } } ^ { \prime }$ separating the points in $\mathbb { U }$ (Steinwart, 2024, Theorem 4.10). This implies that ${ \ell _ { i } } _ { i \in \mathbb { N } } \subset \hat { \mathbb { L } }$ separates the points in $\mathbb { U }$ . Finally, it follows that $\mathbb { U } ^ { \prime } = \operatorname { s c l } _ { w * } ( \operatorname { s p a n } \hat { \mathbb { L } } )$ (Steinwart, 2024, Proposition 4.3).

If $\mathbb { U } \subset \mathbb { R } ^ { \mathbb { D } _ { \mathbb { U } } }$ is a vector space of real-valued6 functions and $\mathbb { L } = \operatorname { s p a n } \delta _ { \mathbb { D } _ { \mathbb { U } } }$ , then Theorem A.11 and Corollary A.13 become substantially sharper.

Corollary A.14 (Probabilistic Currying). Let $\mathbb { U } \subset \mathbb { R } ^ { \mathbb { D } _ { \mathbb { U } } }$ be a vector space of real-valued functions, $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U } ,$ , and $\mathrm { f } \colon ( \mathbb { A } \times \mathbb { D } _ { \mathbb { U } } ) \times \Omega \to \mathbb { R }$ such that $\mathrm { F } ( a , \omega ) ( x ) = \mathrm { f } ( ( a , x ) , \omega )$ for all $a \in \mathbb { A }$ , $x \in \mathbb { D } _ { \mathbb { U } }$ , and $\mathrm { P }$ -almost all $\omega \in \Omega$ . Then

(i) F is a random process with values in $\big ( \mathbb { U } , \sigma \big ( \delta _ { \mathbb { D } _ { \mathbb { U } } } \big ) \big )$ if and only if f is a random process with values in $\left( \mathbb { R } , B \left( \mathbb { R } \right) \right)$ ,

(ii) $\mathrm { F }$ has a mean function $\mathcal { M }$ with values in $\mathbb { U }$ if and only $i f$ f has a mean function $m$ , where $\mathcal { M } ( a ) = m ( a , \cdot )$ for all $a \in \mathbb { A } .$ ,

(iii) F has a covariance function $\kappa$ with values in span $\delta _ { \mathbb { D } _ { \mathbb { U } } } \to \mathbb { U }$ if and only if f has a covariance function $k$ , where $\begin{array} { r } { \mathcal { K } ( a _ { 1 } , a _ { 2 } ) ( \delta _ { x } ) = k ( ( a _ { 1 } , x ) , ( a _ { 2 } , \cdot ) ) } \end{array}$ for all $a _ { 1 } , a _ { 2 } \in \mathbb { A }$ , and $x \in \mathbb { D } _ { \mathbb { U } }$ , and

(iv) F is Gaussian if and only if f is Gaussian.

If U is a separable Banach space with continuous point evaluation functionals, then

(v) (i) and (iv) hold for F with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ , and,

(vi) if it exists, then the covariance function $\kappa$ in (iii) has values in $\mathbb { U } ^ { \prime } \to \mathbb { U }$ , where

K(a1,a2)()(x)=(k((a1,),(a2,x))) \mathcal { K } ( a _ { 1 } , a _ { 2 } ) ( \ell ) ( x ) = \ell ( k ( ( a _ { 1 } , \cdot ) , ( a _ { 2 } , x ) ) )

for all $\ell \in \mathbb { U } ^ { \prime }$ and $x \in \mathbb { D } _ { \mathbb { U } }$ .

Proof. Follows from Theorem A.11 and Corollary A.13.

Finally, Theorem 3.2 from the main text is merely a corollary of the results developed above.

Theorem 3.2 (Probabilistic Currying in Banach Spaces; proof in Appendix A.3). Let $( \Omega , A , { \mathrm { P } } )$ be a probability space and U a real separable Banach space of $\mathbb { R } ^ { \bar { d } ^ { \prime } }$ -valued functions with domain $\mathbb { D } _ { \mathbb { U } }$ . Let $\mathbf { F } \colon \mathbb { A } \times \Omega \to \mathbb { U }$ and $\mathbf { f } \colon ( \mathbb { A } \times \mathbb { D } _ { \mathbb { U } } ) \times \Omega \to \mathbb { R } ^ { d ^ { \prime } }$ such that $\mathbf { F } ( { \pmb a } , \cdot ) ( { \pmb x } ) = \mathbf { f } ( ( { \pmb a } , { \pmb x } ) , \cdot )$ for all $\mathbf { \pmb { a } } \in \mathbb { A }$ and $\pmb { x } \in \mathbb { D } _ { \mathbb { U } }$ ( $\mathrm { P }$ -almost surely). Then (i) $\mathbf { F }$ is a random process with values in $\bigl ( \mathbb { U } , \sigma ( \delta _ { \mathbb { U } } ) \bigr )$ if and only if f is a $\mathbb { R } ^ { d ^ { \prime } }$ -valued random process, (ii) $\mathbf { F }$ is Gaussian if and only if f is Gaussian, and (iii) if all evaluation maps $\delta _ { \pmb { x } } \colon \tilde { \mathbb { U } } \mathbb { R } ^ { d ^ { \prime } } , \pmb { u } \mapsto \pmb { u } ( \pmb { x } )$ are continuous, then $( i )$ holds for $\mathbf { F }$ with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ .

Proof. Follows from Corollary A.14 and Lemma 2.1.

A.4. Banach-Valued Gaussian Processes from Linearized Neural Operators

For simplicity of the exposition, we limited the construction of the LUNO framework in Section 3.2 to neural operators, which map into a Banach space of functions with continuous point evaluation functionals. This limits its applicability, especially for solving PDEs, whose solutions are often not defined pointwise, but rather elements of Sobolev spaces $W ^ { p , k } ( \mathbb { D } _ { \mathbb { U } } ) \subset \mathrm { L } ^ { p } ( \mathbb { D } _ { \mathbb { U } } )$ . Hence, in this section, we extend LUNO to neural operators that map into abstract separable Banach7 spaces $\mathbb { U }$ .

Step 0 Let $\mathbb { U }$ be a real separable Banach space, A a set, $\mathbb { W } \subset \mathbb { R } ^ { p }$ a subspace, and $F \colon \mathbb { A } \times \mathbb { W } \to \mathbb { U }$ a neural operator.

Step 1 First, we select a subset $\hat { \mathbb { L } } \subset \mathbb { U } ^ { \prime }$ of continuous linear functionals separating the points in $\mathbb { U }$ , for which we want to quantify predictive uncertainty under the neural operator. Define

f ⁣:(A×L^)×WR,((a,),w)(F(a,w)). f \colon ( \mathbb { A } \times \hat { \mathbb { L } } ) \times \mathbb { W } \to \mathbb { R } , ( ( a , \ell ) , \pmb { w } ) \mapsto \ell ( F ( a , \pmb { w } ) ) .

This is an uncurried version of the neural operator. To see this, note that a neural operator $F \colon \mathbb { A } \times \mathbb { W } \to \mathbb { U }$ can be uniquely identified with the function

F~ ⁣:A×W(L^R),(a,w)((F(a,w))). \tilde { F } \colon \mathbb { A } \times \mathbb { W } \to ( \hat { \mathbb { L } } \to \mathbb { R } ) , ( a , { \pmb w } ) \mapsto ( \ell \mapsto \ell ( F ( a , { \pmb w } ) ) ) .

Proof. Let $F _ { 1 } , F _ { 2 } \colon \mathbb { A } \times \mathbb { W } \to \mathbb { U }$ be neural operators with $F _ { 1 } \neq F _ { 2 }$ . Then there are $a \in \mathbb { A }$ and $\textbf { { w } } \in \mathbb { W }$ such that $F _ { 1 } ( a , { \pmb w } ) \neq F _ { 2 } ( a , { \pmb w } )$ . Since $\hat { \mathbb { L } }$ separates the points in $\mathbb { U }$ , this implies that there is $\ell \in { \hat { \mathbb { L } } }$ such that ${ \tilde { F } } _ { 1 } ( a , w ) ( \ell ) : =$ $F _ { 1 } ( a , { \pmb w } ) \neq F _ { 2 } ( a , { \pmb w } ) = : \tilde { F } _ { 2 } ( a , { \pmb w } ) ( { \pmb \ell } )$ . Hence, $\tilde { F _ { 1 } } \neq \tilde { F _ { 2 } }$ . □

Step 2 We model the uncertainty over the parameters as a random variable $\mathbf { w } \colon \Omega \to \mathbb { W }$ on a probability space $( \Omega , A , { \mathrm { P } } )$ with $\mathrm { s u p p } ( \mathbf { w } ) = \mathbb { W }$ . As in Section 3.2, we will now linearize $f$ in $\textbf { \em w }$ around a point $\pmb { w } _ { 0 } \in \mathbb { W }$ . To achieve this, we assume that the directional derivatives

wf((a,),)(w0)=limh0f((a,),w0+hw)f((a,),w0)h \partial _ { \pmb { w } } f ( ( a , \ell ) , \cdot ) ( \pmb { w } _ { 0 } ) = \operatorname* { l i m } _ { h 0 } \frac { f ( ( a , \ell ) , \pmb { w } _ { 0 } + h \pmb { w } ) - f ( ( a , \ell ) , \pmb { w } _ { 0 } ) } { h }

at ${ \pmb w } _ { 0 }$ exist for all $a \in \mathbb { A } , \ell \in \hat { \mathbb { L } }$ , and $\pmb { w } \in \mathbb { W }$ , and are linear in $\pmb { w }$ . For instance, this is the case if $f ( \left( a , \ell \right) , \cdot )$ is differentiable at ${ \pmb w } _ { 0 }$ . In this case, the linearization of $f$ is given by

f((a,),w)fμlin((a,),w):=f((a,),w0)+ww0f((a,),)(w0). f ( ( a , \ell ) , w ) \approx f _ { \mu } ^ { \mathrm { l i n } } ( ( a , \ell ) , w ) : = f ( ( a , \ell ) , w _ { 0 } ) + \partial _ { w - w _ { 0 } } f ( ( a , \ell ) , \cdot ) \left( w _ { 0 } \right) .

Then the function

f ⁣:(A×L^)×ΩR,((a,),ω)fμlin((a,),w(ω)) \mathbf { f } \colon ( \mathbb { A } \times \hat { \mathbb { L } } ) \times \Omega \to \mathbb { R } , ( ( a , \ell ) , \omega ) \mapsto f _ { \mu } ^ { \mathrm { l i n } } ( ( a , \ell ) , \mathbf { w } ( \omega ) )

is a random process. If w has a mean $\pmb { \mu }$ , then f has a mean function

m ⁣:A×L^R,(a,)f((a,),w0)+μw0f((a,),)(w0), m \colon \mathbb { A } \times { \hat { \mathbb { L } } } \to \mathbb { R } , ( a , \ell ) \mapsto f ( ( a , \ell ) , w _ { 0 } ) + \partial _ { \mu - w _ { 0 } } f ( ( a , \ell ) , \cdot ) ( w _ { 0 } ) ,

and if w has a covariance matrix $\pmb { \Sigma }$ , then f has a covariance function given by

 ⁣: ⁣:(A×L^)×(A×L^)R,((a1,1),(a2,2))i,j=1pif((a,1),)(w0)Σijjf((a,2),)(w0). \colon \colon ( \mathbb { A } \times \mathbb { \hat { L } } ) \times ( \mathbb { A } \times \mathbb { \hat { L } } ) \to \mathbb { R } , ( ( a _ { 1 } , \ell _ { 1 } ) , ( a _ { 2 } , \ell _ { 2 } ) ) \mapsto \sum _ { i , j = 1 } ^ { p } \partial _ { i } f ( ( a , \ell _ { 1 } ) , \cdot ) ( w _ { 0 } ) \Sigma _ { i j } \partial _ { j } f ( ( a , \ell _ { 2 } ) , \cdot ) ( w _ { 0 } ) .

Note that f and $m$ are linear in $\ell$ and $k$ is bilinear in $( \ell _ { 1 } , \ell _ { 2 } )$ . Moreover, if w is Gaussian, then f is a Gaussian process.

Step 3 Finally, we construct a $\mathbb { U }$ -valued (Gaussian) random process $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ by probabilistically currying f. However, this is more challenging for an abstract U. Intuitively, we want to undo the uncurrying operation from Step 1. To this end, we assume8 that there is $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ with $\ell ( \mathrm { F } ( a , \omega ) ) = \mathrm { f } ( ( a , \ell ) , \omega )$ for all $a \in \mathbb { A } , \ell \in \hat { \mathbb { L } }$ , and P-almost all $\omega \in \Omega$ . In this case, Corollary A.13 ensures that

(i) F is a random process with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ , (ii) F has a mean function $\mathcal { M } \colon \hat { \mathbb { A } } \mathbb { U }$ with

(M(a))=m(a,)=f((a,),w0)+μw0f((a,),)(w0) \ell ( \mathcal { M } ( a ) ) = m ( a , \ell ) = f ( ( a , \ell ) , w _ { 0 } ) + \partial _ { \mu - w _ { 0 } } f ( ( a , \ell ) , \cdot ) ( w _ { 0 } )

if w has a mean vector $\pmb { \mu }$

(iii) $\mathrm { F }$ has a covariance function ${ \mathcal { K } } \colon \mathbb { A } \times \mathbb { A } \to ( \mathbb { U } ^ { \prime } \to \mathbb { U } )$ with

2(K(a1,a2)(1))=k((a1,1),(a2,2))=i,j=1pif((a,1),)(w0)Σijjf((a,2),)(w0) \ell _ { 2 } ( K ( a _ { 1 } , a _ { 2 } ) ( \ell _ { 1 } ) ) = k ( ( a _ { 1 } , \ell _ { 1 } ) , ( a _ { 2 } , \ell _ { 2 } ) ) = \sum _ { i , j = 1 } ^ { p } \partial _ { i } f ( ( a , \ell _ { 1 } ) , \cdot ) ( w _ { 0 } ) \Sigma _ { i j } \partial _ { j } f ( ( a , \ell _ { 2 } ) , \cdot ) ( w _ { 0 } )

if w has a covariance matrix $\pmb { \Sigma }$ , and

(iv) F is a Gaussian process if w is Gaussian.

8See Appendices A.4.1 and A.4.2 for more details on this assumption.

A.4.1. WEAK GÂTEAUX DIFFERENTIABILITY

The existence of $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ with $\ell ( \mathrm { F } ( a , \omega ) ) = \mathrm { f } ( ( a , \ell ) , \omega )$ for all $a \in \mathbb { A }$ , $\boldsymbol { \ell } \in \hat { \mathbb { L } }$ , and $\mathrm { P }$ -almost all $\omega \in \Omega$ is equivalent to $F ( \boldsymbol { a } , \cdot \boldsymbol { ) }$ being $\tau ( \mathbb { U } , \hat { \mathbb { L } } ^ { # } )$ -Gâteaux differentiable at ${ \pmb w } _ { 0 }$ , i.e., there is a linear operator $\delta F ( a , \cdot ) ( \pmb { w } _ { 0 } ) : \mathbb { W } \mathbb { U }$ such that

δF(a,)(w0)(w)=limh0F(a,w0+hw)F(a,w0)hin (U,τ(U,L^#)) \delta F ( a , \cdot ) \left( w _ { 0 } \right) ( w ) = \operatorname* { l i m } _ { h \to 0 } \frac { F ( a , w _ { 0 } + h w ) - F ( a , w _ { 0 } ) } { h } \qquad \mathrm { i n ~ } ( \mathbb { U } , \tau ( \mathbb { U } , \hat { \mathbb { L } } ^ { \# } ) )

for all $\pmb { w } \in \mathbb { W }$ , where $\tau ( \mathbb { U } , \hat { \mathbb { L } } ^ { # } )$ is the smallest topology on $\mathbb { U }$ for which all functionals in $\hat { \mathbb { L } }$ are continuous.

Proof. Note that, since $\mathbb { W }$ is a metric space, we can take sequential limits in Equation (A.1) without loss of generality.

$\Rightarrow \operatorname { F i x } a \in \mathbb { A }$ . We will constuct the Gâteaux derivative from $\tilde { \mathrm { F } } ( a , \omega )$ . Since $\tilde { \mathrm { F } } ( \boldsymbol { a } , \omega ) \in \iota _ { \mathbb { U } , \hat { \mathbb { L } } # } ( \mathbb { U } )$ for P-almost all $\omega \in \Omega$ , there is $N \in { \mathcal { A } }$ with $\mathrm { P } ( N ) = 0$ and $\tilde { \mathrm { F } } ( \boldsymbol { a } , \omega ) \in \iota _ { \mathbb { U } , \hat { \mathbb { L } } # } ( \mathbb { U } )$ for all $\omega \in \Omega \setminus N$ . We have supp $\mathbf { w } = \mathbb { W }$ and hence there are $\omega _ { 1 } , \ldots , \omega _ { d } \in \Omega$ such that ${ b _ { i } } _ { i = 1 } ^ { d }$ with $b _ { i } : = \mathbf { w } ( \omega _ { i } ) - \pmb { w } _ { 0 }$ is a basis of $\mathbb { W }$ . Let $\lambda \colon \mathbb { W } \to \mathbb { U }$ be the unique linear operator with

λ(bi):=ιU,L^#1(F~(a,ωi))F(a,w0)=ιU,L^#1(f((a,),ωi)f((a,),w0))=ιU,L^#1(w(ωi)w0f((a,),)(w0))=ιU,L^#1(bif((a,),)(w0)), \begin{array} { r l } & { \lambda ( \pmb { b } _ { i } ) : = \iota _ { \mathbb { U } , \hat { \mathbb { L } } \# } ^ { - 1 } ( \tilde { \mathrm { F } } ( a , \omega _ { i } ) ) - F ( a , \pmb { w } _ { 0 } ) } \\ & { \quad \quad \quad = \iota _ { \mathbb { U } , \hat { \mathbb { L } } \# } ^ { - 1 } ( \mathbf { f } ( ( a , \cdot ) , \omega _ { i } ) - f ( ( a , \cdot ) , \pmb { w } _ { 0 } ) ) } \\ & { \quad \quad \quad = \iota _ { \mathbb { U } , \hat { \mathbb { L } } \# } ^ { - 1 } ( \ell \mapsto \partial _ { \mathbf { w } ( \omega _ { i } ) - \pmb { w } _ { 0 } } f ( ( a , \ell ) , \cdot ) ( \pmb { w } _ { 0 } ) ) } \\ & { \quad \quad \quad = \iota _ { \mathbb { U } , \hat { \mathbb { L } } \# } ^ { - 1 } ( \ell \mapsto \partial _ { \pmb { b } _ { i } } f ( ( a , \ell ) , \cdot ) ( \pmb { w } _ { 0 } ) ) , } \end{array}

i.e. $\lambda ( \pmb { w } ) = \iota _ { \mathbb { U } , \hat { \mathbb { L } } \neq } ^ { - 1 } ( \ell \mapsto \partial _ { \pmb { w } } \boldsymbol { f } ( ( a , \ell ) , \cdot ) ( \pmb { w } _ { 0 } ) )$ forall $\mathbf { \boldsymbol { w } } \in \mathbb { W }$ . Since $\mathbb { W }$ is finite dimensional, $\lambda$ is $\tau _ { \mathbb { W } ^ { - \tau } } ( \mathbb { U } , \hat { \mathbb { L } } ^ { # } )$ - continuous, where $\tau _ { \mathbb { W } }$ is the norm topology on W. Let ${ h _ { n } } _ { n \in \mathbb { N } } \subset \mathbb { R }$ be any null sequence. Then for any $\boldsymbol { \ell } \in \hat { \mathbb { L } }$ we have

(F(a,w0+hnw)F(a,w0)hn)=f((a,),w0+hnw)f((a,),w0)hn \ell \left( \frac { F ( a , \pmb { w } _ { 0 } + h _ { n } \pmb { w } ) - F ( a , \pmb { w } _ { 0 } ) } { h _ { n } } \right) = \frac { f ( ( a , \ell ) , \pmb { w } _ { 0 } + h _ { n } \pmb { w } ) - f ( ( a , \ell ) , \pmb { w } _ { 0 } ) } { h _ { n } }

Ψ=(λ(w)). \begin{array} { r } { \mathbf { \Psi } = \ell ( \lambda ( \pmb { w } ) ) . } \end{array}

Hence, $F ( a , \cdot )$ is $\tau ( \mathbb { U } , \hat { \mathbb { L } } ^ { # } )$ -Gâteaux differentiable at ${ \pmb w } _ { 0 }$ with Gâteaux derivative $\delta F ( a , \cdot ) ( { \pmb w } _ { 0 } ) = \lambda$ .

$\Leftarrow$ If $F ( \boldsymbol { a } , \cdot \boldsymbol { ) }$ is $\tau ( \mathbb { U } , \hat { \mathbb { L } } ^ { # } )$ -Gâteaux differentiable at ${ \pmb w } _ { 0 }$ for all $a \in \mathbb { A }$ , then we can construct $\mathrm { F }$ as

F ⁣:A×ΩU,(a,ω)F(a,w0)+δF(a,)(w0)(w(ω)w0) \mathbf { F } \colon \mathbb { A } \times \Omega \to \mathbb { U } , ( a , \omega ) \mapsto F ( a , { \pmb w } _ { 0 } ) + \delta F ( a , \cdot ) ( { \pmb w } _ { 0 } ) ( { \pmb w } ( \omega ) - { \pmb w } _ { 0 } )

Then

(F(a,ω))=(F(a,w0))+w(ω)w0(F(a,))(w0)=f((a,),w0)+w(ω)w0f((a,),)(w0)=fμlin((a,),w(ω))=f((a,),ω) \begin{array} { r l } & { \ell ( { \mathrm { F } } ( a , \boldsymbol { \omega } ) ) = \ell ( F ( a , \boldsymbol { w } _ { 0 } ) ) + \partial _ { \mathbf { w } ( \boldsymbol { \omega } ) - \mathbf { w } _ { 0 } } \ell ( F ( a , \cdot ) ) \left( \boldsymbol { w } _ { 0 } \right) } \\ & { \qquad = f ( ( a , \ell ) , \boldsymbol { w } _ { 0 } ) + \partial _ { \mathbf { w } ( \boldsymbol { \omega } ) - \mathbf { w } _ { 0 } } f ( ( a , \ell ) , \cdot ) \left( \boldsymbol { w } _ { 0 } \right) } \\ & { \qquad = f _ { \mu } ^ { \mathrm { l i n } } ( ( a , \ell ) , \mathbf { w } ( \boldsymbol { \omega } ) ) } \\ & { \qquad = \mathrm { { f } } ( ( a , \ell ) , \boldsymbol { \omega } ) } \end{array}

for all $a \in \mathbb { A }$ , $\boldsymbol { \ell } \in \hat { \mathbb { L } }$ , and $\omega \in \Omega$ .

A stronger condition, namely (norm) Fréchet differentiability, has been verified for Fourier neural operators mapping between $\mathrm { L } _ { p }$ spaces (Kabri et al., 2023).

Note that we can also use the properties of the Gâteaux derivative to verify the conclusions of Corollary A.13. Since W is finite-dimensional, the Gâteaux derivative $\delta F ( a , \cdot ) ( { \pmb w } _ { 0 } )$ is continuous with respect to any TVS topology on U. Hence, F

as defined in Equation (A.2) is a random process with values in $( \mathbb { U } , \sigma ( \mathbb { U } ^ { \prime } ) ) = ( \mathbb { U } , B \left( \mathbb { U } \right) )$ . If w has a mean $\pmb { \mu }$ , then the mean function $\mathcal { M } \colon \mathbb { A } \mathbb { U }$ of $\mathrm { F }$ is given by

M(a)=F(a,w0)+δF(a,)(w0)(μw0), \begin{array} { r } { \mathcal { M } ( \boldsymbol { a } ) = F ( \boldsymbol { a } , \boldsymbol { w } _ { 0 } ) + \delta F ( \boldsymbol { a } , \cdot ) ( \boldsymbol { w } _ { 0 } ) ( \pmb { \mu } - \boldsymbol { w } _ { 0 } ) , } \end{array}

and, if w has a covariance matrix $\pmb { \Sigma }$ , then the covariance function ${ \mathcal { K } } \colon \mathbb { A } \times \mathbb { A } \to ( \mathbb { U } ^ { \prime } \to \mathbb { U } )$ of $\mathrm { F }$ is given by

K(a1,a2)=δF(a1,)(w0)ΣδF(a2,)(w0). { \mathcal K } ( a _ { 1 } , a _ { 2 } ) = \delta F ( a _ { 1 } , \cdot ) ( { \pmb w } _ { 0 } ) \Sigma \delta F ( a _ { 2 } , \cdot ) ( { \pmb w } _ { 0 } ) ^ { \prime } .

By the closure properties of Banach-valued Gaussian random variables under continuous affine maps (Bogachev, 1998, Lemma 2.2.2), F is a Gaussian process if w is Gaussian.

While this construction is somewhat more direct, the currying approach outlined above mimics more closely how $\mathrm { F }$ is constructed on a computer, especially when $\mathbb { U } \subset ( \mathbb { R } ^ { d _ { \mathbb { U } } ^ { \prime } } ) ^ { \mathbb { D } _ { \mathbb { U } } }$ and $\hat { \mathbb { L } } = { \delta _ { \mathbf { x } , i } \colon \mathbf { x } \in \mathbb { D } _ { \mathbb { U } } , i = 1 , \ldots , d _ { \mathbb { U } } ^ { \prime } }$ as in Section 3.2, and does not require knowledge of Banach-valued derivatives.

A.4.2. BIDUAL RANDOM PROCESSES

If there is no $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ with $\ell ( \mathrm { F } ( a , \omega ) ) = \mathrm { f } ( ( a , \ell ) , \omega )$ for all $a \in \mathbb { A }$ , $\boldsymbol { \ell } \in \hat { \mathbb { L } }$ , and $\mathrm { P }$ -almost all $\omega \in \Omega$ , we can construct a weaker version of F. Note that, if $\ell = \alpha _ { 1 } \ell _ { 1 } + \alpha _ { 2 } \ell _ { 2 } \in \hat { \mathbb { L } }$ , then $\begin{array} { r } { \mathrm { \Delta f } ( ( a , \ell ) , \omega ) = \alpha _ { 1 } \mathrm { f } ( ( a , \ell _ { 1 } ) , \omega ) + \alpha _ { 2 } \mathrm { f } ( ( a , \ell _ { 2 } ) , \omega ) } \end{array}$ . This means that $\operatorname { f } ( ( a , \cdot ) , \omega )$ can always be uniquely linearly extended to $\mathbb { L } = \operatorname { s p a n } \hat { \mathbb { L } }$ . Define

F~ ⁣:A×ΩL#,(a,ω)(f((a,),ω)). \tilde { \mathrm { F } } \colon \mathbb { A } \times \Omega \to \mathbb { L } ^ { \# } , ( a , \omega ) \mapsto ( \ell \mapsto \mathrm { f } ( ( a , \ell ) , \omega ) ) .

We can use Corollary A.14 to show that $\tilde { \mathrm { F } }$ is a random process with values in the algebraic dual $\mathbb { L } ^ { # }$ of $\mathbb { L }$ equipped with the smallest $\sigma$ -algebra $\sigma ( \delta _ { \mathbb { L } # } )$ that makes all point evaluation functionals measurable. We refer to such random processes as bidual random processes.

Recall the bidual embedding $\boldsymbol { L } _ { \mathbb { U } , \mathbb { L } ^ { # } }$ from Remark A.1. If $\mathrm { F }$ exists, then $\tilde { \mathrm { F } } ( a , \omega ) = \iota _ { \mathbb { U } , \mathbb { L } ^ { # } } ( \mathrm { F } ( a , \omega ) )$ .

A.5. Operator-Valued Gaussian Processes as Hilbert-Valued Gaussian Processes

Finally, we show that operator-valued Gaussian processes (Owhadi, 2023; Batlle et al., 2024; Mora et al., 2025) can be embedded in the theoretical framework outlined above. Since operator-valued Gaussian processes are only defined on separable Hilbert spaces, in this section, we let $\mathbb { A } , \mathbb { U }$ be separable Hilbert spaces with inner products $\langle \cdot , \cdot \rangle _ { \mathbb { A } }$ and $\langle \cdot , \cdot \rangle _ { \mathbb { U } }$ , respectively. In this case, the continuous dual $\mathbb { U } ^ { \prime }$ is identified with the primal space $\mathbb { U }$ via the Riesz isomorphism. We start by reviewing the building blocks of operator-valued Gaussian processes.

Definition A.15 (Operator-Valued Kernel (Owhadi, 2023, Definition 9.1)). A function ${ \mathcal { K } } \colon \mathbb { A } \times \mathbb { A } \to ( \mathbb { U } \to \mathbb { U } )$ is called an operator-valued kernel if $\mathcal { K } ( a _ { 1 } , a _ { 2 } )$ is a bounded linear operator with ${ \cal K } ( a _ { 1 } , a _ { 2 } ) = { \cal K } ( a _ { 2 } , a _ { 1 } ) ^ { * }$ for all $a _ { 1 } , a _ { 2 } \in \mathbb { A }$ and $\begin{array} { r } { \sum _ { i , j = 1 } ^ { m } \langle u _ { i } , { \cal K } ( a _ { i } , a _ { j } ) u _ { j } \rangle _ { \mathbb { U } } \geq 0 } \end{array}$ for all $m \in \mathbb { N }$ , $a _ { 1 } , \hdots , a _ { m } \in \mathbb { A }$ , and $u _ { 1 } , \ldots , u _ { m } \in \mathbb { U }$ .

Definition A.16 (Gaussian Hilbert Space (Owhadi & Scovel, 2019, Definition 7.1)). A closed subspace $\mathbb { H }$ of $\mathrm { L } _ { 2 } ( \Omega , A , \mathrm { P } )$ is called a Gaussian Hilbert space if every $h \in \mathbb { H }$ is a univariate Gaussian random variable.

Definition A.17 (Operator-Valued Gaussian Process (Owhadi, 2023, Definition 5.1)). Let $\mathcal { M } \colon \mathbb { A } \mathbb { U }$ , ${ \mathcal { K } } \colon { \mathbb { A } } \times { \mathbb { A } } \to ( \mathbb { U } \to$ $\mathbb { U }$ ) an operator-valued kernel, and $\mathbb { H }$ a Gaussian Hilbert space over $( \Omega , A , { \mathrm { P } } )$ . A function $\Xi \colon \mathbb { A } ( \mathbb { U } \mathbb { H } )$ is called an operator-valued Gaussian process if $\Xi ( a )$ is a bounded linear operator for all $a \in \mathbb { A }$ . $\Xi$ is said to have mean $\mathcal { M }$ and covariance kernel $\kappa$ if $\Xi ( a ) ( u ) \sim \mathcal { N } \left( \langle u , \mathcal { M } ( a ) \rangle _ { \mathbb { U } } , \langle u , \mathcal { K } ( a , a ) ( u ) \rangle _ { \mathbb { U } } \right)$ for all $a \in \mathbb { A }$ and $u \in \mathbb { U }$ , and

CovP[Ξ(a1)(u1),Ξ(a2)(u2)]=u1,K(a1,a2)(u2)U. \mathrm { C o v } _ { \mathbb { P } } \left[ \Xi ( a _ { 1 } ) ( u _ { 1 } ) , \Xi ( a _ { 2 } ) ( u _ { 2 } ) \right] = \langle u _ { 1 } , K ( a _ { 1 } , a _ { 2 } ) ( u _ { 2 } ) \rangle _ { \mathbb { U } } .

Generally, operator-valued Gaussian processes are “equivalent to” a subset of Gaussian processes with values in $( \mathbb { U } ^ { \prime } ) ^ { # } = \mathbb { U } ^ { # }$ (see Appendix A.4.2).

Proposition A.18. Let $\tilde { \mathrm { F } }$ : $\mathbb { A } \times \Omega \mathbb { U } ^ { # }$ , $\mathbb { H } \subset \mathrm { L } _ { 2 } ( \Omega , \mathcal { A } , \mathrm { P } )$ a Gaussian Hilbert space, and $\Xi \colon \mathbb { A } ( \mathbb { U } \mathbb { H } )$ such that $\tilde { \mathrm { F } } ( a , \cdot ) ( u ) \in \Xi ( a ) ( u )$ for all $a \in \mathbb { A }$ and $u \in \mathbb { U }$ . Then $\Xi$ is an operator-valued Gaussian process with mean function $\mathcal { M } \colon \mathbb { A } \mathbb { U }$ and covariance kernel $\kappa$ ${ \mathcal { C } } \colon \mathbb { A } \times \mathbb { A } \to ( \mathbb { U } \to \mathbb { U } )$ if and only if

(a) F˜ is a $\mathbf { \Omega } : ( \mathbb { U } ^ { # } , \sigma ( \delta _ { \mathbb { U } } ) )$ -valued Gaussian process with mean $\tilde { \mathcal { M } } \colon \mathbb { A } \to \mathbb { U } ^ { \prime }$ and covariance function $\tilde { \mathcal { K } }$ : $: \mathbb { A } \times \mathbb { A } \to ( \delta _ { \mathbb { U } } \to \mathbb { U } ^ { \prime } )$

(b) $( u , \omega ) \mapsto \tilde { \mathrm { F } } ( a , \omega ) ( u )$ is mean-square continuous9 for all $a \in \mathbb { A }$ , and

(c) $u \mapsto \tilde { K } ( a _ { 1 } , a _ { 2 } ) ( \delta _ { u } ) \in \mathbb { U } ^ { \prime }$ is norm-continuous for all $a _ { 1 } , a _ { 2 } \in \mathbb { A }$ .

We have $\langle \mathcal { M } ( a ) , \cdot \rangle _ { \mathbb { U } } = \tilde { \mathcal { M } } ( a )$ for $a \in \mathbb { A } .$ , and $\langle \mathcal { K } ( a _ { 1 } , a _ { 2 } ) ( u ) , \cdot \rangle _ { \mathbb { U } } = \tilde { \mathcal { K } } ( a _ { 1 } , a _ { 2 } ) ( \delta _ { u } )$ for all $a _ { 1 } , a _ { 2 } \in \mathbb { A }$ and $u \in \mathbb { U }$

Proof. This follows from Corollary A.14.

Moreover, the following results show that operator-valued Gaussian processes whose kernels map into the trace-class are “equivalent to” Gaussian processes with values in $\left( \mathbb { U } , B \left( \mathbb { U } \right) \right)$ .

Proposition A.19. Let $\mathrm { F }$ be a U-valued Gaussian process on $( \Omega , A , { \mathrm { P } } )$ with index set A, mean function $\mathcal { M }$ , and covariance function $\kappa$ . Define $\mathbb { H }$ as the $\mathrm { L } _ { 2 } ( \Omega , A , \mathrm { P } )$ closure of $\operatorname { s p a n } { \omega \mapsto \langle u , \operatorname { F } ( a , \omega ) \rangle _ { \mathbb { U } } \mid a \in \mathbb { A } , u \in \mathbb { U } } \subset \operatorname { L } _ { 2 } ( \Omega , A , \operatorname { P } )$ . Then

Ξ ⁣:A(UH),a(uu,F(a,)U) \Xi \colon \mathbb { A } \to ( \mathbb { U } \to \mathbb { H } ) , a \mapsto ( u \mapsto \langle u , \mathrm { F } ( a , \cdot ) \rangle _ { \mathbb { U } } )

is an operator-valued Gaussian process with mean $\mathcal { M }$ and covariance kernel $\kappa$ . Moreover, ${ \cal { K } } ( a , a )$ is trace-class for all $a \in \mathbb { A }$ .

Proof. Let $a \in \mathbb { A }$ . For all $u \in \mathbb { U }$ we have

Ξ(a)(u)H2=Ω(u,F(a,))2P(dω)uU2ΩF(a,)U2P(dω)< \| \Xi ( a ) ( u ) \| _ { \mathbb { H } } ^ { 2 } = \int _ { \Omega } \left( \langle u , \mathrm { F } ( a , \cdot ) \rangle \right) ^ { 2 } \mathrm { P } ( \mathrm { d } \omega ) \leq \| u \| _ { \mathbb { U } } ^ { 2 } \underbrace { \int _ { \Omega } \| \mathrm { F } ( a , \cdot ) \| _ { \mathbb { U } } ^ { 2 } \mathrm { P } ( \mathrm { d } \omega ) } _ { < \infty }

by the Cauchy-Schwarz inequality and Fernique’s theorem (Bogachev, 1998, Theorem 2.8.5), i.e. $\Xi ( a )$ is a bounded linear operator. □

Theorem A.20. Let $\Xi$ be an operator-valued Gaussian process with Gaussian Hilbert space $\mathbb { H } \subset \mathrm { L } _ { 2 } ( \Omega , \mathcal { A } , \mathrm { P } ) .$ , mean function $\mathcal { M }$ , and covariance kernel $\kappa$ such that $\textstyle { \mathcal { K } } ( a , a )$ is trace class for all $a \in \mathbb { A }$ . Then there is a $\mathbb { U }$ -valued Gaussian process $\mathbf { F } \sim \mathcal { G P } \left( \mathcal { M } , \mathcal { K } \right)$ on $( \Omega , A , { \mathrm { P } } )$ such that $\langle u , \mathrm { F } ( a ) \rangle _ { \mathbb { U } } \in \Xi ( a ) ( u ) .$ for all $a \in \mathbb { A }$ and $u \in \mathbb { U }$ .

Proof. First, we will construct $\mathrm { F } \colon \mathbb { A } \times \Omega \mathbb { U }$ . Let $a \in \mathbb { A }$ . Since $\mathbb { U }$ is separable and $\textstyle { \mathcal { K } } ( a , a )$ is self-adjoint, positivesemidefinite, and trace class (and hence compact), there is an ONB ${ \psi _ { i } ^ { a } } _ { i \in I }$ of $\mathbb { U }$ consisting of eigenvectors of $\textstyle { \mathcal { K } } ( a , a )$ (Conway, 1997, Corollary 5.4). For every $i \in I$ , fix $\mathsf { z } _ { i } ^ { a } \in ( \Xi ( a ) ( \psi _ { i } ^ { a } ) - \langle \psi _ { i } ^ { a } , \mathcal { M } ( a ) \rangle )$ . We will now show that the series

iIziaψia \sum _ { i \in I } \mathrm { z } _ { i } ^ { a } \psi _ { i } ^ { a }

converges $\mathrm { P }$ -almost surely in $\mathbb { U }$ . The ${ \boldsymbol { \mathrm { z } } _ { i } ^ { a } } _ { i \in I }$ are centered, independent Gaussian random variables with variances given by the eigenvalues $\lambda _ { i } ^ { a }$ of ${ \cal { K } } ( a , a )$ , since

EP[zia]=EP[Ξ(a)(ψia)]ψia,M(a)=0 \mathbb { E } _ { \mathrm { P } } \left[ \mathrm { z } _ { i } ^ { a } \right] = \mathbb { E } _ { \mathrm { P } } \left[ \Xi ( a ) ( \psi _ { i } ^ { a } ) \right] - \langle \psi _ { i } ^ { a } , \mathcal { M } ( a ) \rangle = 0

and

CovP[zia,zja]=CovP[Ξ(a)(ψia),Ξ(a)(ψja)]=ψia,K(a,a)(ψja)U=ψia,λjaψjaU=λjaδij. \mathrm { C o v } _ { \mathbb { P } } \left[ \boldsymbol { z } _ { i } ^ { a } , \boldsymbol { z } _ { j } ^ { a } \right] = \mathrm { C o v } _ { \mathbb { P } } \left[ \Xi ( a ) ( \psi _ { i } ^ { a } ) , \Xi ( a ) ( \psi _ { j } ^ { a } ) \right] = \langle \psi _ { i } ^ { a } , K ( a , a ) ( \psi _ { j } ^ { a } ) \rangle _ { \mathbb { U } } = \langle \psi _ { i } ^ { a } , \lambda _ { j } ^ { a } \psi _ { j } ^ { a } \rangle _ { \mathbb { U } } = \lambda _ { j } ^ { a } \delta _ { i j } .

We have $\textstyle \sum _ { i \in I } \lambda _ { i } ^ { a } < \infty$ because the operator $\textstyle { \mathcal { K } } ( a , a )$ is trace-class. By Theorem 1.1.4 in Bogachev (1998), this means that

iIzia=iIziaψiaU \sum _ { i \in I } \mathsf { z } _ { i } ^ { a } = \sum _ { i \in I } \mathsf { z } _ { i } ^ { a } \| \psi _ { i } ^ { a } \| _ { \mathbb { U } }

converges $\mathrm { P }$ -almost surely, and hence Equation (A.3) P-almost surely absolutely convergent in $\mathbb { U }$ . Define

F(a)M(a)+iIziaψia. \operatorname { F } ( a ) \stackrel { \mathrm { a . s . } } { : = } \mathcal { M } ( a ) + \sum _ { i \in I } \mathsf { z } _ { i } ^ { a } \psi _ { i } ^ { a } .

9F~(a,)(u)F~(a,)(u0)asuu0 ^ { 9 } \tilde { \mathrm { F } } ( a , \cdot ) ( u ) \stackrel { \mathrm { L } _ { 2 } } { \longrightarrow } \tilde { \mathrm { F } } ( a , \cdot ) ( u _ { 0 } ) \mathrm { a s } u \stackrel { \mathbb { U } } { \longrightarrow } u _ { 0 }

Then $\langle u , \mathrm { F } ( a ) \rangle \in \Xi ( a ) ( u )$ for $u \in \mathrm { s p a n } { \psi _ { i } ^ { a } } _ { i \in I } .$ .

We will now show that $\langle u , \mathrm { F } ( a ) \rangle \in \Xi ( a ) ( u )$ for all $a \in \mathbb { A }$ and $u \in \mathbb { U }$ . To this end, fix $u \in \mathbb { U }$ and $\mathrm { y } _ { a , u } \in \Xi ( a ) ( u )$ . There is ${ u _ { n } } _ { n = 1 } ^ { \infty } \subset \mathrm { s p a n } { \psi _ { i } ^ { a } } _ { i \in I }$ such that $u \ = \ \operatorname* { l i m } _ { n \to \infty } u _ { n }$ . Boundedness of $\Xi ( a )$ implies $\langle u _ { n } , \mathrm { F } ( a ) \rangle \stackrel { \mathrm { L } ^ { 2 } } { \longrightarrow } \mathrm { y } _ { a , u }$ and, by Remark 6.11 and Corollary 6.13 in Klenke (2014), there exists a subsequence ${ u _ { n _ { k } } } _ { k = 1 } ^ { \infty } \subset { u _ { n } } _ { n = 1 } ^ { \infty }$ such that $\langle u _ { n _ { k } } , \mathrm { F } ( a ) \rangle \xrightarrow { \mathrm { a . s . } } \mathrm { y } _ { a , u } .$ Moreover, by continuity of the inner product, we know that $\langle u _ { n _ { k } } , \mathrm { F } ( a , \omega ) \rangle \langle u , \mathrm { F } ( a , \omega ) \rangle$ for all $\omega \in \Omega$ , and hence $\langle u _ { n _ { k } } , \mathrm { F } ( a ) \rangle \xrightarrow { \mathrm { a . s . } } \langle u , \mathrm { F } ( a ) \rangle$ . Since almost sure limits are unique up to almost sure equality (Klenke, 2014), we have $\operatorname { y } _ { a , u } \overset { \mathrm { a . s . } } { = } \langle u , \operatorname { F } ( a ) \rangle$ . Hence, $\langle u , \mathrm { F } ( a ) \rangle \in \Xi ( a ) ( u )$ .

The rest of the claim now follows from Corollary A.13 with $\operatorname { f } ( ( a , u ) , \omega ) : = \langle u , \operatorname { F } ( a , \omega ) \rangle$ and $\hat { \mathbb { L } } = \mathbb { U } ^ { \prime }$

B. Linearized Laplace Approximation

The linearized Laplace approximation (LLA) (MacKay, 1992a;b; Immer et al., 2021) is a conceptually simple, yet effective (Daxberger et al., 2021a) method for obtaining an approximate posterior distribution over the parameters $\pmb { w } \in \mathbb { R } ^ { p }$ of a neural network $\pmb { f } \colon \mathbb { R } ^ { d } \times \mathbb { R } ^ { p } \mathbb { R } ^ { d ^ { \prime } }$ . It applies whenever the objective function $R$ used to train the neural network is (equivalent to) a negative log-posterior

R(w)=logp(wD)=logp(w)i=1nlogp(y(i)f(x(i),w))+const. R ( \pmb { w } ) = - \log p ( \pmb { w } \mid \mathcal { D } ) = - \log p ( \pmb { w } ) - \sum _ { i = 1 } ^ { n } \log p ( \pmb { y } ^ { ( i ) } \mid \pmb { f } ( \pmb { x } ^ { ( i ) } , \pmb { w } ) ) + \mathrm { c o n s t . }

of the network parameters given data $\mathcal D = { ( \boldsymbol x ^ { ( i ) } , \boldsymbol y ^ { ( i ) } ) } _ { i = 1 } ^ { n }$ . It is common for the prior over the parameters to be Gaussian, in which case $- \log p ( \pmb { w } )$ acts as an L2-regularizer on the parameters. During training, we attempt to find a local minimum $\scriptstyle w ^ { \star }$ of the objective function $R$ , i.e. a maximum a-posteriori (MAP) estimator of the network parameters given the data.

Following Immer et al. (2021), we approximate the posterior of the network weights as follows: First, we linearize the model using a first-order Taylor approximation in the weights around the MAP estimator $\scriptstyle w ^ { \star }$

f(x,w)fwlin(x,w):=f(x,w)+Dwf(x,w)w(ww). f ( \boldsymbol { x } , \boldsymbol { w } ) \approx f _ { \boldsymbol { w } ^ { \star } } ^ { \mathrm { l i n } } ( \boldsymbol { x } , \boldsymbol { w } ) : = f ( \boldsymbol { x } , \boldsymbol { w } ^ { \star } ) + \mathrm { D } _ { \boldsymbol { w } } f ( \boldsymbol { x } , \boldsymbol { w } ) | _ { \boldsymbol { w } ^ { \star } } ( \boldsymbol { w } - \boldsymbol { w } ^ { \star } ) .

Afterwards, we compute a second-order Taylor approximation of the negative log-posterior $R _ { w ^ { \star } } ^ { \mathrm { l i n } }$ of the linearized network at the MAP $\boldsymbol { w } ^ { \star }$

Rwlin(w):=logp(w)i=1nlogp(y(i)fwlin(x(i),w))+const.   R(w)+R(w)0(ww)+12(ww)P(ww)   =12(ww)P(ww)+const. \begin{array} { l } { { \displaystyle R _ { w ^ { \star } } ^ { \mathrm { l i n } } ( w ) : = - \log p ( w ) - \sum _ { i = 1 } ^ { n } \log p ( y ^ { ( i ) } \mid f _ { w ^ { \star } } ^ { \mathrm { l i n } } ( x ^ { ( i ) } , w ) ) + \mathrm { c o n s t . } } \ ~ } \\ { { \displaystyle ~ \approx R ( w ^ { \star } ) + \underbrace { \nabla R \left( w ^ { \star } \right) ^ { \top } } _ { \approx 0 } ( w - w ^ { \star } ) + \frac 1 2 ( w - w ^ { \star } ) ^ { \top } P ( w - w ^ { \star } ) } \ ~ } \\ { { \displaystyle ~ = \frac 1 2 ( w - w ^ { \star } ) ^ { \top } P ( w - w ^ { \star } ) + \mathrm { c o n s t . } } } \end{array}

with ${ \cal P } : = - \operatorname * { H } _ { w } \log p ( \pmb { w } ) | _ { \pmb { w } ^ { \star } } + G$ , where

G:=i=1nDwf(x(i),w)w Hflogp(y(i)f)f(x(i),w)Dwf(x(i),w)w G : = - \sum _ { i = 1 } ^ { n } \operatorname { D } _ { w } f ( { \boldsymbol x } ^ { ( i ) } , { \boldsymbol w } ) \Big | _ { { \boldsymbol w } ^ { \star } } \ H _ { f } \log p ( { \boldsymbol y } ^ { ( i ) } \mid f ) \Big | _ { f ( { \boldsymbol x } ^ { ( i ) } , { \boldsymbol w } ^ { \star } ) } \operatorname { D } _ { w } f ( { \boldsymbol x } ^ { ( i ) } , { \boldsymbol w } ) \Big | _ { { \boldsymbol w } ^ { \star } } ^ { \top }

is the so-called generalized Gauss-Newton (GGN) matrix (Schraudolph, 2002). The GGN is guaranteed to be positivesemidefinite. Equation (B.1) is the negative log-density of a (potentially degenerate) multivariate Gaussian distribution with mean $\scriptstyle w ^ { \star }$ and covariance matrix $P ^ { \dagger }$ , i.e.

p(w=wD)=expR(w)expRwlin(w)N(w;w,P). p ( \mathbf { w } = \pmb { w } \mid \mathcal { D } ) = \exp R ( \pmb { w } ) \approx \exp R _ { \pmb { w } ^ { \star } } ^ { \mathrm { l i n } } ( \pmb { w } ) \approx \mathcal { N } \left( \pmb { w } ; \pmb { w } ^ { \star } , \pmb { P } ^ { \dagger } \right) .

This Gaussian distribution is referred to as the linearized Laplace approximation of $p ( \mathbf { w } = \pmb { w } \mid \mathcal { D } )$ . Under the linearized model, the approximate Gaussian posterior over the weights induces a tractable posterior predictive over the output of the neural network (Khan et al., 2019; Immer et al., 2021). More precisely, using closure properties of Gaussian distributions under affine maps, one can show that the pushforward of the LLA posterior through ${ \pmb w } \mapsto { \pmb f } _ { { \pmb w } ^ { \star } } ^ { \mathrm { l i n } } ( { \pmb x } , { \pmb w } )$ defines a ( $d ^ { \prime }$ -output) Gaussian process

 f DGP(f(,w),(x1,x2)Dwf(x1,w)wPDwf(x2,w)w). \begin{array} { r } { \textbf { f } \big | \mathcal { D } \sim \mathcal { G P } \left( f ( \cdot , w ^ { \star } ) , ( x _ { 1 } , x _ { 2 } ) \mapsto \mathrm { D } _ { w } f ( x _ { 1 } , w ) \big | _ { w ^ { \star } } P ^ { \dagger } \mathrm { D } _ { w } f ( x _ { 2 } , w ) \big | _ { w ^ { \star } } ^ { \top } \right) . } \end{array}

C. Implementation Details

C.1. Last-Layer LUNO for FNOs

For an input $\mathbf { \pmb { a } } \in \mathbb { A }$ , we can factorize the FNO as

F(a,w)(x)=(q(,wq)σ(L1))=:q~(z(L1)(x,wL1)), \begin{array} { r } { F ( \pmb { a } , \pmb { w } ) ( \pmb { x } ) = \underbrace { ( \pmb { q } ( \cdot , \pmb { w _ { q } } ) \circ \sigma ^ { ( L - 1 ) } ) } _ { = : \tilde { \pmb { q } } } \left( z ^ { ( L - 1 ) } ( \pmb { x } , \pmb { w } _ { L - 1 } ) \right) , } \end{array}

with

Ξs(L1)(x,wL1):=j=1dwF1(Rs;j(L1)v^j(L1))(x)+j=1dwWij(L1)vj(L1)(x)=j=1dwksW(Rs;j(L1))Re(v^kj(L1))cos({{ωk,x})=x,j(x)+j=1dwksW(Rs;j(L1))(1)Im(v^kj(L1))sin({ωk,x})=xj(w)+j=1dwWij(L1)vj(L1)(x)=xj(w), \begin{array} { r l } { \Xi _ { s } ^ { ( L - 1 ) } ( \boldsymbol { x } , \boldsymbol { w } _ { L - 1 } ) : = } & { \displaystyle \sum _ { j = 1 } ^ { d _ { w } } \mathcal { F } ^ { - 1 } \Big ( R _ { s ; j } ^ { ( L - 1 ) } \odot \hat { v } _ { j } ^ { ( L - 1 ) } \Big ) ( \boldsymbol { x } ) + \displaystyle \sum _ { j = 1 } ^ { d _ { w } } W _ { i j } ^ { ( L - 1 ) } v _ { j } ^ { ( L - 1 ) } ( \boldsymbol { x } ) } \\ & { \quad = \displaystyle \sum _ { j = 1 } ^ { d _ { w } } \mathrm { k } _ { s \in \mathcal { W } } ( R _ { s ; j } ^ { ( L - 1 ) } ) \underbrace { \mathrm { R e } ( \hat { v } _ { k j } ^ { ( L - 1 ) } ) \cos { ( \{ \{ \omega _ { k , x } \} } ) } } _ { = \partial _ { x , j } ( x ) } \\ & { \quad \quad \quad + \displaystyle \sum _ { j = 1 } ^ { d _ { w } } \mathrm { k } _ { s \in \mathcal { W } } ( R _ { s ; j } ^ { ( L - 1 ) } ) \underbrace { ( - 1 ) \mathrm { I m } ( \hat { v } _ { k j } ^ { ( L - 1 ) } ) \sin { ( \{ \omega _ { k , x } \} ) } } _ { = \forall x _ { j } ( w ) } } \\ & { \quad \quad \quad + \displaystyle \sum _ { j = 1 } ^ { d _ { w } } W _ { i j } ^ { ( L - 1 ) } \underbrace { v _ { j } ^ { ( L - 1 ) } ( \boldsymbol { x } ) } _ { = \forall x _ { j } ( w ) } , } \end{array}

where $\hat { \pmb { v } } _ { k j } ^ { ( L - 1 ) } : = \mathcal { F } ( \pmb { v } _ { j } ^ { ( L - 1 ) } ) _ { k } \in \mathbb { C }$ for $k \in { 1 , \dots , k _ { \operatorname* { m a x } } }$ . We note that $\pmb { z } ^ { ( L - 1 ) } ( \pmb { x } , \pmb { w } _ { L - 1 } )$ is linear in $w _ { L - 1 }$ . Thus,

wL1(Re(R(L1)),Im(R(L1)),W(L1)) { \pmb w } _ { L - 1 } \cong ( \mathrm { R e } ( { \pmb R } ^ { ( L - 1 ) } ) , \mathrm { I m } ( { \pmb R } ^ { ( L - 1 ) } ) , { \pmb W } ^ { ( L - 1 ) } )

induces a (multi-output) GP over $z ^ { ( L - 1 ) }$ :

z(L1)GP(mz(L1),Kz(L1))withmz(L1)=z(L1)(x,wL1). \begin{array} { r l } & { \mathbf { z } ^ { ( L - 1 ) } \sim \mathcal { G P } \left( m _ { \mathbf { z } ^ { ( L - 1 ) } } , K _ { \mathbf { z } ^ { ( L - 1 ) } } \right) \qquad \mathrm { w i t h } } \\ & { m _ { \mathbf { z } ^ { ( L - 1 ) } } = z ^ { ( L - 1 ) } ( { \pmb x } , { \pmb w } _ { L - 1 } ^ { \star } ) . } \end{array}

Moreover, $\mathbf { z } ^ { ( L - 1 ) }$ is the sum of three (dependent) parametric Gaussian processes with feature functions $\phi _ { k j } , \varphi _ { k j }$ , and $\psi _ { j }$ , respectively. Consequently, the function-valued GP induced by the linearized FNO is given by

F(a)(x)=q~(mz(L1)(x))+Dq~(mz(L1)(x))(z(L1)(x)mz(L1)(x)), \mathrm { F } ( \pmb { a } ) ( \pmb { x } ) = \tilde { q } ( m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \pmb { x } ) ) + \mathrm { D } \tilde { q } \left( m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \pmb { x } ) \right) ( \mathbf { z } ^ { ( L - 1 ) } ( \pmb { x } ) - m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \pmb { x } ) ) ,

i.e. $\mathrm { F } ( \pmb { a } ) \sim \mathcal { G P } \left( m _ { \pmb { a } } , K _ { \pmb { a } } \right)$ with

ma(x)=F(a,w)(x),andKa(x1,x2)=Dq~(mz(L1)(x1))Kz(L1)(x1,x2)Dq~(mz(L1)(x2)). \begin{array} { r l } & { m _ { a } ( { \boldsymbol { x } } ) = F ( { \boldsymbol { a } } , { \boldsymbol { w } } ^ { \star } ) ( { \boldsymbol { x } } ) , \quad \mathrm { a n d } } \\ & { K _ { a } ( x _ { 1 } , x _ { 2 } ) = \mathrm { D } \tilde { q } \left( m _ { \mathbf { z } ^ { ( L - 1 ) } } ( x _ { 1 } ) \right) K _ { \mathbf { z } ^ { ( L - 1 ) } } ( x _ { 1 } , x _ { 2 } ) \mathrm { D } \tilde { q } \left( m _ { \mathbf { z } ^ { ( L - 1 ) } } ( \mathbf { x } _ { 2 } ) \right) ^ { \top } . } \end{array}

If the input finterpolates $\pmb { a } \in \mathbb { A }$ is discretized on a grid (e.g. spline interpolatio $X _ { \mathbb { A } } ^ { ( i ) } \in ( \mathbb { D } _ { \mathbb { A } } ) ^ { n _ { \mathbb { A } } ^ { ( i ) } }$ , we set rpolatio $\hat { \pmb { v } } _ { k j } ^ { ( L - 1 ) } : = \mathrm { r f f t } ( \pmb { v } _ { j } ^ { ( L - 1 ) } ( \mathbf { X } _ { \mathbb { A } } ^ { ( i ) } ) ) _ { k } \in \mathbb { C }$ $\psi _ { j } ( { \pmb x } )$ $v _ { j } ^ { ( L - 1 ) } ( X _ { \mathbb { A } } ^ { ( i ) } )$

D. Experimental details

D.1. Data: PDE trajectories

D.1.1. LOW DATA GENERATION USING APEBENCH

To evaluate the performance of the uncertainty quantification methods discussed, we utilize the code in the APEBench for generating data from Burgers’, Hyper Diffusion and Kuramoto-Sivashinsky equation (conservative) (cf. (Koehler et al., 2024) for more details). Table 3 summarizes the characteristics of the datasets we use, the number of trajectories for training, and testing, as well as the spatial and temporal resolutions.

Table 3: Summary of PDE datasets generated using APEBench.

PDE NameDimensionsTraining Traj.Valid. Traj.Test Traj.Spatial Res.Temp. Res.
Burgers1D2525025025659
Hyper Diffusion1D2525025025659
Kuramoto-Sivashinsky (cons.)1D2525025025659

D.1.2. OUT-OF-DISTRIBUTION DATA GENERATION

We generated additional datasets based on the advection-diffusion-reaction equation

ut+vu=α2u+R, { \frac { \partial u } { \partial t } } + { \bf v } \cdot \nabla u = \alpha \nabla ^ { 2 } u + R ,

to evaluate the robustness of the uncertainty quantification methods under out-of-distribution (OOD) scenarios. Here $u$ represents the scalar field (e.g., concentration or temperature), $\mathbf { v }$ is the velocity field, $\alpha$ is the diffusion coefficient, and $R$ is the reaction term, where $\alpha = 0 . 0 2 6$ was held constant throughout the datasets. The following specifications guided this process:

• Datasets: Trajectories for five variations of the advection-diffusion-reaction equation were generated (cf. Figure 5):

  1. Base

– Random number (1-10) of Gaussian blobs as an initial condition.
– Constant random velocity field.
– No reaction terms.

  1. Flip

– Random number (1-10) of Gaussian blobs as an initial condition.
– Constant random velocity field, which is reversed at the center of the domain.
– No reaction terms.

  1. Pos

– Random number (1-10) of Gaussian blobs as an initial condition.
– Constant random velocity field.
– Randomly placed triangular heat source.

  1. Pos-Neg

– Random number (1-10) of Gaussian blobs as an initial condition.
– Constant random velocity field.
– Randomly placed triangular heat source; randomly placed cloud-shaped heat sink.

  1. Pos-Neg-Flip

– Random number (1-10) of Gaussian blobs as an initial condition.
– Constant random velocity field, which is reversed at the center of the domain.
– Randomly placed triangular heat source; randomly placed cloud-shaped heat sink.

• PDE Solver: We utilized a custom implementation to solve the advection-diffusion-reaction equation, relying on a 9-point stencil with Runge-Kutta 4 (RK4) with fine spatial and temporal resolutions.

• Simulation Parameters:

– Spatial resolution: $1 0 0 \times 1 0 0$ grid.
– Temporal resolution: $\Delta t = 5 \times 1 0 ^ { - 1 0 }$ over 200-time steps, from which 59 are sub-sampled.

We train a Fourier neural operator on 1000 training trajectories of the Base dataset and calibrate uncertainty quantification methods - if necessary - on a corresponding validation dataset with 250 input-output pairs. For the evaluation, we consider 250 random test pairs from some of the datasets. In Figure 5, we depict a single trajectory for each of these 5 datasets generated. To seamlessly evaluate the various OOD datasets, we pad the training set with constant zeros for the velocity field and reaction terms as a placeholder.

D.2. Model and training

For all experiments, we consider the original Fourier neural operator architecture (Li et al., 2021) with the hyperparameter suggestions following (Koehler et al., 2024), i.e. 12 modes (per spatial dimension) and 18 hidden dimensions constant throughout the network, with a total of 4 Fourier blocks. For the training, we consider 10 initial time steps and train to predict the following time step. The velocity field and the reaction term are glued to the input. Furthermore, the input is always padded by two constant zero grid points to reduce artifacts at the borders. Networks for the low data experiment are trained for 100 epochs, all remaining networks are trained for 1000 epochs—where one epoch corresponds to iterating through a single input-output pair per trajectory in the training set. During training the mean squared error loss was minimized using AdamW (Loshchilov & Hutter, 2019) combined with a cosine decay learning rate scheduler with warmup. All training implementations rely on jax (Bradbury et al., 2018), Flax NNX and optax.

D.3. Uncertainty quantification methods

D.3.1. INPUT PERTURBATIONS

Input Perturbations involve augmenting input data with small, random perturbations to introduce diversity into the model’s predictions. This approach exploits the model’s sensitivity to input variations to approximate uncertainty in the output space. Following the approach of Pathak et al. (2022), ensemble predictions are generated by forwarding a batch of pointwise perturbed versions of a single input $u _ { n }$ . Perturbations are sampled as $\epsilon _ { x , t } \sim \mathcal { N } ( 0 , \sigma ^ { 2 } )$ for each input value of the discretized function state $u _ { n } ( x , t )$ . The parameter $\sigma$ is calibrated to achieve accurate marginal uncertainty predictions.

D.3.2. ENSEMBLES

Deep ensembles rely on training multiple independent instances of a model, each initialized with different random seeds and potentially trained on different subsets of the data (Lakshminarayanan et al., 2017). The diversity in the learned weight configurations leads to a variety of predictions for a given input, enabling the computation of both mean predictions and marginal uncertainty estimates. From a Bayesian perspective these weights represent close to true samples from the weight space posterior distribution, that can only be found through the high cost of additional training runs.

D.3.3. ISOTROPIC GAUSSIAN ( $^ *$ -ISO)

The isotropic Gaussian covariance structure represents the weight space uncertainty as:

N(w,Σ:=σ2I) \mathcal { N } ( \boldsymbol { \mathbf { \mathit { w } } } ^ { \star } , \boldsymbol { \Sigma } : = \sigma ^ { 2 } \mathbf { I } )

where $\sigma ^ { 2 }$ is the variance parameter and I is the identity matrix, reflecting independence and identical uncertainty across all dimensions in the weight space. To calibrate the uncertainty, we tune the parameter $\sigma ^ { 2 }$ as outlined below.

From a Bayesian perspective, as seen in methods such as Laplace, this can be viewed as just considering a calibrated prior over the selected weight space.

D.3.4. LAPLACE APPROXIMATION ( $^ *$ -LA)

In the linearized setting, a natural choice for a posterior Gaussian belief in weight space is given by the linearized Laplace approximation, where the Hessian is given by the Generalized Gauss-Newton (GGN) $\mathbf { H } _ { \mathrm { G G N } }$ (Immer et al., 2021). For further details, see Equation (B.1).


Figure 5: Initial condition and three-time steps of a single trajectory per generated dataset (Base, Flip, Pos, Pos-Neg, Pos-Neg-Flip).

For high-dimensional parameter spaces, approximations of the GGN are required. Common techniques include diagonal approximations (Daxberger et al., 2021a), K-FAC (Martens & Grosse, 2015), or low-rank approximations (Dangel et al., 2022). Since diagonal and K-FAC approximations do not capture correlations between weights acting on different Fourier modes, we focus on a low-rank approximation of the GGN instead.

We extend the approach in (Dangel et al., 2022) by selecting the largest eigenspaces of the GGN and placing an isotropic Gaussian prior over all weights instead of approximating the posterior covariance directly. This allows regions of uncertainty to fall back to the prior belief. For a fixed input function and evaluation grid, the push-forward with the low-rank approximation $\mathbf { H } _ { \mathrm { G G N } } = V V ^ { T }$ yields the normal distribution:

N(F(x.,θ),JθΣJθT), \mathcal { N } ( \mathcal { F } ( \mathbf { x } . , \pmb { \theta } ) , \mathbf { J } _ { \pmb { \theta } } \pmb { \Sigma } \mathbf { J } _ { \pmb { \theta } } ^ { T } ) ,

where $\pmb { \Sigma } = ( n V V ^ { T } + \sigma \mathbf { I } ) ^ { - 1 }$ , $n$ is the number of input-output pairs used to train the neural operator, and $\mathbf { J } _ { \pmb { \theta } }$ is the Jacobian of the model with respect to the weights. In all experiments, we consider a low rank of 500. For the low data regime, we consider all input-output pairs, while for the OOD experiment only a minibatch of 1000 input-output pairs.

D.3.5. SAMPLE- $^ *$

For each weight-space covariance method and the input perturbation approach, we consider a sample-based pushforward which generates an ensemble of predictions in the output space. This aligns with the way most weight-space covariance methods are introduced in the literature (cf. Maddox et al., 2019). In our experiments, we generate 200 samples that are propagated through the network. The empirical mean and standard deviation are then estimated using the set of predictions in the output space.

D.3.6. LUNO- $^ *$

The core implementation of LUNO leverages matrix-free Jacobian-vector products and the algebraic structure of the chosen Gaussian covariance matrix in weight space. Our framework supports fully lazy evaluations, enabling efficient sampling, marginal variance estimation, and matrix-vector products with the covariance of the output space.

When restricting the weight space uncertainty to only the last Fourier block, we can explicitly derive the matrix action of the Jacobian of the inverse Fast Fourier Transform (IFFT). Additionally, we exploit the fact that the final linear layer is applied pointwise in the spatial domain, significantly improving computational efficiency and reducing memory requirements compared to traditional implementations of linearized pushforwards (Daxberger et al., 2021a).

D.4. Evaluation

We use the following metrics to evaluate model performance on 250 input-output pairs from the respective test trajectories. Here, $y _ { i }$ denotes the ground truth, $\hat { y } _ { i }$ represents the predicted mean, and $\sigma _ { i }$ is the predicted standard deviation for the $i$ -th sample. All reported numbers are the expected value over the test samples.

D.4.1. ROOT MEAN SQUARED ERROR (RMSE)

The root mean squared error

RMSE=1ni=1n(yiy^i)2 { \mathrm { R M S E } } = { \sqrt { { \frac { 1 } { n } } \sum _ { i = 1 } ^ { n } ( y _ { i } - { \hat { y } } _ { i } ) ^ { 2 } } }

measures the average magnitude of the errors between ensemble mean/linearized mean and ground truth values. Lower RMSE indicates better predictive accuracy, with zero being the ideal value.

D.4.2. MARGINAL NEGATIVE LOG-LIKELIHOOD (NLL)

The marginal NLL quantifies how well the predictive distribution fits the data under the assumption of Gaussian uncertainty. Lower NLL values indicate better calibration of the uncertainty estimates and higher likelihood of the observed data under the predictive model. It represents a trade-off between lower variances and how much of the error is accurately captured by the uncertainty.

NLL=i=1nlog(12πσi2exp((yiy^i)22σi2)) { \mathrm { N L L } } = - \sum _ { i = 1 } ^ { n } \log \left( { \frac { 1 } { \sqrt { 2 \pi \sigma _ { i } ^ { 2 } } } } \exp \left( - { \frac { ( y _ { i } - { \hat { y } } _ { i } ) ^ { 2 } } { 2 \sigma _ { i } ^ { 2 } } } \right) \right)

D.4.3. $\chi ^ { 2 }$ -STATISTIC

The $\chi ^ { 2 }$ -statistic measures the average squared error normalized by the predicted variance. A value close to 1 indicates well-calibrated uncertainty predictions.

Q=1ni=1n(yiy^i)2σi2 \mathrm { { Q } } = \frac { 1 } { n } \sum _ { i = 1 } ^ { n } \frac { ( y _ { i } - \hat { y } _ { i } ) ^ { 2 } } { \sigma _ { i } ^ { 2 } }

Values above one suggest overconfidence, while values below one indicate underconfident predictive uncertainty. From a UQ perspective underconfidence is better than overconfidence.

D.5. Calibration

All hyperparameters of the discussed UQ methods (mostly $\sigma ^ { 2 }$ in the above definitions) were calibrated using 250 input-output pairs of the validation set to minimize the marginal negative log-likelihood. We calibrate each method’s hyperparameters separately using grid search over a logarithmically spaced grid with 500 points centered around the relevant value.

D.6. Additional results

D.6.1. LOW DATA REGIME

Table 4: Performance metrics comparison for UQ methods evaluated on an FNO trained on 25 trajectories of the Hyper-Diffusion equation.

MethodRMSE (↓)χ2NLL (↓)
Input Perturbations1.98 × 10−21.203−2.3927
Ensemble1.95 × 10-212.6741.8957
Sample-Iso2.02 × 10-21.237−2.4391
LUNO-Iso1.99 × 10-21.155−2.4677
Sample-LA2.18 × 10-22.097−2.2312
LUNO-LA1.99 × 10−20.9842.5248
MethodRMSE (↓) χ2NLL ()
Input Perturbations7.84 × 10-2 0.938−1.0385
Ensembles6.82 × 10-2 7.6180.8489
Sample-Iso7.88 × 10-2 1.211−1.0862
LUNO-Iso7.82 × 10-2 0.922−1.0995
Sample-LA1.46 × 10−1 2.758−0.1699
LUNO-LA7.82 × 10−2 1.058-1.1653

Table 5: Performance metrics comparison for UQ methods evaluated on an FNO trained on 25 trajectories of the Kuramoto Sivashinsky (conservative) equation.


Figure 6: FNO predictive uncertainty quantified by several different methods. Top row: target function $( - )$ , mean $( - )$ and 1.96 standard deviations $( \sqsupset$ of, as well as samples ( ) from, the predictive belief. For the ensemble, the samples are four of the ensemble members. Bottom row: spread of the predictive distribution around the mean. For the sample-/ensemble-based methods, we construct a Gaussian distribution from the empirical covariance matrix and draw four samples $( - )$ . We plot 1.96 standard deviations $( \sqsupset$ of the predictive belief, as well as the top-three eigenfunctions $( - )$ and a heatmap of the predictive covariance matrix (top right corner of panels).

MethodBaseFlipPosPos-NegPos-Neg-Flip
Input Perturbations−2.5862.573−1.17469.346494.935
Ensemble5.3133.825-4.802-1.257-1.014
Sample-Iso−2.9214.071−1.2269.45743.362
LUNO-Iso−2.8923.450−1.2607.63637.733
Sample-LA−2.5764.395−1.1837.36927.046
LUNO-LA2.934−1.126−1.742−0.8181.164

Table 6: Negative Log-Likelihood (NLL) across different OOD datasets. Lower is better.

D.6.2. OUT-OF-DISTRIBUTION

Table 7: Metrics evaluated on OOD dataset Base.

MethodRMSE (↓) χ2NLL ()
Input Perturbations1.46 × 10−2 1.497−2.5861
Ensemble1.51 × 10-3 0.1625.3134
Sample-Iso1.44 × 10-2 1.217−2.9214
LUNO-Iso1.46 × 10−2 1.189−2.8919
Sample-Iso1.73 × 10−2 1.910−2.5756
LUNO-LA1.46 × 10−2 0.8412.9340

Table 8: Metrics evaluated on OOD dataset Flip.

MethodRMSE (↓) χ2NLL (↓)
Input Perturbations4.36 × 10−212.2552.5727
Ensemble-Sample4.43 × 10-30.2153.8249
Sample-Iso4.37 × 10−215.3214.0715
LUNO-Iso4.36 × 10−213.9833.4502
Sample-LA4.62 × 10−215.8684.3953
LUNO-LA4.36 × 10−23.475−1.1257

Table 9: Metrics evaluated on OOD dataset Pos.

MethodRMSE (↓) χ2NLL ()
Input Perturbations2.94 × 10-2 4.292−1.1744
Ensemble4.93 × 10-3 0.549-4.8023
Sample-Iso2.91 × 10-2 4.552-1.2261
LUNO-Iso2.94 × 10−2 4.408−1.2596
Sample-LA2.79 × 10−2 4.622−1.1835
LUNO-LA2.94 × 10−2 3.001-1.7416
MethodRMSE (↓)χ2NLL ()
Input Perturbations5.55 × 10−2145.56169.3458
Ensemble9.79 × 10-21.161-1.2569
Sample-Iso5.55 × 10-225.9619.4566
LUNO-Iso5.52 × 10-222.2317.6355
Sample-LA5.94 × 10-221.6857.3688
LUNO-LA5.52 × 10-24.182−0.8180

Table 10: Metrics evaluated on OOD dataset Pos-Neg.

MethodRMSE (↓)χ2NLL (↓)
Input Perturbations1.10 × 10-1997.143494.9350
Ensemble1.39 × 10−11.006-1.0140
Sample-Iso1.10 × 10-193.71243.3620
Prior-Iso1.10 × 10-182.36737.7331
Sample-LA1.15 × 10−160.72827.0460
LUNO-LA1.10 × 10-17.1271.1642

Table 11: Metrics evaluated on OOD dataset Pos-Neg-Flip.

D.6.3. EVALUATION OF A SINGLE TRAJECTORY

Run-Time comparison

MethodLUNO-*Sample-*
Input Perturbations10.19 ± 0.006
Ensemble0.85 ± 0.004
*-Iso0.53 ± 0.00414.00 ± 0.008
*-LA5.75 ± 0.01727.70 ± 0.006

Table 12: Comparison of run-time performance between sampling-based (Sample- $^ *$ ) and linearization-based (LUNO- $^ *$ ) methods across different uncertainty quantification techniques when out-rolling a single trajectory iteratively.


Figure 7: Averaged performance of different UQ methods on an autoregressive rollout of the FNO on 50 trajectories from the Base, Flip, Pos, Pos-Neg, and Pos-Neg-Flip datasets. We compare input perturbations $( - )$ , deep ensembles $( - )$ , Sample-Iso $( - )$ , LUNO-Iso ( ), Sample-LA $( - )$ , LUNO-LA $( - )$ .