paper-with-me

Papers

Learning to Explore for Stochastic Gradient MCMC

2024-08-17 · SeungHyun Kim, Seohyeon Jung, Seonghyeon Kim, Juho Lee

Bayesian Neural Networks(BNNs) with high-dimensional parameters pose a challenge for posterior inference due to the multi-modality of the posterior distributions. Stochastic Gradient MCMC(SGMCMC) with cyclical learning rate scheduling is a promising solution, but it requires a large number of sampling steps to explore high-dimensional multi-modal posteriors, making it computationally expensive. In this paper, we propose a meta-learning strategy to build \gls{sgmcmc} which can efficiently explore the multi-modal target distributions. Our algorithm allows the learned SGMCMC to quickly explore the high-density region of the posterior landscape. Also, we show that this exploration property is transferrable to various tasks, even for the ones unseen during a meta-training stage. Using popular image classification benchmarks and a variety of downstream tasks, we demonstrate that our method significantly improves the sampling efficiency, achieving better performance than vanilla \gls{sgmcmc} without incurring significant computational overhead.

📄 PDF Abstract BibTeX arXiv:2408.09140

Code (1)

ciao-seohyeon/l2e 공식 구현 jax

Tasks

image-classificationImage ClassificationMeta-LearningScheduling

Similar Papers 제목 키워드 기반

Control Variates for Stochastic Gradient MCMC

2017-06-16 · Jack Baker, Paul Fearnhead, Emily B. Fox, Christopher Nemeth

It is well known that Markov chain Monte Carlo (MCMC) methods scale poorly with dataset size. A popular class of methods for solving this issue is stochastic gradient MCMC. These methods use a noisy estimate of the gradi…

On the Convergence of Stochastic Gradient MCMC Algorithms with High-Order Integrators

2016-10-21 · NeurIPS 2015 12 · Changyou Chen, Nan Ding, Lawrence Carin

Recent advances in Bayesian learning with large-scale data have witnessed emergence of stochastic gradient MCMC algorithms (SG-MCMC), such as stochastic gradient Langevin dynamics (SGLD), stochastic gradient Hamiltonian …

Asynchronous Stochastic Gradient MCMC with Elastic Coupling

2016-12-02 · Jost Tobias Springenberg, Aaron Klein, Stefan Falkner, Frank Hutter

We consider parallel asynchronous Markov Chain Monte Carlo (MCMC) sampling for problems where we can leverage (stochastic) gradients to define continuous dynamics which explore the target distribution. We outline a solut…

Bridging the Gap between Stochastic Gradient MCMC and Stochastic Optimization

2015-12-25 · Changyou Chen, David Carlson, Zhe Gan, Chunyuan Li 외

Stochastic gradient Markov chain Monte Carlo (SG-MCMC) methods are Bayesian analogs to popular stochastic optimization methods; however, this connection is not well studied. We explore this relationship by applying simul…

Stochastic Optimization

A Complete Recipe for Stochastic Gradient MCMC

2015-06-15 · NeurIPS 2015 12 · Yi-An Ma, Tianqi Chen, Emily B. Fox

Many recent Markov chain Monte Carlo (MCMC) samplers leverage continuous dynamics to define a transition kernel that efficiently explores a target distribution. In tandem, a focus has been on devising scalable variants t…

Physical Intuition