A Novel Stochastic Stratified Average Gradient Method: Convergence Rate and Its Complexity
Aixiang Chen, Bingchuan Chen, Xiaolong Chai, Rui Bian, Hengguang Li

TL;DR
This paper introduces SSAG, a new stochastic gradient method that leverages stratified sampling and averaging to achieve faster linear convergence with lower costs, especially when class variance dominates.
Contribution
The paper presents SSAG, a novel algorithm that reduces gradient variance using stratified sampling and averaging, achieving improved convergence rates over existing methods.
Findings
SSAG achieves a linear convergence rate of O((1 - μ/(8CL))^k).
SSAG outperforms SAG and other algorithms in experiments.
Convergence depends mainly on inter-class variance, not intra-class variance.
Abstract
SGD (Stochastic Gradient Descent) is a popular algorithm for large scale optimization problems due to its low iterative cost. However, SGD can not achieve linear convergence rate as FGD (Full Gradient Descent) because of the inherent gradient variance. To attack the problem, mini-batch SGD was proposed to get a trade-off in terms of convergence rate and iteration cost. In this paper, a general CVI (Convergence-Variance Inequality) equation is presented to state formally the interaction of convergence rate and gradient variance. Then a novel algorithm named SSAG (Stochastic Stratified Average Gradient) is introduced to reduce gradient variance based on two techniques, stratified sampling and averaging over iterations that is a key idea in SAG (Stochastic Average Gradient). Furthermore, SSAG can achieve linear convergence rate of at smaller storage…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Machine Learning and ELM
MethodsStochastic Gradient Descent
