paper-with-me

Papers

Variational Stochastic Gradient Descent for Deep Neural Networks

2024-04-09 · Haotian Chen, Anna Kuzina, Babak Esmaeili, Jakub M Tomczak

Current state-of-the-art optimizers are adaptive gradient-based optimization methods such as Adam. Recently, there has been an increasing interest in formulating gradient-based optimizers in a probabilistic framework for better modeling the uncertainty of the gradients. Here, we propose to combine both approaches, resulting in the Variational Stochastic Gradient Descent (VSGD) optimizer. We model gradient updates as a probabilistic model and utilize stochastic variational inference (SVI) to derive an efficient and effective update rule. Further, we show how our VSGD method relates to other adaptive gradient-based optimizers like Adam. Lastly, we carry out experiments on two image classification datasets and four deep neural network architectures, where we show that VSGD outperforms Adam and SGD.

📄 PDF Abstract BibTeX arXiv:2404.06549

Code (1)

generativeai-tue/vsgd 공식 구현 pytorch

Tasks

image-classificationImage ClassificationVariational Inference

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Variational Inference 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Importance Sampled Stochastic Optimization for Variational Inference

2017-04-19 · Joseph Sakaya, Arto Klami

Variational inference approximates the posterior distribution of a probabilistic model with a parameterized density by maximizing a lower bound for the model evidence. Modern solutions fit a flexible approximation with s…

Probabilistic ProgrammingStochastic OptimizationVariational Inference

Stochastic noise can be helpful for variational quantum algorithms

2022-10-13 · Junyu Liu, Frederik Wilde, Antonio Anna Mele, Xin Jin 외

Saddle points constitute a crucial challenge for first-order gradient descent algorithms. In notions of classical machine learning, they are avoided for example by means of stochastic gradient descent methods. In this wo…

A Latent Variational Framework for Stochastic Optimization

2019-05-05 · NeurIPS 2019 12 · Philippe Casgrain

This paper provides a unifying theoretical framework for stochastic optimization algorithms by means of a latent stochastic variational problem. Using techniques from stochastic control, the solution to the variational p…

Bayesian InferenceStochastic Optimization

Kalman Gradient Descent: Adaptive Variance Reduction in Stochastic Optimization

2018-10-29 · James Vuckovic

We introduce Kalman Gradient Descent, a stochastic optimization algorithm that uses Kalman filtering to adaptively reduce gradient variance in stochastic gradient descent by filtering the gradient estimates. We present b…

BIG-bench Machine LearningStochastic OptimizationVariational Inference

Stochastic Mirror Descent in Variationally Coherent Optimization Problems

2017-12-01 · NeurIPS 2017 12 · Zhengyuan Zhou, Panayotis Mertikopoulos, Nicholas Bambos, Stephen Boyd 외

In this paper, we examine a class of non-convex stochastic optimization problems which we call variationally coherent, and which properly includes pseudo-/quasiconvex and star-convex optimization problems. To solve such …

Stochastic Optimization