paper-with-me

Papers

Stochastic Approximate Gradient Descent via the Langevin Algorithm

2020-02-13 · Yixuan Qiu, Xiao Wang

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.

📄 PDF Abstract BibTeX arXiv:2002.05519

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Non-asymptotic estimation of risk measures using stochastic gradient Langevin dynamics

2021-11-24 · Jiarui Chu, Ludovic Tangpi

In this paper we will study the approximation of arbitrary law invariant risk measures. As a starting point, we approximate the average value at risk using stochastic gradient Langevin dynamics, which can be seen as a va…

Langevin algorithms for Markovian Neural Networks and Deep Stochastic control

2022-12-22 · Pierre Bras, Gilles Pagès

Stochastic Gradient Descent Langevin Dynamics (SGLD) algorithms, which add noise to the classic gradient descent, are known to improve the training of neural networks in some cases where the neural network is very deep. …

Management

A Hitting Time Analysis of Stochastic Gradient Langevin Dynamics

2017-02-18 · Yuchen Zhang, Percy Liang, Moses Charikar

We study the Stochastic Gradient Langevin Dynamics (SGLD) algorithm for non-convex optimization. The algorithm performs stochastic gradient descent, where in each step it injects appropriately scaled Gaussian noise to th…

Stochastic Gradient Descent as Approximate Bayesian Inference

2017-04-13 · Stephan Mandt, Matthew D. Hoffman, David M. Blei

Stochastic Gradient Descent with a constant learning rate (constant SGD) simulates a Markov chain with a stationary distribution. With this perspective, we derive several new results. (1) We show that constant SGD can be…

Bayesian Inference

Natural Langevin Dynamics for Neural Networks

2017-12-04 · Gaétan Marceau-Caron, Yann Ollivier

One way to avoid overfitting in machine learning is to use model parameters distributed according to a Bayesian posterior given the data, rather than the maximum likelihood estimator. Stochastic gradient Langevin dynamic…