🤖 AI Summary
This work addresses the slow mixing and distorted mode weights commonly observed in classical local MCMC methods when sampling from multimodal distributions. To overcome these limitations, the authors propose an interpolation strategy based on diffusion paths, constructing a sequence of intermediate distributions by gradually adding noise to transform the target distribution into a Gaussian. A variational approach is employed to estimate the score function along this path. Building upon this, they introduce the Metropolis-adjusted Diffusion Path (MAD-Path) sampler, which incorporates a Metropolis correction mechanism in path space to eliminate biases arising from score estimation and numerical discretization, thereby guaranteeing unbiasedness and invariance with respect to the target distribution. Theoretical analysis elucidates the dependence of acceptance probabilities on estimation errors. Experiments demonstrate that the proposed method substantially outperforms annealed MCMC and uncorrected diffusion samplers across various Bayesian posterior inference tasks, significantly enhancing global exploration and the accuracy of mode weight estimation.
📝 Abstract
Sampling from multimodal distributions is a longstanding challenge for classical local Markov chain Monte Carlo (MCMC) methods. A popular remedy is to introduce a sequence of intermediate distributions that interpolate between the target and a simpler reference. The classical choice, tempering, raises the density to a power, but distorts the relative weights of asymmetric modes and can lead to poor mixing. We instead propose interpolating along the diffusion path, the marginals of a noising diffusion process that carries the target toward a Gaussian. This path preserves the relative weights of the modes and enjoys favorable mixing properties, which we make precise through a spectral-gap analysis of the corresponding ideal transition kernel. Sampling along the path requires its intermediate scores, which can be estimated from the unnormalized target through variational approaches, yielding only an approximate sampler. To remove the resulting bias, we introduce the Metropolis-adjusted diffusion path (MAD-Path) sampler, which corrects the diffusion-path proposal in an augmented path space and leaves the target invariant regardless of the accuracy of the learned score or the discretization error. We further quantify how these two errors affect the acceptance probability, providing guidance for practical tuning. Experiments on a range of Bayesian posteriors show that MAD-Path improves global exploration and mode-weight estimation relative to tempering-based MCMC methods and unadjusted diffusion samplers.