paper-with-me

Papers

Local-Global MCMC kernels: the best of both worlds

2021-11-04 · Sergey Samsonov, Evgeny Lagutin, Marylou Gabrié, Alain Durmus, Alexey Naumov, Eric Moulines

Recent works leveraging learning to enhance sampling have shown promising results, in particular by designing effective non-local moves and global proposals. However, learning accuracy is inevitably limited in regions where little data is available such as in the tails of distributions as well as in high-dimensional problems. In the present paper we study an Explore-Exploit Markov chain Monte Carlo strategy ($Ex^2MCMC$) that combines local and global samplers showing that it enjoys the advantages of both approaches. We prove $V$-uniform geometric ergodicity of $Ex^2MCMC$ without requiring a uniform adaptation of the global sampler to the target distribution. We also compute explicit bounds on the mixing rate of the Explore-Exploit strategy under realistic conditions. Moreover, we also analyze an adaptive version of the strategy ($FlEx^2MCMC$) where a normalizing flow is trained while sampling to serve as a proposal for global moves. We illustrate the efficiency of $Ex^2MCMC$ and its adaptive version on classical sampling benchmarks as well as in sampling high-dimensional distributions defined by Generative Adversarial Networks seen as Energy Based Models. We provide the code to reproduce the experiments at the link: https://github.com/svsamsonov/ex2mcmc_new.

📄 PDF Abstract BibTeX arXiv:2111.02702

Code (1)

svsamsonov/ex2mcmc_new 공식 구현 jax

Similar Papers 제목 키워드 기반

AutoStep: Locally adaptive involutive MCMC

2024-10-24 · Tiange Liu, Nikola Surjanovic, Miguel Biron-Lattes, Alexandre Bouchard-Côté 외

Many common Markov chain Monte Carlo (MCMC) kernels can be formulated using a deterministic involutive proposal with a step size parameter. Selecting an appropriate step size is often a challenging task in practice; and …

On Cyclical MCMC Sampling

2024-03-01 · LiWei Wang, Xinru Liu, Aaron Smith, Yves Atchade

Cyclical MCMC is a novel MCMC framework recently proposed by Zhang et al. (2019) to address the challenge posed by high-dimensional multimodal posterior distributions like those arising in deep learning. The algorithm wo…

Asymptotically exact variational flows via involutive MCMC kernels

2025-06-02 · Zuheng Xu, Trevor Campbell

Most expressive variational families -- such as normalizing flows -- lack practical convergence guarantees, as their theoretical assurances typically hold only at the intractable global optimum. In this work, we present …

Transforming Worlds: Automated Involutive MCMC for Open-Universe Probabilistic Models

2020-11-23 · pproximateinference AABI Symposium 2021 1 · George Matheos, Alexander K. Lew, Matin Ghavamizadeh, Stuart Russell 외

Open-universe probabilistic models enable Bayesian inference about how many objects underlie data, and how they are related. Effective inference in OUPMs remains a challenge, however, often requiring the use of custom, t…

Bayesian InferenceProbabilistic Programmingvalid

From Global to Local: A Scalable Benchmark for Local Posterior Sampling

2025-07-29 · Rohan Hitchcock, Jesse Hoogland arxiv

Degeneracy is an inherent feature of the loss landscape of neural networks, but it is not well understood how stochastic gradient MCMC (SGMCMC) algorithms interact with this degeneracy. In particular, current global conv…