A Minimax Framework against Model Misspecification
Department of Statistics, University of Warwick
Hany Abdulsamad
University of Amsterdam
Sahel Iqbal
Aalto University/Oxford University
Christian A. Naesseth
University of Amsterdam
Takuo Matsubara
University of Edinburgh/Sydney
Data doesn’t just magically appear. Gathering data in the real world is expensive, time-consuming, and potentially risky.

We have to collect it, and we have to collect it efficiently.
Instead of a static dataset, we actively choose experimental conditions \(\xi\).
Frequentist Design typically optimizes for the best-case or average-case variance of an estimator around a fixed “true” parameter \(\theta_{\text{true}}\).
Bayesian Design explicitly models our uncertainty over \(\theta\) before the experiment.
We design experiments to maximally shrink this entire distribution.
How do we rigorously measure the “volume” of our uncertainty?
Shannon Entropy measures the unpredictability of a distribution \(p(\theta)\): \[ H(p) = - \mathbb{E}_{p(\theta)} [\log p(\theta)] \]
When we observe data \(x\), we update our belief from the prior \(p(\theta)\) to the posterior \(p(\theta \mid x, \xi)\).
The Kullback-Leibler (KL) divergence is the relative entropy that quantifies the information gained by this update: \[ \mathbb{D}_{\mathrm{KL}} \left[ p(\theta \mid x, \xi) \,\|\, p(\theta) \right] = \mathbb{E}_{p(\theta \mid x, \xi)} \left[ \log \frac{p(\theta \mid x, \xi)}{p(\theta)} \right] \]
We want our experiment to reduce our uncertainty about \(\theta\) as much as possible on average.
The Expected Information Gain (EIG) measures this expected shrinkage before we collect the data: \[ I(\xi) = \mathbb{E}_{p(x \mid \xi)} \left[ \mathbb{D}_{\mathrm{KL}} \left[ p(\theta \mid x, \xi) \,\|\, p(\theta) \right] \right] \]
Classical and Bayesian optimal designs share a critical flaw: they take the model literally.
The Model: The Perfect World

The Reality: A Misspecified World

If we trust a linear model, the optimal design places all samples at the boundaries to maximize variance.
We learn nothing about the middle!
Before we propose a solution, let’s distinguish our approach from other types of robustness.
1. Robust Statistics (Against Outliers)
Goal: Ensure inference isn’t broken by a few bad data points. (Not our focus here).
2. Distributional Robustness (Our Approach)
Goal: Perform well even if the entire data-generating distribution is perturbed within a budget.
Instead of trusting the nominal model \(p(x \mid \theta, \xi)\), we assume nature is adversarial.
We frame the design problem as a two-player zero-sum game:
Nature isn’t allowed to do whatever it wants; it is bound by an information-theoretic budget.
We restrict nature to an Ambiguity Set \(\mathcal{Q}_{\rho}\):
\[ \mathcal{Q}_{\rho}(\pi) := \left\{ q(\cdot \mid \xi) \, \Big| \, \mathbb{E}_{\pi} \left[ \mathbb{D}_{\mathrm{KL}} \left[ q(\cdot \mid \xi) \,\|\, p(\cdot \mid \xi) \right] \right] \le \rho \right\} \]
How do we solve this adversarial game?
By introducing Lagrangian multipliers and solving the inner infimum, the optimal adversarial distribution \(q^\star\) yields a simple result for our inferences.
The worst-case posterior becomes the \(\alpha\)-tilted posterior:
\[ q^\star(\theta \mid x, \xi) \propto p(\theta) \left[ p(x \mid \theta, \xi) \right]^\alpha \]
where \(\alpha \in (0, 1)\) is uniquely determined by the ambiguity radius \(\rho\).
What does the \(\alpha\)-tilted posterior tell us?
\[ q^\star(\theta \mid x, \xi) \propto p(\theta) \left[ p(x \mid \theta, \xi) \right]^\alpha \]
By framing robustness through an adversarial lens, we recover a rigorous justification for fractional posteriors (generalized Bayesian inference) in experimental design.
When we plug the optimal adversary back into our game, we no longer need to simulate the adversary.
The robust expected information gain evaluates exactly to a known, but rarely used, information measure: Sibson’s \(\alpha\)-Mutual Information.
\[ I^S_\alpha(\theta; x)(\xi) = \mathbb{D}_{\alpha} \left[ p(\theta, x \mid \xi) \,\|\, p(\theta) \, p_{\alpha}(x \mid \xi) \right] \]
where \(\mathbb{D}_{\alpha}\) is the Rényi divergence of order \(\alpha\), defined for distributions \(p\) and \(q\) as: \[ \mathbb{D}_{\alpha} \left[ p \,\|\, q \right] = \frac{1}{\alpha - 1} \log \int p(z)^\alpha q(z)^{1-\alpha} \mathrm{d}z \]
\[ I^S_\alpha(\theta; x)(\xi) = \mathbb{D}_{\alpha} \left[ p(\theta, x \mid \xi) \,\|\, p(\theta) \, p_{\alpha}(x \mid \xi) \right] \]
Sibson’s \(\alpha\)-MI provides a robust theoretical objective, but it is intractable to compute exactly.
It requires computing nested expectations. We employ a Nested Monte Carlo (NMC) estimator \(\tilde{I}^S_\alpha(\xi)\):
\[ \tilde{I}^{S}_{\alpha}(\xi) \approx \frac{\alpha}{\alpha-1} \log \left( \frac{1}{N} \sum_{i=1}^N \left[ \frac{1}{M} \sum_{j=1}^M w(x^{(i)}, \theta^{(i, j)}, \xi)^{\alpha} \right]^{1/\alpha} \right) \]
The Catch: Because of the nonlinear \(\log\) and power functions, this empirical estimator is biased and has high variance.
Plugging a biased, noisy estimator directly into gradient descent is unstable.
We need an optimization procedure that acknowledges the estimator’s flaws.
Instead of searching for a single best design \(\xi^*\), we shift to a PAC-Bayesian framework.
We can prove uniform concentration bounds for our estimator. This leads to a PAC-Bayes lower bound.
With high probability, the following holds simultaneously for all policies \(\pi \in \Pi\):
\[ \mathbb{E}_{\pi} \big[I_{\alpha}^{S}(\xi) \big] \ge \mathbb{E}_{\pi} \big[ \tilde{I}_{\alpha}^{S}(\xi) \big] - \frac{\lambda L_{f}^{2} C_{h}^{2}}{2N} - \frac{\text{KL}(\pi \| \pi_{0}) + \log(1/\delta)}{\lambda} \]
We cannot directly optimize the true information \(I_{\alpha}^{S}\), but we can maximize its PAC-Bayesian lower bound!
Dropping constants independent of \(\pi\) gives \(\pi^{\star} = \arg\max_{\pi \in \Pi} \, \left\{ \mathbb{E}_{\pi} \big[ \tilde{I}_{\alpha}^{S}(\xi) \big] - \frac{\text{KL}(\pi \| \pi_{0})}{\lambda} \right\}.\)
\[ \pi^{\star} = \arg\max_{\pi \in \Pi} \, \left\{ \mathbb{E}_{\pi} \big[ \tilde{I}_{\alpha}^{S}(\xi) \big] - \frac{\text{KL}(\pi \| \pi_{0})}{\lambda} \right\} \]
The result is an closed-form Gibbs policy: \(\pi^{\star}(\xi) \propto \pi_{0}(\xi) \exp \left\{ \lambda \tilde{I}_{\alpha}^{S}(\xi) \right\}\).
We evaluated our framework on two canonical settings subjected to misspecification:
We compare the realized information gain under nominal and robust formulations using optimal designs.
Coverage measures calibration: Does the posterior contain the truth?
Evaluating realized regret and design optimality of a PAC-Bayes policy vs. Naive optimization (Gradient Descent / Enumeration).
Robust Bayesian Experimental Design unifies adversarial robustness and generalized Bayesian learning, providing a rigorous and scalable pathway for designing experiments you can trust in the real world.
Grazie per l’attenzione!
https://arxiv.org/abs/2603.14094