paper-with-me

Papers

Non-convex Learning via Replica Exchange Stochastic Gradient MCMC

2020-08-12 · ICML 2020 1 · Wei Deng, Qi Feng, Liyao Gao, Faming Liang, Guang Lin

Replica exchange Monte Carlo (reMC), also known as parallel tempering, is an important technique for accelerating the convergence of the conventional Markov Chain Monte Carlo (MCMC) algorithms. However, such a method requires the evaluation of the energy function based on the full dataset and is not scalable to big data. The na\"ive implementation of reMC in mini-batch settings introduces large biases, which cannot be directly extended to the stochastic gradient MCMC (SGMCMC), the standard sampling method for simulating from deep neural networks (DNNs). In this paper, we propose an adaptive replica exchange SGMCMC (reSGMCMC) to automatically correct the bias and study the corresponding properties. The analysis implies an acceleration-accuracy trade-off in the numerical discretization of a Markov jump process in a stochastic environment. Empirically, we test the algorithm through extensive experiments on various setups and obtain the state-of-the-art results on CIFAR10, CIFAR100, and SVHN in both supervised learning and semi-supervised learning tasks.

📄 PDF Abstract BibTeX arXiv:2008.05367

Code (2)

gaoliyao/Replica_Exchange_Stochastic_Gradient_MCMC 공식 구현 tf
WayneDW/Variance_Reduced_Replica_Exchange_SGMCMC pytorch

Tasks

Image Classification

Methods 이 논문이 사용한 방법론

reSGLD reSGLD proposes to simulate a high-temperature particle for exploration and a low-temperature particle for exploitation and allows them to swap simultaneously. Moreover, a…

Similar Papers 제목 키워드 기반

Accelerating Convergence of Replica Exchange Stochastic Gradient MCMC via Variance Reduction

2020-10-02 · ICLR 2021 1 · Wei Deng, Qi Feng, Georgios Karagiannis, Guang Lin 외

Replica exchange stochastic gradient Langevin dynamics (reSGLD) has shown promise in accelerating the convergence in non-convex learning; however, an excessively large correction for avoiding biases from noisy energy est…

Replica Exchange for Non-Convex Optimization

2020-01-23 · Jing Dong, Xin T. Tong

Gradient descent (GD) is known to converge quickly for convex objective functions, but it can be trapped at local minima. On the other hand, Langevin dynamics (LD) can explore the state space and find global minima, but …

Constrained Exploration via Reflected Replica Exchange Stochastic Gradient Langevin Dynamics

2024-05-13 · Haoyang Zheng, Hengrong Du, Qi Feng, Wei Deng 외

Replica exchange stochastic gradient Langevin dynamics (reSGLD) is an effective sampler for non-convex learning in large-scale datasets. However, the simulation may encounter stagnation issues when the high-temperature c…

image-classificationImage Classification

Accelerating Nonconvex Learning via Replica Exchange Langevin Diffusion

2020-07-04 · ICLR 2019 5 · Yi Chen, Jinglin Chen, Jing Dong, Jian Peng 외

Langevin diffusion is a powerful method for nonconvex optimization, which enables the escape from local minima by injecting noise into the gradient. In particular, the temperature parameter controlling the noise level gi…

Non-convex Bayesian Learning via Stochastic Gradient Markov Chain Monte Carlo

2023-05-30 · Wei Deng

The rise of artificial intelligence (AI) hinges on the efficient training of modern deep neural networks (DNNs) for non-convex optimization and uncertainty quantification, which boils down to a non-convex Bayesian learni…

Uncertainty Quantification