Polygonal Unadjusted Langevin Algorithms: Creating stable and efficient adaptive algorithms for neural networks
Dong-Young Lim, Sotirios Sabanis
TL;DR
This work tackles the instability of common adaptive optimizers when fine-tuning deep neural networks with nonconvex losses, where gradients can exhibit explosive or vanishing behavior. It introduces TH\\$\\varepsilon\\$O POULA (TheoPouLa), a polygonal unadjusted Langevin algorithm that combines element-wise taming and a boosting mechanism within Euler-Krylov polygonal drift approximations, along with a Langevin noise term to ensure exploration. The authors prove non-asymptotic convergence in Wasserstein distances and derive an excess risk bound, while demonstrating superior empirical performance on CIFAR-10/100 and Penn Treebank compared to Adam-type and SGD-based baselines. The results indicate TheoPouLa offers stable, efficient optimization with strong generalization in real-world neural network training, bridging the gap between theoretical guarantees and practical deep learning efficacy.
Abstract
We present a new class of Langevin based algorithms, which overcomes many of the known shortcomings of popular adaptive optimizers that are currently used for the fine tuning of deep learning models. Its underpinning theory relies on recent advances of Euler's polygonal approximations for stochastic differential equations (SDEs) with monotone coefficients. As a result, it inherits the stability properties of tamed algorithms, while it addresses other known issues, e.g. vanishing gradients in neural networks. In particular, we provide a nonasymptotic analysis and full theoretical guarantees for the convergence properties of an algorithm of this novel class, which we named TH$\varepsilon$O POULA (or, simply, TheoPouLa). Finally, several experiments are presented with different types of deep learning models, which show the superior performance of TheoPouLa over many popular adaptive optimization algorithms.
