Bayesian quadrature explained
Bayesian quadrature[1] [2] [3] [4] [5] is a method for approximating intractable integration problems. It falls within the class of probabilistic numerical methods. Bayesian quadrature views numerical integration as a Bayesian inference task, where function evaluations are used to estimate the integral of that function. For this reason, it is sometimes also referred to as "Bayesian probabilistic numerical integration" or "Bayesian numerical integration". The name "Bayesian cubature" is also sometimes used when the integrand is multi-dimensional. A potential advantage of this approach is that it provides probabilistic uncertainty quantification for the value of the integral.
Bayesian quadrature
Numerical integration
Let
be a function defined on a domain
(where typically
).In
numerical integration, function evaluations
at distinct locations
in
are used to estimate the
integral of
against a measure
: i.e.
} f(x) \nu(\mathrmx). Given weights
, a quadrature rule is an estimator of
of the form
Bayesian quadrature consists of specifying a prior distribution over
, conditioning this prior on
to obtain a posterior distribution
, then computing the implied posterior distribution on
. The name "quadrature" comes from the fact that the posterior mean on
sometimes takes the form of a quadrature rule whose weights are determined by the choice of prior.
Bayesian quadrature with Gaussian processes
The most common choice of prior distribution for
is a
Gaussian process as this permits
conjugate inference to obtain a closed-form posterior distribution on
. Suppose we have a Gaussian process with prior mean function
and
covariance function (or kernel function)
. Then, the posterior distribution on
is a Gaussian process with mean
and kernel
given by:
where
,
,
and
.
Furthermore, the posterior distribution on
is a univariate Gaussian distribution with mean
and variance
given by
The function
style\nu[k( ⋅ ,x)]=\intl{X}k(y,x)\nu(dy)
is the kernel mean embedding of
and
style\nu\nu[k]=\intl{X}k(x,y)\nu(dx)\nu(dy)
denotes the integral of
with respect to both inputs.In particular, note that the posterior mean is a quadrature rule with weights
stylewi=(\nu[k( ⋅ ,X)]k(X,X)-1)i.
and the posterior variance provides a quantification of the user's uncertainty over the value of
.
In more challenging integration problems, where the prior distribution cannot be relied upon as a meaningful representation of epistemic uncertainty, it is necessary to use the data
to set the kernel hyperparameters using, for example,
maximum likelihood estimation. The estimation of kernel hyperparameters introduces
adaptivity into Bayesian quadrature.
[6] [7] Example
Consider estimation of the integralusing a Bayesian quadrature rule based on a zero-mean Gaussian process prior with the Matérn covariance function of smoothness
and correlation length
.This covariance function is
stylek(x,y)=(1+\sqrt{3}|x-y|/\rho)\exp(-\sqrt{3}|x-y|/\rho).
It is straightforward (though tedious) to compute that
Convergence of the Bayesian quadrature point estimate
and concentration of the posterior mass, as quantified by
, around the true integral
as
is evaluated at more and more points is displayed in the accompanying animation.
Advantages and disadvantages
Since Bayesian quadrature is an example of probabilistic numerics, it inherits certain advantages compared with traditional numerical integration methods:
- It allows uncertainty to be quantified and propagated through all subsequent computations to explicitly model the impact of numerical error.[8]
- It provides a principled way to incorporate prior knowledge by using a judicious choice of prior distributions for
, which may be more sophisticated compared to the standard Gaussian process just described.
- It permits more efficient use of information, e.g. jointly inferring multiple related quantities of interest or using active learning to reduce the required number of points.
Despite these merits, Bayesian quadrature methods possess the following limitations:
- Although the Bayesian paradigm allows a principled treatment of the quantification of uncertainty, posterior inference over
is not always tractable, thus requiring a second-level estimation. E.g. for Bayesian quadrature with Gaussian processes, the
kernel mean embedding
has
no closed-form expression for a general kernel
and measure
.
- The computational cost of Bayesian quadrature methods based on Gaussian processes is in general
due to the cost of inverting
matrices, which may defy their applications to large-scale problems.
Algorithmic design
Prior distributions
The most commonly used prior for
is a Gaussian process prior. This is mainly due to the advantage provided by Gaussian conjugacy and the fact that Gaussian processes can encode a wide range of prior knowledge including smoothness, periodicity and sparsity through a careful choice of prior covariance. However, a number of other prior distributions have also been proposed. This includes
multi-output Gaussian processes,
[9] which are particularly useful when tackling multiple related numerical integration tasks simultaneously or sequentially, and tree-based priors such as Bayesian additive regression trees,
[10] which are well suited for discontinuous
. Additionally,
Dirichlet processes priors have also been proposed for the integration measure
.
[11] Point selection
The points
are either considered to be given, or can be selected so as to ensure the posterior on
concentrates at a faster rate. One approach consists of using point sets from other quadrature rules. For example, taking independent and identically distributed realisations from
recovers a Bayesian approach to
Monte Carlo, whereas using certain deterministic point sets such as low-discrepancy sequences or lattices recovers a Bayesian alternative to
quasi-Monte Carlo.
[12] It is of course also possible to use point sets specifically designed for Bayesian quadrature; see for example the work of
[13] who exploited symmetries in point sets to obtain scalable Bayesian quadrature estimators. Alternatively, points can also be selected adaptively following principles from
active learning and
Bayesian experimental design so as to directly minimise posterior uncertainty,
[14] [15] including for multi-output Gaussian processes.
[16] Kernel mean and initial error
One of the challenges when implementing Bayesian quadrature is the need to evaluate the function
and the constant
. The former is commonly called the
kernel mean, and is a quantity which is key to the computation of kernel-based distances such as the maximum mean discrepancy. The latter is commonly called the initial error since it provides an upper bound on the integration error before any function values are observed. Unfortunately, the kernel mean and initial error can only be computed for a small number of
pairs; see for example Table 1 in.
Theory
There have been a number of theoretical guarantees derived for Bayesian quadrature. These usually require Sobolev smoothness properties of the integrand,[17] [18] although recent work also extends to integrands in the reproducing kernel Hilbert space of the Gaussian kernel.[19] Most of the results apply to the case of Monte Carlo or deterministic grid point sets, but some results also extend to adaptive designs. [20]
Software
- ProbNum: Probabilistic numerical methods in Python, including a Bayesian quadrature implementation.
- Emukit: Emulation and decision making under uncertainty in Python.
- QMCPy: Bayesian quadrature with QMC point sets in Python.
Notes and References
- Diaconis, P.. 1988. Bayesian Numerical Analysis. Statistical Decision Theory and Related Topics IV. 163–175. 10.1007/978-1-4613-8768-8_20. 1 November 2024. 978-1-4613-8770-1.
- O’Hagan, A.. 2002. Bayes–Hermite quadrature. Journal of Statistical Planning and Inference. 29. 245–260.
- Rasmussen, C.. Ghahramani, Z.. 2002. Bayesian Monte Carlo. Neural Information Processing Systems. 489–496.
- Briol, F.-X.. Oates, C. J.. Girolami, M.. Osborne, M. A.. Sejdinovic, D.. 2019. Probabilistic integration: A role in statistical computation? (with discussion and rejoinder). 34. 1. Statistical Science. 1–22.
- Book: Hennig, P.. Osborne, M. A.. Kersting, H. P.. 2022. Probabilistic Numerics. 63–122. Cambridge University Press. 978-1107163447.
- Jagadeeswaran. R.. Hickernell. Fred J.. 2019-09-10. Fast automatic Bayesian cubature using lattice sampling. Statistics and Computing. 29. 6. 1215–1229. 10.1007/s11222-019-09895-9. 1809.09803 . 119709309 . 0960-3174.
- Fisher. Matthew. Oates. Chris. Powell. Catherine. Teckentrup. Aretha. Aretha Teckentrup. 2020-06-03. A Locally Adaptive Bayesian Cubature Method. International Conference on Artificial Intelligence and Statistics. en. PMLR. 1265–1275. 1910.02995 .
- Cockayne. Jon. Oates. Chris. Sullivan. Tim. Girolami. Mark. 2017. Probabilistic numerical methods for PDE-constrained Bayesian inverse problems. Bayesian Inference and Maximum Entropy Methods in Science and Engineering . AIP Conference Proceedings . 1853 . 1 . 060001 . Author(s). 10.1063/1.4985359. 1701.04006 . 2017AIPC.1853f0001C . 10044/1/66123 . 17349210 .
- Xi, X.. Briol, F.-X.. Girolami, M.. 2018. Bayesian quadrature for multiple related integrals. International Conference on Machine Learning. 8533–8564. 1801.04153.
- Zhu, H.. Liu, X.. Kang, R.. Shen, Z.. Flaxman, S.. Briol, F.-X.. 2020. Bayesian probabilistic numerical integration with tree-based models. Neural Information Processing Systems. 5837–5849. 2006.05371.
- Oates, C. J.. Niederer, S.. Lee, A.. Briol, F.-X.. Girolami, M.. 2017. Probabilistic models for integration error in the assessment of functional cardiac models. Neural Information Processing Systems. 110–118. 1606.06841.
- Jagadeeswaran, R.. Hickernell, F. J.. 2019. Fast automatic Bayesian cubature using lattice sampling. Statistics and Computing. 29. 6. 1215–1229. 10.1007/s11222-019-09895-9. 1809.09803. 119709309.
- Karvonen, T.. Särkkä, S.. 2018. Fully symmetric kernel quadrature. SIAM Journal on Scientific Computing. 40. 2. 697–720. 10.1137/17M1121779. 1703.06359. 2018SJSC...40A.697K. 9707762.
- Gunter, T.. Garnett, R.. Osborne, M. A.. Hennig, P.. Roberts, S.. 2014. Sampling for inference in probabilistic models with fast Bayesian quadrature. Neural Information Processing Systems. 2789–2797. 1411.0439.
- Briol, F.-X.. Oates, C. J.. Girolami, M.. Osborne, M. A.. 2015. Frank-Wolfe Bayesian quadrature: Probabilistic integration with theoretical guarantees. Neural Information Processing Systems. 1162–1170. 1506.02681.
- Gessner, A.. Gonzalez, J.. Mahsereci, M.. 2019. Active multi-information source Bayesian quadrature. Uncertainty in Artificial Intelligence. 1903.11331.
- Kanagawa, M.. Sriperumbudur, B. K.. Fukumizu, K.. 2020. Convergence analysis of deterministic kernel-based quadrature rules in misspecified settings.. 20. Foundations of Computational Mathematics. 155–194. 10.1007/s10208-018-09407-7. 11717907. free. 1709.00147.
- Wynne, G.. Briol, F.-X.. Girolami, M.. 2020. Convergence guarantees for Gaussian process means with misspecified likelihoods and smoothness.. 22. 123. Journal of Machine Learning Research. 1–40. 2001.10818.
- Karvonen, T.. Oates, C. J.. Girolami, M.. 2021. Integration in reproducing kernel Hilbert spaces of Gaussian kernels. 90. Mathematics of Computation. 331. 2209–2233. 10.1090/mcom/3659. 216552869. free. 2004.12654.
- Kanagawa, M.. Hennig, P.. 2019. Convergence guarantees for adaptive Bayesian quadrature methods.. Neural Information Processing Systems. 6237–6248. 1905.10271.