Efficient Uncertainty Propagation in Bayesian Two-Step Procedures
Svenja Jedhoff, Hadi Kutabi, Anne Meyer, Paul-Christian Bürkner
TL;DR
This work tackles efficient uncertainty propagation in Bayesian two-step models by combining Pareto Smoothed Importance Sampling (PSIS) with Importance Weighted Moment Matching (IWMM) to approximate second-step posteriors across many first-step draws $\tau$, avoiding a full MCMC run for every draw. The authors develop an iterative algorithm that uses representative draws and optional mixture proposals to construct accurate posterior approximations while performing only a minority of expensive MCMC fits; they demonstrate large-scale computational gains without sacrificing accuracy. The method is validated in missing-data settings (via MICE imputations) and surrogate-model scenarios, including a real-world NYC taxi case study, showing substantial reductions in log-likelihood and gradient evaluations and close agreement with gold-standard MCMC via diagnostics like PSIS $\hat{k}$ and MMD tests. Overall, the approach provides a scalable, diagnostics-guided framework for uncertainty propagation in Bayesian two-step workflows with broad applicability to modular inference and cut-model contexts.
Abstract
Bayesian inference provides a principled framework for probabilistic reasoning. If inference is performed in two steps, uncertainty propagation plays a crucial role in accounting for all sources of uncertainty and variability. This becomes particularly important when both aleatoric uncertainty, caused by data variability, and epistemic uncertainty, arising from incomplete knowledge or missing data, are present. Examples include surrogate models and missing data problems. In surrogate modeling, the surrogate is used as a simplified approximation of a resource-heavy and costly simulation. The uncertainty from the surrogate-fitting process can be propagated using a two-step procedure. For modeling with missing data, methods like Multivariate Imputation by Chained Equations (MICE) generate multiple datasets to account for imputation uncertainty. These approaches, however, are computationally expensive, as multiple models must be fitted separately to surrogate parameters respectively imputed datasets. To address these challenges, we propose an efficient two-step approach that reduces computational overhead while maintaining accuracy. By selecting a representative subset of draws or imputations, we construct a mixture distribution to approximate the desired posteriors using Pareto smoothed importance sampling. For more complex scenarios, this is further refined with importance weighted moment matching and an iterative procedure that broadens the mixture distribution to better capture diverse posterior distributions.
