paper-with-me

Papers

Neural Operator induced Gaussian Process framework for probabilistic solution of parametric partial differential equations

2024-04-24 · Sawan Kumar, Rajdip Nayek, Souvik Chakraborty

The study of neural operators has paved the way for the development of efficient approaches for solving partial differential equations (PDEs) compared with traditional methods. However, most of the existing neural operators lack the capability to provide uncertainty measures for their predictions, a crucial aspect, especially in data-driven scenarios with limited available data. In this work, we propose a novel Neural Operator-induced Gaussian Process (NOGaP), which exploits the probabilistic characteristics of Gaussian Processes (GPs) while leveraging the learning prowess of operator learning. The proposed framework leads to improved prediction accuracy and offers a quantifiable measure of uncertainty. The proposed framework is extensively evaluated through experiments on various PDE examples, including Burger's equation, Darcy flow, non-homogeneous Poisson, and wave-advection equations. Furthermore, a comparative study with state-of-the-art operator learning algorithms is presented to highlight the advantages of NOGaP. The results demonstrate superior accuracy and expected uncertainty characteristics, suggesting the promising potential of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2404.15618

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesOperator learning

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Linearization Turns Neural Operators into Function-Valued Gaussian Processes

2024-06-07 · Emilia Magnani, Marvin Pförtner, Tobias Weber, Philipp Hennig

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 ti…

Gaussian ProcessesUncertainty Quantification

Calibrated Computation-Aware Gaussian Processes

2024-10-11 · Disha Hegde, Mohamed Adil, Jon Cockayne

Gaussian processes are notorious for scaling cubically with the size of the training set, preventing application to very large regression problems. Computation-aware Gaussian processes (CAGPs) tackle this scaling issue b…

Gaussian ProcessesregressionUncertainty Quantification

LVM-GP: Uncertainty-Aware PDE Solver via coupling latent variable model and Gaussian process

2025-07-30 · Xiaodong Feng, Ling Guo, Xiaoliang Wan, Hao Wu 외 arxiv

We propose a novel probabilistic framework, termed LVM-GP, for uncertainty quantification in solving forward and inverse partial differential equations (PDEs) with noisy data. The core idea is to construct a stochastic m…

Learning What Matters: Steering Diffusion via Spectrally Anisotropic Forward Noise

2025-10-07 · Luca Scimeca, Thomas Jiralerspong, Berton Earnshaw, Jason Hartford 외 arxiv

Diffusion Probabilistic Models (DPMs) have achieved strong generative performance, yet their inductive biases remain largely implicit. In this work, we aim to build inductive biases into the training and sampling of diff…

Machine Learning of Linear Differential Equations using Gaussian Processes

2017-01-10 · Maziar Raissi, George Em. Karniadakis

This work leverages recent advances in probabilistic machine learning to discover conservation laws expressed by parametric linear equations. Such equations involve, but are not limited to, ordinary and partial different…

BIG-bench Machine LearningGaussian Processes