paper-with-me

홈 › Papers

A Coefficient Makes SVRG Effective

2023-11-09 · Yida Yin, Zhiqiu Xu, Zhiyuan Li, Trevor Darrell, Zhuang Liu

Stochastic Variance Reduced Gradient (SVRG), introduced by Johnson & Zhang (2013), is a theoretically compelling optimization method. However, as Defazio & Bottou (2019) highlight, its effectiveness in deep learning is yet to be proven. In this work, we demonstrate the potential of SVRG in optimizing real-world neural networks. Our empirical analysis finds that, for deeper neural networks, the strength of the variance reduction term in SVRG should be smaller and decrease as training progresses. Inspired by this, we introduce a multiplicative coefficient $\alpha$ to control the strength and adjust it through a linear decay schedule. We name our method $\alpha$-SVRG. Our results show $\alpha$-SVRG better optimizes models, consistently reducing training loss compared to the baseline and standard SVRG across various model architectures and multiple image classification datasets. We hope our findings encourage further exploration into variance reduction techniques in deep learning. Code is available at github.com/davidyyd/alpha-SVRG.

📄 PDF Abstract BibTeX arXiv:2311.05589

Code (1)

davidyyd/alpha-svrg 공식 구현 pytorch

Tasks

Deep Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

SVRG for Policy Evaluation with Fewer Gradient Evaluations

2019-06-09 · Zilun Peng, Ahmed Touati, Pascal Vincent, Doina Precup

Stochastic variance-reduced gradient (SVRG) is an optimization method originally designed for tackling machine learning problems with a finite sum structure. SVRG was later shown to work for policy evaluation, a problem …

Reinforcement LearningReinforcement Learning (RL)

Linear Convergence of SVRG in Statistical Estimation

2016-11-07 · Chao Qu, Yan Li, Huan Xu

SVRG and its variants are among the state of art optimization algorithms for large scale machine learning problems. It is well known that SVRG converges linearly when the objective function is strongly convex. However th…

Larger is Better: The Effect of Learning Rates Enjoyed by Stochastic Optimization with Progressive Variance Reduction

2017-04-17 · Fanhua Shang

In this paper, we propose a simple variant of the original stochastic variance reduction gradient (SVRG), where hereafter we refer to as the variance reduced stochastic gradient descent (VR-SGD). Different from the choic…

Stochastic Optimization

Accelerated Variance Reduced Stochastic Extragradient Method for Sparse Machine Learning Problems

2019-09-25 · Fanhua Shang, Lin Kong, Yuanyuan Liu, Hua Huang 외

Recently, many stochastic gradient descent algorithms with variance reduction have been proposed. Moreover, their proximal variants such as Prox-SVRG can effectively solve non-smooth problems, which makes that they are w…

BIG-bench Machine LearningFace RecognitionRobust Face Recognition

Guaranteed Sufficient Decrease for Variance Reduced Stochastic Gradient Descent

2017-03-20 · Fanhua Shang, Yuanyuan Liu, James Cheng, Kelvin Kai Wing Ng 외

In this paper, we propose a novel sufficient decrease technique for variance reduced stochastic gradient descent methods such as SAG, SVRG and SAGA. In order to make sufficient decrease for stochastic optimization, we de…

Stochastic Optimization