Integration

Part II of Probabilistic Numerics: Computation as Machine Learning (Hennig, Osborne & Kersting, 2022), book pp. 63-121. Integration is the pedagogical prototype of Probabilistic Numerics: the definite integral is an epistemically-uncertain number, a Gaussian-process prior on turns computing it into inference, and classical quadrature rules are revealed as posterior-mean estimators under specific priors.

Routing Summary

Concept Map

ConceptNoteTypeDepends OnKey Result
The quadrature taskThe Integration ProblemconceptComputation as Inference; Numerical Agent is epistemically uncertain; classical rules are ; MC is (Lemma 9.2)
Bayesian quadratureBayesian Quadratureconcept, theoremThe Integration Problem; GP Regression; Gaussian AlgebraGP prior Gaussian; , ; weights
Kernel means / RKHSKernel Quadrature and Kernel Meansconcept, theoremBayesian Quadrature; GP RegressionKernel mean ; squared worst-case RKHS error; MMD / kernel herding
Classical rules as inferenceClassical Quadrature as Inferencetheorem, exampleBayesian Quadrature; Gauss-Markov/SDEs; FilteringTrapezoid = MAP under Wiener prior (Thm 11.1); spline / Gauss rules from integrated-Wiener / degenerate kernels (Thm 11.5)
Convergence & calibrationConvergence and Priors in Bayesian Quadratureconcept, theoremBayesian Quadrature; Classical Quadrature; Hierarchical InferenceRate set by kernel smoothness (trapezoid ); inferred Student-t error; model-fit statistic
Active / warped BQActive Bayesian Quadrature and Bayesian Monte CarloconceptBayesian Quadrature; Numerical AgentWarped models (WSABI , BBQ ) for non-negative integrands; uncertainty sampling; weak adaptivity; faster than MC/AIS
Design lessonsLessons from Integrationconcept, overviewall aboveClassical = MAP; priors encode assumptions; PN can be fast; MC is MAP under white-noise prior (Thm 12.1); randomness usually harmful

Notes

  • The Integration Problem — CONTAINS: the quadrature task ; epistemic vs aleatory uncertainty; intractability; classical weighted-sum rules; the model + design-rule recipe; models must be simpler than the problem; Monte Carlo and Lemma 9.2.
  • Bayesian Quadrature — CONTAINS: GP prior on ; joint Gaussian over ; posterior mean/variance (Thm ^thm-bq-posterior); the three integrals ; BQ weights; scale separation ; data-independent (open-loop) variance; node selection; Gaussian × Gaussian and multivariate examples; curse of dimensionality.
  • Kernel Quadrature and Kernel Means — CONTAINS: kernel mean / embedding of ; reproducing property; worst-case error = posterior std (Thm); MMD, kernel herding, kernel quadrature; initial error; the “shrinking kernel” difference from BQ.
  • Classical Quadrature as Inference — CONTAINS: Wiener-process prior; full trapezoid-as-posterior-mean derivation (Thm 11.1); equivalent Kalman-filter form at (Alg 11.1); trapezoid error bar ; integrated-Wiener spline rules; degenerate polynomial kernels and Bayesian Gaussian quadrature (Thm 11.5 / Cor 11.6); Kepler/Simpson caveat.
  • Convergence and Priors in Bayesian Quadrature — CONTAINS: rate-by-smoothness table; equidistant grid as maximally-informative design; rate vs scale; conjugate-Gamma scale inference and Student-t marginal on ; model-fit statistic and over/under-confidence; worst-case vs expected-case error.
  • Active Bayesian Quadrature and Bayesian Monte Carlo — CONTAINS: Bayesian Monte Carlo; model evidence integral; BBQ (log-GP), WSABI (sqrt-GP, linearised & moment-matched), MMLT; uncertainty sampling; weak adaptivity (Thm); the sin/phase pathological example; WSABI beating MC/AIS in wall-clock time; computation as investment.
  • Lessons from Integration — CONTAINS: the four Ch. 13 lessons; PN is no-worse and can be fast; Monte Carlo as MAP under a white-noise prior (Thm 12.1); dimension-independence as “equally bad”; quasi-Monte Carlo / Riemann sums; four arguments against a PRNG; “which sequence is random?”; adversarial caveat; software and further reading.

Sources

  • ProbabilisticNumerics.pdf — Part II “Integration” (Ch. 8-13, book pp. 63-121). Philipp Hennig, Michael A. Osborne, Hans P. Kersting, Probabilistic Numerics: Computation as Machine Learning, Cambridge University Press, 2022. Exercise solutions: book pp. 357-368 (Exercise 9.3, pathological MC variance).

See Also

  • Foundations — GP regression, Gaussian algebra, Gauss-Markov/SDEs, filtering/smoothing, hierarchical inference (prerequisites).
  • Linear Algebra — the same “solver as agent” recipe for linear systems.
  • Optimisation — priors, acquisition functions, and active design in optimisation.
  • Differential Equations — ODE solvers as inference (filtering, as in the trapezoid’s Kalman form).