MLLGAug 19, 2023

On Estimating the Gradient of the Expected Information Gain in Bayesian Experimental Design

arXiv:2308.09888v24 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners in Bayesian inference, though it is incremental as it builds on existing gradient-based optimization approaches.

The paper tackles the problem of efficiently optimizing expected information gain (EIG) in Bayesian Experimental Design by developing methods to estimate its gradient, resulting in two proposed methods that show superior performance compared to benchmarks in numerical experiments.

Bayesian Experimental Design (BED), which aims to find the optimal experimental conditions for Bayesian inference, is usually posed as to optimize the expected information gain (EIG). The gradient information is often needed for efficient EIG optimization, and as a result the ability to estimate the gradient of EIG is essential for BED problems. The primary goal of this work is to develop methods for estimating the gradient of EIG, which, combined with the stochastic gradient descent algorithms, result in efficient optimization of EIG. Specifically, we first introduce a posterior expected representation of the EIG gradient with respect to the design variables. Based on this, we propose two methods for estimating the EIG gradient, UEEG-MCMC that leverages posterior samples generated through Markov Chain Monte Carlo (MCMC) to estimate the EIG gradient, and BEEG-AP that focuses on achieving high simulation efficiency by repeatedly using parameter samples. Theoretical analysis and numerical studies illustrate that UEEG-MCMC is robust agains the actual EIG value, while BEEG-AP is more efficient when the EIG value to be optimized is small. Moreover, both methods show superior performance compared to several popular benchmarks in our numerical experiments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes