Bayesian Experimental Design

Routing Summary

Information-theoretic design of experiments: choose designs to maximize the expected information gain (EIG) about latents . This topic ingests four papers tracing the field’s full arc — its foundation (Lindley 1956), fast EIG estimation (Foster 2019), unified gradient design optimization (Foster 2020), and a review through policy-based adaptive design (Rainforth 2023) — plus a fifth on the earn-while-learning sibling paradigm, multi-armed bandits (Russo et al. 2018). Contains 27 notes across 5 sub-topics.

Sub-topics

  • Foundations — COVERS: Lindley’s (1956) founding average-information measure (Defs 1–2, Theorems 1–9, the design rule); the EIG objective & its four equivalent (mutual-information) forms; double intractability and the NMC estimator (); sequential/adaptive design and the incremental/total EIG. (4 notes.)
  • Variational EIG Estimators — COVERS (Foster 2019): four amortized variational EIG estimators — posterior/Barber–Agakov (lower), marginal (upper), VNMC (upper, consistent), implicit-likelihood — with convergence and selection rules. (6 notes.)
  • Gradient-Based Unified BOED — COVERS (Foster 2020): single SGA loop jointly optimizing a variational lower bound and the design; the ACE & PCE contrastive bounds; likelihood-free ACE and gradient estimators; high-dimensional applications (400-D regression, 100-D docking). (5 notes.)
  • Modern BED Review — COVERS (Rainforth 2023): EIG vs Fisher-information objectives; the computational revolution (MLMC debiasing, variational, implicit); stochastic-gradient design; deep adaptive design (policies); open challenges. (6 notes.)
  • Multi-Armed Bandits and Thompson Sampling — COVERS (Russo et al. 2018): the Beta-Bernoulli/general TS algorithm; UCB/greedy alternatives and the Gittins index; Bayesian regret, the Lai–Robbins bound, eluder dimension, and the information-ratio analysis; linear/GLM/contextual bandit reward models; approximate posterior sampling (Laplace, Langevin, bootstrap, ensemble), nonstationarity, and PSRL/deep exploration in RL. (6 notes.)

Cross-Cutting Concepts

Concepts that span multiple sub-topics:

Concept Dependency Chain

Lindley’s Information MeasureExpected Information GainNested Estimation and Nested Monte CarloVariational BOED - Overview → {Variational Posterior Estimator (Barber-Agakov), Variational Marginal Estimator, Variational NMC Estimator, Implicit Likelihood Estimator} → Convergence Rates and Estimator SelectionUnified SGD BOED - OverviewAdaptive Contrastive Estimation (ACE)Prior Contrastive Estimation (PCE) / Likelihood-Free ACE and Gradient EstimationHigh-Dimensional Design Applications; and (review thread) Information-Theoretic Design ObjectivesThe Computational Revolution in EIG EstimationOptimization and Gradient Schemes for BEDFrom Designs to Policies (Deep Adaptive Design)Open Challenges and Future Directions.

Sources

See Also