paper-with-me

Papers

Bayesian Probabilistic Numerical Integration with Tree-Based Models

2020-06-09 · NeurIPS 2020 12 · Harrison Zhu, Xing Liu, Ruya Kang, Zhichao Shen, Seth Flaxman, François-Xavier Briol

Bayesian quadrature (BQ) is a method for solving numerical integration problems in a Bayesian manner, which allows users to quantify their uncertainty about the solution. The standard approach to BQ is based on a Gaussian process (GP) approximation of the integrand. As a result, BQ is inherently limited to cases where GP approximations can be done in an efficient manner, thus often prohibiting very high-dimensional or non-smooth target functions. This paper proposes to tackle this issue with a new Bayesian numerical integration algorithm based on Bayesian Additive Regression Trees (BART) priors, which we call BART-Int. BART priors are easy to tune and well-suited for discontinuous functions. We demonstrate that they also lend themselves naturally to a sequential design setting and that explicit convergence rates can be obtained in a variety of settings. The advantages and disadvantages of this new methodology are highlighted on a set of benchmark tests including the Genz functions, and on a Bayesian survey design problem.

📄 PDF Abstract BibTeX arXiv:2006.05371

Code (1)

ImperialCollegeLondon/BART-Int 공식 구현 pytorch

Tasks

Numerical Integration

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 제목 키워드 기반

Hierarchical Bayesian Quadrature

2026-07-12 · Tim Weiland, Toni Karvonen, Philipp Hennig arxiv

Numerical integration is a cornerstone of various scientific computing applications, such as engineering simulations and model evidence computations in probabilistic machine learning. Bayesian Quadrature uses Gaussian pr…

A Bayesian Decision Tree Algorithm

2019-01-10 · Giuseppe Nuti, Lluís Antoni Jiménez Rugama, Andreea-Ingrid Cross

Bayesian Decision Trees are known for their probabilistic interpretability. However, their construction can sometimes be costly. In this article we present a general Bayesian Decision Tree algorithm applicable to both re…

General Classificationregression

Probabilistic Numeric SMC Sampling for Bayesian Nonlinear System Identification in Continuous Time

2024-04-19 · Joe D. Longbottom, Max D. Champneys, Timothy J. Rogers

In engineering, accurately modeling nonlinear dynamic systems from data contaminated by noise is both essential and complex. Established Sequential Monte Carlo (SMC) methods, used for the Bayesian identification of these…

Numerical Integration

Frank-Wolfe Bayesian Quadrature: Probabilistic Integration with Theoretical Guarantees

2015-06-08 · NeurIPS 2015 12 · François-Xavier Briol, Chris. J. Oates, Mark Girolami, Michael A. Osborne

There is renewed interest in formulating integration as an inference problem, motivated by obtaining a full distribution over numerical error that can be propagated through subsequent computation. Current methods, such a…

Bayesian Numerical Integration with Neural Networks

2023-05-22 · Katharina Ott, Michael Tiemann, Philipp Hennig, François-Xavier Briol

Bayesian probabilistic numerical methods for numerical integration offer significant advantages over their non-Bayesian counterparts: they can encode prior information about the integrand, and can quantify uncertainty ov…

Numerical Integration