Stochastic Approximate Gradient Descent via the Langevin Algorithm
Abstract
We introduce a novel and efficient algorithm called the stochastic approximate gradient descent (SAGD), as an alternative to the stochastic gradient descent for cases where unbiased stochastic gradients cannot be trivially obtained. Traditional methods for such problems rely on general-purpose sampling techniques such as Markov chain Monte Carlo, which typically requires manual intervention for tuning parameters and does not work efficiently in practice. Instead, SAGD makes use of the Langevin algorithm to construct stochastic gradients that are biased in finite steps but accurate asymptotically, enabling us to theoretically establish the convergence guarantee for SAGD. Inspired by our theoretical analysis, we also provide useful guidelines for its practical implementation. Finally, we show that SAGD performs well experimentally in popular statistical and machine learning problems such as the expectation-maximization algorithm and the variational autoencoders.
Cite
Text
Qiu and Wang. "Stochastic Approximate Gradient Descent via the Langevin Algorithm." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.5992Markdown
[Qiu and Wang. "Stochastic Approximate Gradient Descent via the Langevin Algorithm." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/qiu2020aaai-stochastic/) doi:10.1609/AAAI.V34I04.5992BibTeX
@inproceedings{qiu2020aaai-stochastic,
title = {{Stochastic Approximate Gradient Descent via the Langevin Algorithm}},
author = {Qiu, Yixuan and Wang, Xiao},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {5428-5435},
doi = {10.1609/AAAI.V34I04.5992},
url = {https://mlanthology.org/aaai/2020/qiu2020aaai-stochastic/}
}