SOTAVerified

Non-convex Learning via Replica Exchange Stochastic Gradient MCMC

2020-08-12ICML 2020Code Available1· sign in to hype

Wei Deng, Qi Feng, Liyao Gao, Faming Liang, Guang Lin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10WRN-28-10 with reSGHMCPercentage correct97.42Unverified
CIFAR-10WRN-16-8 with reSGHMCPercentage correct96.87Unverified
CIFAR-10ResNet56 with reSGHMCPercentage correct96.12Unverified
CIFAR-10ResNet32 with reSGHMCPercentage correct95.35Unverified
CIFAR-10ResNet20 with reSGHMCPercentage correct94.62Unverified
CIFAR-100WRN-28-10 with reSGHMCPercentage correct84.38Unverified
CIFAR-100WRN-16-8 with reSGHMCPercentage correct82.95Unverified
CIFAR-100ResNet56 with reSGHMCPercentage correct80.14Unverified
CIFAR-100ResNet32 with reSGHMCPercentage correct76.55Unverified
CIFAR-100ResNet20 with reSGHMCPercentage correct74.14Unverified

Reproductions