paper-with-me

Papers

A Study of Gradient Variance in Deep Learning

2020-07-09 · Fartash Faghri, David Duvenaud, David J. Fleet, Jimmy Ba

The impact of gradient noise on training deep models is widely acknowledged but not well understood. In this context, we study the distribution of gradients during training. We introduce a method, Gradient Clustering, to minimize the variance of average mini-batch gradient with stratified sampling. We prove that the variance of average mini-batch gradient is minimized if the elements are sampled from a weighted clustering in the gradient space. We measure the gradient variance on common deep learning benchmarks and observe that, contrary to common assumptions, gradient variance increases during training, and smaller learning rates coincide with higher variance. In addition, we introduce normalized gradient variance as a statistic that better correlates with the speed of convergence compared to gradient variance.

📄 PDF Abstract BibTeX arXiv:2007.04532

Code (1)

fartashf/gvar_code 공식 구현 pytorch

Tasks

ClusteringDeep Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

The Impact of the Mini-batch Size on the Dynamics of SGD: Variance and Beyond

2021-01-01 · Xin Qian, Diego Klabjan

We study mini-batch stochastic gradient descent (SGD) dynamics under linear regression and deep linear networks by focusing on the variance of the gradients only given the initial weights and mini-batch size, which is th…

regression

The Impact of the Mini-batch Size on the Variance of Gradients in Stochastic Gradient Descent

2020-04-27 · Xin Qian, Diego Klabjan

The mini-batch stochastic gradient descent (SGD) algorithm is widely used in training machine learning models, in particular deep learning models. We study SGD dynamics under linear regression and two-layer linear networ…

regression

Analyzing the Variance of Policy Gradient Estimators for the Linear-Quadratic Regulator

2019-10-02 · James A. Preiss, Sébastien M. R. Arnold, Chen-Yu Wei, Marius Kloft

We study the variance of the REINFORCE policy gradient estimator in environments with continuous state and action spaces, linear dynamics, quadratic cost, and Gaussian noise. These simple environments allow us to derive …

Practical and Matching Gradient Variance Bounds for Black-Box Variational Bayesian Inference

2023-03-18 · Kyurae Kim, Kaiwen Wu, Jisu Oh, Jacob R. Gardner

Understanding the gradient variance of black-box variational inference (BBVI) is a crucial step for establishing its convergence and developing algorithmic improvements. However, existing studies have yet to show that th…

Bayesian InferenceVariational Inference

An Investigation of the Bias-Variance Tradeoff in Meta-Gradients

2022-09-22 · Risto Vuorio, Jacob Beck, Shimon Whiteson, Jakob Foerster 외

Meta-gradients provide a general approach for optimizing the meta-parameters of reinforcement learning (RL) algorithms. Estimation of meta-gradients is central to the performance of these meta-algorithms, and has been st…

Meta-LearningReinforcement Learning (RL)