REVIEW 2 major objections 5 minor 56 references
Physics-informed, boundary-constrained Gaussian process regression for the reconstruction of fluid flow fields
T0 review · 2 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Flow fields can be reconstructed with no boundary observations by building the no-penetration condition into a Gaussian process covariance kernel.
desk verdict Solid, honest methods paper with real contributions; the main soft spot is the unquantified quadrature error between the continuous claim and the finite-Nyström implementation. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the boundary-constrained Gaussian process (BCGP) kernel $G_0$, built from the Karhunen-Loève expansion of the base kernel localized on the profile $\Gamma$. The construction hinges on the lifted eigenfunctions $\tilde{\phi}_n$: they carry the boundary geometry into the whole domain through integrals of the base kernel against boundary eigenfunctions, and the infinite sum $\sum_n \lambda_n \tilde{\phi}_n(x)\tilde{\phi}_n(x')$ removes exactly the boundary variance from $G$. In the numerical method, the profile is parameterized as a curve, the integral eigenvalue problem is discretized by a Nyström quadrature into the generalized problem $GHE=E\Lambda$, and the spectral factor $S=H^{1/2}\tilde{E}\Lambda^{-1/2}$ lets every BCGP evaluation be written as $G_0(x,x')=G(x,x')-(G(x,X_\Gamma)S)(G(x',X_\Gamma)S)^T$. The same factor applies to derivatives $\partial_x^\alpha\otimes\partial_{x'}^\beta G_0$, which is why velocity estimates, vorticity estimates, and posterior covariances all inherit the boundary constraint with no boundary observations.
What would settle it
Fix a profile and a continuous base kernel with slowly decaying boundary spectrum, for example a Matérn kernel with smoothness $\nu=3/2$ on the NACA 0412 leading edge, run the paper's spectral algorithm with increasing $J$, and track both the spectral accuracy $\epsilon(I,J)$ and the velocity normal-fit indicator $\epsilon_n$; if reaching $\epsilon_n<10^{-4}$ demands $J$ close to the discretization size $I$, the continuous-enforcement claim and its computational saving fail for that kernel.
Extended reading notes
Core claim
Proposition 3.1 is the analytical core. For a zero-mean GP $Z$ with continuous kernel $G$ on a domain $\Omega$ and a compact set $\Gamma$ carrying a fully supported Borel measure $\nu$, let $(\lambda_n, \phi_n)$ be the eigenpairs of the restricted covariance operator $T_\Gamma[h](x)=\int_\Gamma G(x,y)h(y)\,d\nu(y)$, and let $\tilde{\phi}_n$ be their extension to $\Omega$ defined by $\tilde{\phi}_n(x)=\lambda_n^{-1}\int_\Gamma G(x,y)\phi_n(y)\,d\nu(y)$. The paper defines $Z_0(x)=Z(x)-\sum_n \sqrt{\lambda_n}\,\tilde{\phi}_n(x)\,\xi_n$, which is a centered GP with kernel $G_0(x,x')=G(x,x')-\sum_n \lambda_n\,\tilde{\phi}_n(x)\tilde{\phi}_n(x')$, and shows $Z_0=0$ on $\Gamma$ in the mean-square sense, with $G_0(\cdot,x')$ vanishing uniformly on $\Gamma$ for every $x'$. In the fluid setting $\psi=Z_0$ gives $u=\nabla^\perp\psi=\operatorname{curl} Z_0$, so $\nabla\cdot u=0$ by construction and $u\cdot n=0$ on $\Gamma$ because $\psi$ is constant there; the paper verifies the construction numerically on a cylinder at $\mathrm{Re}=3\cdot 10^3$ and a NACA 0412 leading edge at $\mathrm{Re}=2.7\cdot 10^3$, achieving a three-orders-of-magnitude improvement in the boundary normal-fit indicator compared with using the base kernel plus discrete boundary collocation.
Load-bearing premise
The continuous boundary constraint in practice is only as accurate as the truncated Karhunen-Loève spectrum: if the base kernel and profile geometry do not make the eigenvalues decay quickly, a finite number of modes cannot represent the vanishing condition, and the method degenerates into a discrete boundary approximation.
Editorial extensions
If this is right
- The profile-boundary condition no longer consumes any of the $N$ observations: the GP prior enforces it continuously, so the same observation budget can be spent on interior and outer-boundary data.
- Reconstructions of velocity and vorticity automatically satisfy $\nabla\cdot u=0$ and $u\cdot n=0$ on $\Gamma$ in the prior and posterior, avoiding spurious particle penetration in Lagrangian simulations.
- Because the BCGP kernel and its derivatives are computed offline once, at cost $O(I^2(J+1))$ for the spectrum, online regression remains $O(N^3)$ in the number of observations, with no boundary collocation points inflating the Gram matrix.
- Vorticity and stream-function estimates are obtained directly from the same kernel derivatives, without solving a pressure equation.
Reading between the lines
- The same subtraction could be applied to derivative processes to impose no-slip (zero tangential velocity) or flux conditions, since the paper's derivative extension already provides the needed kernel derivatives; the paper itself lists no-slip as future work.
- The practical advantage over discrete boundary collocation depends on how quickly the base kernel's restricted spectrum decays; for kernels or geometries with slow decay, the mode count $J$ will approach the discretization size $I$, and the offline computation will no longer be negligible. Testing with low-regularity Matérn kernels would map this boundary.
- Because the constrained prior already prevents penetration, embedding it in a sequential or particle-filter data-assimilation loop could act as a soft wall constraint and reduce spurious particle crossings in Lagrangian estimates; the paper notes the Lagrangian connection but does not run such a filter.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Gaussian process (GP) framework for reconstructing two-dimensional incompressible flow fields around aerodynamic profiles. The main mathematical tool is a spectral procedure, attributed to Gauthier and Bay [12], that modifies an arbitrary GP with a continuous kernel so that the resulting process vanishes on a compact set Γ in the mean-square sense. The authors apply this construction to the stream function ψ, obtaining a velocity prior u = curl ψ that is divergence-free in the domain and satisfies a slip boundary condition on Γ. The boundary condition is imposed through the prior rather than through discrete boundary observations, which is the central advertised advantage. The paper also introduces a multi-scale RBF kernel whose energy-decay exponent γ=6 is derived from a scaling argument, and it provides numerical demonstrations for flow around a cylinder and around the leading edge of a NACA 0412 airfoil. The numerical method approximates the infinite spectral expansion by a Nyström discretization of the boundary, with a spectral accuracy bound δ controlling the number of retained modes. The paper includes comparisons against discrete boundary enforcement and reports reconstruction errors, uncertainty coverage, and computational timings, with code publicly available.
Significance. If the results hold, the paper offers a useful and fairly general recipe for building physics-informed GP priors with boundary constraints on arbitrary compact sets, and it demonstrates the recipe on nontrivial geometries. The method's ability to avoid spending part of the observation budget on boundary collocation points is attractive for scarce-data aerodynamic reconstructions, and the paper gives concrete evidence that this can lead to more accurate boundary-condition satisfaction than discrete constraint enforcement at equal Gram-matrix size. Strengths include the explicitly derived γ=6 scaling law, the clear comparison of two choices of spectral measure, the offline/online cost separation, and the availability of reproducible code with convergence studies of the spectral truncation. The main caveat is that the numerical kernel is built on a finite Nyström discretization, and the paper does not quantify the resulting between-node boundary error; this gap affects the strength of the 'continuous enforcement' and 'no boundary observations needed' claims.
major comments (2)
- [§3.3, Eqs. (20)–(27), Algorithm 1; Figures 8 and 16] The paper's central claim that the slip condition is enforced continuously, so that no boundary observations are needed, rests on the numerical kernel G0^(I,J) vanishing on Γ. What the Nyström discretization (20)–(22) actually enforces is that the kernel vanishes at the I node points X_Γ: in the full-rank limit J=I−1, G0^(I,J)(γ(s),x') = G(γ(s),x') − G(γ(s),X_Γ)G(X_Γ,X_Γ)^{-1}G(X_Γ,x'), which is the kriging residual and is generally nonzero for γ(s) between nodes. The spectral accuracy ϵ(I,J) in Eq. (23) measures the fraction of the discretized operator's trace captured by the retained modes; it does not bound this interpolation residual. The convergence studies in Figure 8 (I=400) and Figure 16 (I=300) vary only δ/J with I held fixed, so no evidence is given that the boundary error decays as I increases. The statement in §3.3 that the procedure 'does not represent a discrete enforcement of the boundary constraint at collocation points' is therefore inaccurate for finite I: the constraint is enforced exactly at the collocation points and only approximately between them. Please either prove a bound on the between-node residual in terms of I, J, and the kernel regularity, or add I-convergence studies with decreasing boundary error; in either case, the 'continuous enforcement' and 'no boundary observations needed' claims should be made conditional on this residual.
- [§5.3.2, Table 2] The comparison between the BCGP approach and discrete boundary enforcement is described as being at constant observation budget, but the two designs differ in more than the enforcement mechanism: the discrete approach uses N=344 velocity observations plus NΓ=142 boundary constraints, while the BCGP approach uses N=415 velocity observations. The three-orders-of-magnitude improvement in ϵn (1.611×10^{-2} versus 1.823×10^{-5}) may therefore reflect the extra 71 interior velocity measurements as much as the continuous constraint. This does not undermine the method, but the claim that the BCGP approach 'allows to satisfy the slip boundary condition at a better order of accuracy than that of the discrete method for the same observation budget' should be reworded, or supplemented by a comparison in which both methods use the same interior and boundary data and differ only in how the boundary condition is imposed. The paper should also clarify in Table 2 that the budget is fixed in terms of Gram-matrix size, not in terms of the number of physical observations.
minor comments (5)
- [§4.3] The derivation of γ=6 uses an asymptotic range '3<q≤M'; with the numerical choice M=3 this range is empty. The paper should state that the scaling law is justified in the limit M→∞ and that M=3 is a finite-scale approximation, and it should discuss how many scales are needed for the O(∥h∥²) behavior to be visible.
- [Corollary 3.4] The text says H^{d−1}(Γ) is the '(p−1)-dimensional measure of the manifold,' which appears to be a typo: it should be the (d−1)-dimensional measure. In the case p=1 the statement about arc length is correct, but the indexing should be cleaned up.
- [§3.3, Eq. (23) and Figure 16] The horizontal axis of Figure 16 is described as the negative logarithm of ϵ, while the experiment varies the spectral threshold δ; please clarify that the axis is −log₁₀(δ) and that ϵ(I,J)≤δ by construction.
- [§3.4, Table 1 and §5.4] The complexity comparison says the spectral factor cost is negligible because 'J≪N', but in the NACA experiment J=112–200 modes are used with only N=184 training observations, so J is comparable to N. The asymptotic claim should be qualified with the actual working regime.
- [§4.2, Corollary 4.1] Corollary 4.1 asserts uniform convergence of the differentiated series (36)–(37) and Remark 4.2 gives a sufficient condition, but no proof is included. Since the numerical method relies on differentiated BCGP kernels, a short justification or a precise reference would help the reader verify that the interchange of differentiation and summation is legitimate for the anisotropic Gaussian and multi-scale RBF kernels used here.
Circularity Check
No circularity: the boundary-constrained GP is an explicit conditional-projection construction, the physics parameters are set from stated scaling laws and cross-validated data, and the cited spectral result is external to the authors.
full rationale
The central construction in Proposition 3.1 is not a disguised prediction of its own inputs: Z0(x)=Z(x)-Σ sqrt(λn) φ̃n(x) ξn is defined as the residual after removing the projection of Z onto the span of its boundary values on Γ, and the paper proves (and sketches) that this residual has zero covariance on Γ. The zero boundary condition is an imposed constraint, not an empirical quantity being inferred; the kernel G0 is then the covariance of that residual by construction. The result is attributed to [12], an external source, and the proof sketch is self-contained enough to show the mechanism. Similarly, the energy-decay parameter γ=6 is obtained algebraically from the stated reference structure ℓm=ℓ0/2^{3m}, σm=σ0/2^{γm}, and the known 2D spectrum E(k)∝k^{-3}, so it is not fitted to the reconstruction targets; σ0 and ℓ0 are tuned by UQ-based cross-validation on training folds and evaluated on a separate test set. The only self-citation involving an author ([14], which includes Éric Savin) is a pointer in the related-work and future-work discussion, not a load-bearing premise. The numerical implementation replaces the integral operator on Γ by an I-point Nyström quadrature (Eqs. 20-22, 25-27), so for finite I the continuous zero condition holds exactly at the quadrature nodes in the full-rank limit and only approximately between them; this is a numerical accuracy and convergence question about the I-discretization, not a circularity in the derivation. No equation in the paper reduces to a fitted quantity or to a self-citation chain, so no circular step is present.
Assumptions & free parameters
free parameters (8)
- sigma_0 (base kernel amplitude) =
RBF 0.20; DF-RBF 0.01; M-RBF 0.05; PI-RBF 0.10
- ell_0 (coarse-scale correlation length) =
RBF/DF-RBF 0.1; M-RBF/PI-RBF 1.0
- eta (nugget) =
1e-6 cylinder; 1e-8 or 1e-10 NACA
- M (number of scales) =
3 for multiple-scale and PI kernels
- alpha (anisotropy) in Sec 5.3 =
1.5
- I, J (boundary discretization and spectral truncation) =
I=400, J=18 (cylinder); I=300, J=23-200 (NACA for delta=1e-9 to 1e-14)
- delta (spectral accuracy threshold) =
1e-12
- gamma (energy decay exponent) =
6
assumptions (6)
- standard math Uniform convergence of Mercer and Karhunen-Loeve expansions for continuous kernels on compact sets.
- standard math Convergence of the Nystrom quadrature approximation of the integral eigenvalue problem (Eqs. 19-22).
- domain assumption The base kernel G is at least C^{2,2}(Omega x Omega).
- domain assumption Two-dimensional incompressible flow is represented by a stream function with u=curl psi, and the slip condition is equivalent to psi being constant on the profile boundary.
- ad hoc to paper Small-scale energy decay follows the constructed multi-scale RBF model with ell_m=ell_0/2^(3m), alpha_m=max(1,2^(3-m)), sigma_m=sigma_0/2^(gamma m), and gamma=6.
- domain assumption The ground-truth flows used for evaluation satisfy the same homogeneous slip condition that the prior enforces on the profile boundary.
Cite this review
Pith. "Pith review of Physics-informed, boundary-constrained Gaussian process regression for the reconstruction of fluid flow fields." pith.science (2026). https://pith.science/paper/U2B2NMLE
@misc{pith2026250717582,
author = {Pith},
title = {Pith review of: Physics-informed, boundary-constrained Gaussian process regression for the reconstruction of fluid flow fields},
year = {2026},
howpublished = {\url{https://pith.science/paper/U2B2NMLE}},
note = {Machine review of arXiv:2507.17582}
}
read the original abstract
Gaussian process regression techniques have been used in fluid mechanics for the reconstruction of flow fields from a reduction-of-dimension perspective. A main ingredient in this setting is the construction of adapted covariance functions, or kernels, to obtain such estimates. In this paper, we present a general method for constraining a prescribed Gaussian process on an arbitrary compact set. The kernel of the pre-defined process must be at least continuous and may include other information about the studied phenomenon. This general boundary-constraining framework can be implemented with high flexibility for a broad range of engineering applications. From this, we derive physics-informed kernels for simulating two-dimensional velocity fields of an incompressible (divergence-free) flow around aerodynamic profiles. These kernels allow to define Gaussian process priors satisfying the incompressibility condition and the prescribed boundary conditions along the profile in a continuous manner. We describe an adapted numerical method for the boundary-constraining procedure parameterized by a measure on the compact set. The relevance of the methodology and performances are illustrated by numerical simulations of flows around a cylinder and a NACA 0412 airfoil profile, for which no observation at the boundary is needed at all.
Figures
Figures from the paper (12 more)
Reference graph
Works this paper leans on
-
[12]
Bertrand Gauthier and Xavier Bay. Spectral approach for kernel-based interpolation.Annales de la Facult´ e des Sciences de Toulouse: Math´ ematiques, 21(3):439–479, 2012
work page 2012
-
[1]
Numerical study of slightly viscous flow.Journal of Fluid Mechanics, 57(4):785–796, 1973
Alexandre Joel Chorin. Numerical study of slightly viscous flow.Journal of Fluid Mechanics, 57(4):785–796, 1973
work page 1973
-
[2]
Peter Constantin and Gautam Iyer. A stochastic Lagrangian representation of the three-dimensional incompressible Navier-Stokes equations.Communications on Pure and Applied Mathematics, 61(3):330–345, 2008
work page 2008
-
[3]
Freddy Delbaen, Jinniao Qiu, and Shanjian Tang. Forward–backward stochastic differential systems associated to Navier–Stokes equations in the whole space.Stochastic Processes and their Applications, 125(7):2516–2561, 2015
work page 2015
-
[4]
An introduction to 3D stochastic fluid dynamics
Franco Flandoli. An introduction to 3D stochastic fluid dynamics. In Giuseppe Da Prato and Michael R¨ uckner, editors,SPDE in Hydrodynamic: Recent Progress and Prospects: Lectures given at the C.I.M.E. Summer School held in Cetraro, Italy August 29–September 3, 2005, pages 51–150. Springer, Berlin, 2008
work page 2005
-
[5]
Butterworth-Heinemann, Oxford, second edition, 2007
Charles Hirsch.Numerical Computation of Internal and External Flows. Butterworth-Heinemann, Oxford, second edition, 2007
work page 2007
-
[6]
Stephen B. Pope.Turbulent Flows. Cambridge University Press, Cambridge, first edition, 2000
work page 2000
-
[7]
Cambridge University Press, Cambridge, second edition, 2024
Stavros Tavoularis and Jovan Nedi´ c.Measurement in Fluid Mechanics. Cambridge University Press, Cambridge, second edition, 2024
work page 2024
Show all 56 references
-
[8]
H. G. Maas, A. Gr¨ un, and D. A. Papantoniou. Particle tracking velocimetry in three-dimensional flows. Part I. Photogrammetric determination of particle coordinates.Experiments in Fluids, 15:133–146, 1993
1993
-
[9]
N. A. Malik, Th. Dracos, and D. A. Papantoniou. Particle tracking velocimetry in three-dimensional flows. Part II. Particle tracking.Experiments in Fluids, 15:279–294, 1993
1993
-
[10]
State observer data assimilation for RANS with time-averaged 3D-PIV data.Computers & Fluids, 218:104827, 2021
Edoardo Saredi, Nikhilesh Tumuluru Ramesh, Andrea Sciacchitano, and Fulvio Scarano. State observer data assimilation for RANS with time-averaged 3D-PIV data.Computers & Fluids, 218:104827, 2021
2021
-
[11]
McKeon, Denis Sipp, and Peter J
Sean Symon, Nicolas Dovetta, Beverley J. McKeon, Denis Sipp, and Peter J. Schmid. Data assimilation of mean velocity from 2D PIV measurements of flow over an idealized airfoil.Experiments in Fluids, 58:61, 2017
2017
-
[13]
Gaussian process hydrodynamics.Applied Mathematics and Mechanics, 44(7):1175–1198, 2023
Houman Owhadi. Gaussian process hydrodynamics.Applied Mathematics and Mechanics, 44(7):1175–1198, 2023
2023
-
[14]
Learning “best” kernels from data in Gaussian process regression
Jean-Luc Akian, Luc Bonnet, Houman Owhadi, and ´Eric Savin. Learning “best” kernels from data in Gaussian process regression. With application to aerodynamics.Journal of Computational Physics, 470:111595, 2022
2022
-
[15]
Kernel Flows: From learning kernels from data into the abyss.Journal of Computational Physics, 389:22–47, 2019
Houman Owhadi and Gene Ryan Yoo. Kernel Flows: From learning kernels from data into the abyss.Journal of Computational Physics, 389:22–47, 2019
2019
-
[16]
Learning dynamical systems from data: a simple cross-validation perspective, part I: parametric kernel flows.Physica D: Nonlinear Phenomena, 421:132817, 2021
Boumediene Hamzi and Houman Owhadi. Learning dynamical systems from data: a simple cross-validation perspective, part I: parametric kernel flows.Physica D: Nonlinear Phenomena, 421:132817, 2021
2021
-
[17]
Covariance Models for Divergence-Free and Curl-Free Random Vector Fields.Stochastic Models, 28(3):433–451, 2012
Michael Scheuerer and Martin Schlather. Covariance Models for Divergence-Free and Curl-Free Random Vector Fields.Stochastic Models, 28(3):433–451, 2012
2012
-
[18]
Boundary constrained Gaussian processes for robust physics-informed machine learning of linear partial differential equations.Journal of Machine Learning Research, 25:1–61, 2024
David Dalton, Alan Lazarus, Hao Gao, and Dirk Husmeier. Boundary constrained Gaussian processes for robust physics-informed machine learning of linear partial differential equations.Journal of Machine Learning Research, 25:1–61, 2024
2024
-
[19]
Gaussian process regression constrained by boundary value problems.Computer Methods in Applied Mechanics and Engineering, 388:114117, 2022
Mamikon Gulian, Ari Frankel, and Laura Swiler. Gaussian process regression constrained by boundary value problems.Computer Methods in Applied Mechanics and Engineering, 388:114117, 2022
2022
-
[20]
Know your boundaries: Constraining gaussian processes by variational harmonic features
Arno Solin and Manon Kok. Know your boundaries: Constraining gaussian processes by variational harmonic features. In Kamalika Chaudhuri and Masashi Sugiyama, editors,Proceedings of the Twenty-Second International Conference on Artificial Intelligence and Statistics, volume 89 ...
2019
-
[21]
Brunton, Bernd R
Steven L. Brunton, Bernd R. Noack, and Petros Koumoutsakos. Machine learning for fluid mechanics.Annual Review of Fluid Mechanics, 52:477–508, 2020
2020
-
[22]
Data reconstruction for complex flows using AI: Recent progress, obstacles, and perspectives
Michele Buzzicotti. Data reconstruction for complex flows using AI: Recent progress, obstacles, and perspectives. Europhysics Letters, 142(2):23001, 2023
2023
-
[23]
Turbulence modeling in the age of data.Annual Review of Fluid Mechanics, 51:357–377, 2019
Karthik Duraisamy, Gianluca Iaccarino, and Heng Xiao. Turbulence modeling in the age of data.Annual Review of Fluid Mechanics, 51:357–377, 2019
2019
-
[24]
Bharath, and Chris D
Mario Lino, Stathi Fotiadis, Anil A. Bharath, and Chris D. Cantwell. Current and emerging deep-learning methods for the simulation of fluid dynamics.Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, 479(2275):20230058, 2023
2023
-
[25]
Maziar Raissi, Paris Perdikaris, and George Ern Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations.Journal of Computational Physics, 378:686–707, 2019
2019
-
[26]
The graph neural network model.IEEE Transactions on Neural Networks, 20(1):61–80, 2009
Franco Scarselli, Marco Gori, Ah Chung Tsoi, Markus Hagenbuchner, and Gabriele Monfardini. The graph neural network model.IEEE Transactions on Neural Networks, 20(1):61–80, 2009
2009
-
[27]
Fourier neural operator for parametric partial differential equations.arXiv:2010.08895, 2021
Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations.arXiv:2010.08895, 2021
2010 arXiv
-
[28]
Karniadakis
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George E. Karniadakis. Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators.Nature Machine Intelligence, 3(3):218–229, 2021
2021
-
[29]
Hou, and Max Tegmark
Ziming Liu, Yixuan Wang, Sachin Vaidya, Fabian Ruehle, James Halverson, Marin Soljaˇ ci´ c, Thomas Y. Hou, and Max Tegmark. KAN: Kolmogorov-Arnold Networks.arXiv:2404.19756, 2025
2025 arXiv
-
[30]
Poseidon: Efficient foundation models for PDEs.arXiv:2405.19101, 2024
Maximilian Herde, Bogdan Raoni´ c, Tobias Rohner, Roger K¨ appeli, Roberto Molinaro, Emmanuel de B´ ezenac, and Siddhartha Mishra. Poseidon: Efficient foundation models for PDEs.arXiv:2405.19101, 2024
2024 arXiv
-
[31]
Karniadakis
Juan Diego Toscano, Theo K¨ aufer, Zhibo Wang, Martin Maxey, Christian Cierpka, and George E. Karniadakis. Inferring turbulent velocity and temperature fields and their statistics from Lagrangian velocity measurements using physics-informed Kolmogorov-Arnold networks.arXiv:240...
2024 arXiv
-
[32]
Prediction of turbulent channel flow using Fourier neural operator-based machine-learning strategy.Physical Review Fluids, 9(8):084604, 2024
Yunpeng Wang, Zhijie Li, Zelong Yuan, Wenhui Peng, Tianyuan Liu, and Jianchun Wang. Prediction of turbulent channel flow using Fourier neural operator-based machine-learning strategy.Physical Review Fluids, 9(8):084604, 2024
2024
-
[33]
F. Bach. Information theory with kernel methods.IEEE Transactions on Information Theory, 69(2):752–775, 2023
2023
-
[34]
Gaussian processes and kernel methods: A review on connections and equivalences.arXiv:1807.02582, 2018
Motonobu Kanagawa, Philipp Hennig, Dino Sejdinovic, and Bharath K Sriperumbudur. Gaussian processes and kernel methods: A review on connections and equivalences.arXiv:1807.02582, 2018
2018 arXiv
-
[35]
Smola.Learning with Kernels: Support Vector Machines, Regularization, Optimization, and Beyond
Bernhard Sch¨ olkopf and Alexander J. Smola.Learning with Kernels: Support Vector Machines, Regularization, Optimization, and Beyond. The MIT Press, Cambridge MA, 2001
2001
-
[36]
Carl Edward Rasmussen and Christopher K. I. Williams.Gaussian Processes for Machine Learning. The MIT Press, Cambridge MA, 2005
2005
-
[37]
Solving and learning nonlinear PDEs with Gaussian processes.Journal of Computational Physics, 447:110668, 2021
Yifan Chen, Bamdad Hosseini, Houman Owhadi, and Andrew M Stuart. Solving and learning nonlinear PDEs with Gaussian processes.Journal of Computational Physics, 447:110668, 2021
2021
-
[38]
Characterization of the second order random fields subject to linear distributional PDE constraints.Bernoulli, 29(4):3396–3422, 2023
Iain Henderson, Pascal Noble, and Olivier Roustant. Characterization of the second order random fields subject to linear distributional PDE constraints.Bernoulli, 29(4):3396–3422, 2023
2023
-
[39]
On degeneracy and invariances of random fields paths with applications in Gaussian process modelling.Journal of Statistical Planning and Inference, 170:117–128, 2016
David Ginsbourger, Olivier Roustant, and Nicolas Durrande. On degeneracy and invariances of random fields paths with applications in Gaussian process modelling.Journal of Statistical Planning and Inference, 170:117–128, 2016
2016
-
[40]
Sobolev regularity of Gaussian random fields.Journal of Functional Analysis, 286(3):110241, 2024
Iain Henderson. Sobolev regularity of Gaussian random fields.Journal of Functional Analysis, 286(3):110241, 2024
2024
-
[41]
Cambridge Monographs on Applied and Computational Mathematics
Houman Owhadi and Clint Scovel.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, Camb...
2019
-
[42]
V. I. Paulsen and M. Raghupathi.An Introduction to the Theory of Reproducing Kernel Hilbert Spaces. Cambridge Studies in Advanced Mathematics. Cambridge University Press, Cambridge, 2016
2016
-
[43]
Kernels for multi-task learning
Charles Micchelli and Massimiliano Pontil. Kernels for multi-task learning. In L. Saul, Y. Weiss, and L. Bottou, editors,Advances in Neural Information Processing Systems, volume 17. MIT Press, Cambridge MA, 2004
2004
-
[44]
Springer Science & Business Media, 2008
Ingo Steinwart and Andreas Christmann.Support vector machines. Springer Science & Business Media, 2008
2008
-
[45]
Springer, Berlin, 2007
Vladimir Igorevich Bogachev.Measure Theory, volume 1. Springer, Berlin, 2007
2007
-
[46]
CRC Press, 1992
Lawrence Craig Evans and Ronald F Gariepy.Measure Theory and Fine Properties of Functions. CRC Press, 1992
1992
-
[47]
Cambridge University Press, 1997
Kendall E Atkinson.The Numerical Solution of Integral Equations of the Second Kind, volume 4. Cambridge University Press, 1997
1997
-
[48]
Ladson, Jr
Charles L. Ladson, Jr. Brooks, Cuyler W., Acquilla S. Hill, and Darrell W. Sproles. Computer program to obtain ordinates for NACA airfoils. Technical Memorandum 4741, NASA, 1996
1996
-
[49]
Uriel Frisch.Turbulence: The Legacy of A. N. Kolmogorov. Cambridge University Press, 1995
1995
-
[50]
Guido Boffetta and Robert E. Ecke. Two-dimensional turbulence.Annual Review of Fluid Mechanics, 44(1):427–451, 2012
2012
-
[51]
A Dynamics-Informed Gaussian Process Framework for 2D Stochastic Navier-Stokes via Quasi-Gaussianity.arXiv:2511.21281, 2025
Boumediene Hamzi and Houman Owhadi. A Dynamics-Informed Gaussian Process Framework for 2D Stochastic Navier-Stokes via Quasi-Gaussianity.arXiv:2511.21281, 2025
2025
-
[52]
Smith, Mateusz Paprocki, Ondˇ rejˇCert ´ ık, Sergey B
Aaron Meurer, Christopher P. Smith, Mateusz Paprocki, Ondˇ rejˇCert ´ ık, Sergey B. Kirpichev, Matthew Rocklin, AMiT Kumar, Sergiu Ivanov, Jason K. Moore, Sartaj Singh, Thilina Rathnayake, Sean Vig, Brian E. Granger, Richard P. Muller, Francesco Bonazzi, Harsh Gupta, Shivam Va...
2017
-
[53]
H. G. Weller, G. Tabor, H. Jasak, and C. Fureby. A tensorial approach to computational continuum mechanics using object-oriented techniques.Computer in Physics, 12(6):620–631, 1998. See https://www.openfoam.com
1998
-
[54]
AirfRANS: High fidelity computa- tional fluid dynamics dataset for approximating Reynolds-Averaged Navier-Stokes solutions
Florent Bonnet, Ahmed Jocelyn Mazari, Paola Cinnella, and Patrick Gallinari. AirfRANS: High fidelity computa- tional fluid dynamics dataset for approximating Reynolds-Averaged Navier-Stokes solutions. In36th Conference on Neural Information Processing Systems Datasets and Benc...
2023
-
[55]
Quasi-Gaussianity of the 2D stochastic Navier-Stokes equations
James Coe, Martin Hairer, and Leonardo Tolomeo. Quasi-Gaussianity of the 2D stochastic Navier-Stokes equations. arXiv:2510.13460, 2025
2025
-
[56]
Sparse Cholesky factorization for solving nonlinear PDEs via Gaussian processes.Mathematics of Computation, 94(353):1235–1280, 2025
Yifan Chen, Houman Owhadi, and Florian Sch¨ afer. Sparse Cholesky factorization for solving nonlinear PDEs via Gaussian processes.Mathematics of Computation, 94(353):1235–1280, 2025. 29
2025
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.