Non-asymptotic Analysis of Biased Adaptive Stochastic Approximation
Sobihan Surendran, Antoine Godichon-Baggioni, Adeline Fermanian, Sylvain Le Corff
TL;DR
This work develops a non-asymptotic theory for biased adaptive stochastic approximation in non-convex optimization. By formalizing a BASA framework that accommodates adaptive updates (e.g., Adagrad, RMSProp, AMSGRAD) and time-varying gradient bias, the authors prove convergence to critical points and, under the PL condition, linear rates. They derive explicit rates such as $O(\log n/\sqrt{n} + b_n)$ without PL and provide bias-dependent refinements for practical algorithms; these results apply to biased estimators in bilevel/conditional optimization and IWAE-type models. Experiments on variational autoencoders (VAE/IWAE/BR-IWAE) illustrate the bias effects and confirm the theoretical predictions, guiding hyperparameter choices to balance convergence speed and computational cost.
Abstract
Stochastic Gradient Descent (SGD) with adaptive steps is widely used to train deep neural networks and generative models. Most theoretical results assume that it is possible to obtain unbiased gradient estimators, which is not the case in several recent deep learning and reinforcement learning applications that use Monte Carlo methods. This paper provides a comprehensive non-asymptotic analysis of SGD with biased gradients and adaptive steps for non-convex smooth functions. Our study incorporates time-dependent bias and emphasizes the importance of controlling the bias of the gradient estimator. In particular, we establish that Adagrad, RMSProp, and AMSGRAD, an exponential moving average variant of Adam, with biased gradients, converge to critical points for smooth non-convex functions at a rate similar to existing results in the literature for the unbiased case. Finally, we provide experimental results using Variational Autoenconders (VAE) and applications to several learning frameworks that illustrate our convergence results and show how the effect of bias can be reduced by appropriate hyperparameter tuning.
