paper-with-me

Papers

Black Box Probabilistic Numerics

2021-06-15 · NeurIPS 2021 12 · Onur Teymur, Christopher N. Foley, Philip G. Breen, Toni Karvonen, Chris. J. Oates

Probabilistic numerics casts numerical tasks, such the numerical solution of differential equations, as inference problems to be solved. One approach is to model the unknown quantity of interest as a random variable, and to constrain this variable using data generated during the course of a traditional numerical method. However, data may be nonlinearly related to the quantity of interest, rendering the proper conditioning of random variables difficult and limiting the range of numerical tasks that can be addressed. Instead, this paper proposes to construct probabilistic numerical methods based only on the final output from a traditional method. A convergent sequence of approximations to the quantity of interest constitute a dataset, from which the limiting quantity of interest can be extrapolated, in a probabilistic analogue of Richardson's deferred approach to the limit. This black box approach (1) massively expands the range of tasks to which probabilistic numerics can be applied, (2) inherits the features and performance of state-of-the-art numerical methods, and (3) enables provably higher orders of convergence to be achieved. Applications are presented for nonlinear ordinary and partial differential equations, as well as for eigenvalue problems-a setting for which no probabilistic numerical methods have yet been developed.

📄 PDF Abstract BibTeX arXiv:2106.13718

Code (1)

oteym/bbpn 공식 구현

Similar Papers 제목 키워드 기반

A Modern Retrospective on Probabilistic Numerics

2019-01-14 · C. J. Oates, T. J. Sullivan

This article attempts to place the emergence of probabilistic numerics as a mathematical-statistical research field within its historical context and to explore how its gradual development can be related both to applicat…

Natural Evolutionary Search meets Probabilistic Numerics

2025-07-09 · Pierre Osselin, Masaki Adachi, Xiaowen Dong, Michael A. Osborne arxiv

Zeroth-order local optimisation algorithms are essential for solving real-valued black-box optimisation problems. Among these, Natural Evolution Strategies (NES) represent a prominent class, particularly well-suited for …

AutoNumerics: An Autonomous, PDE-Agnostic Multi-Agent Pipeline for Scientific Computing

2026-02-19 · Jianda Du, Youran Sun, Haizhao Yang arxiv

PDEs are central to scientific and engineering modeling, yet designing accurate numerical solvers typically requires substantial mathematical expertise and manual tuning. Recent neural network-based approaches improve fl…

Scalable h-adaptive probabilistic solver for time-independent and time-dependent systems

2025-08-13 · Akshay Thakur, Sawan Kumar, Matthew Zahr, Souvik Chakraborty arxiv

Solving partial differential equations (PDEs) within the framework of probabilistic numerics offers a principled approach to quantifying epistemic uncertainty arising from discretization. By leveraging Gaussian process r…

Active Learning

ProbNum: Probabilistic Numerics in Python

2021-12-03 · Jonathan Wenger, Nicholas Krämer, Marvin Pförtner, Jonathan Schmidt 외

Probabilistic numerical methods (PNMs) solve numerical problems via probabilistic inference. They have been developed for linear algebra, optimization, integration and differential equation simulation. PNMs naturally inc…