Convergence of Multi-Level Markov Chain Monte Carlo Adaptive Stochastic Gradient Algorithms
Antoine Godichon-Baggioni, Gabriel Lang, Sylvain Le Corff, Julien Stoehr, Sobihan Surendran
TL;DR
The paper tackles the bias introduced by finite-time MCMC gradient estimators in stochastic optimization and proposes a multilevel Monte Carlo (MLMC) framework to reduce bias to $O(T_n^{-1})$ with only $O(\log T_n)$ expected cost per iteration. Building MLMC into adaptive gradient methods yields new MLMC variants of Adagrad and AMSGrad, for which the authors establish convergence rates of $O(n^{-1/2})$ up to logarithmic factors under bias/variance/moment controls. They provide a general convergence theory for MLMC-adaptive SGD, plus specialized results for Adagrad and AMSGrad, including a practical instantiation with Random Walk MCMC and MALA to verify assumptions. The approach is demonstrated on Importance Weighted Autoencoders (IWAE) trained on CIFAR-10, where MLMC-IWAE attains comparable iteration-wise performance to BR-IWAE but with greater sample efficiency per computational budget, illustrating the method’s potential for scalable, MCMC-based gradient estimation in deep learning tasks.
Abstract
Stochastic optimization in learning and inference often relies on Markov chain Monte Carlo (MCMC) to approximate gradients when exact computation is intractable. However, finite-time MCMC estimators are biased, and reducing this bias typically comes at a higher computational cost. We propose a multilevel Monte Carlo gradient estimator whose bias decays as $O(T_{n}^{-1} )$ while its expected computational cost grows only as $O(log T_n )$, where $T_n$ is the maximal truncation level at iteration n. Building on this approach, we introduce a multilevel MCMC framework for adaptive stochastic gradient methods, leading to new multilevel variants of Adagrad and AMSGrad algorithms. Under conditions controlling the estimator bias and its second and third moments, we establish a convergence rate of order $O(n^{-1/2} )$ up to logarithmic factors. Finally, we illustrate these results on Importance-Weighted Autoencoders trained with the proposed multilevel adaptive methods.
