vix.ing · top · new · best · stats · spec

MSTGD:A Memory Stochastic sTratified Gradient Descent Method with an Exponential Convergence Rate

2022/02/21 by Aixiang, Chen, Jin‐Ting Zhang +5
Computer Science · #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Machine Learning and ELM #Neural Networks and Applications #Stochastic Gradient Optimization Techniques

paper · pdf · doi:10.48550/arxiv.2202.10923

openalex publication_date 2022/02/21 · openalex created_date 2022/04/03 · openalex updated_date 2026/07/28

Abstract

The fluctuation effect of gradient expectation and variance caused by parameter update between consecutive iterations is neglected or confusing by current mainstream gradient optimization algorithms.Using this fluctuation effect, combined with the stratified sampling strategy, this paper designs a novel \underlineMemory \underlineStochastic s\underlineTratified Gradient Descend(\underlineMSTGD) algorithm with an exponential convergence rate. Specifically, MSTGD uses two strategies for variance reduction: the first strategy is to perform variance reduction according to the proportion p of used historical gradient, which is estimated from the mean and variance of sample gradients before and after iteration, and the other strategy is stratified sampling by category. The statistic Gmst designed under these two strategies can be adaptively unbiased, and its variance decays at a geometric rate. This enables MSTGD based on Gmst to obtain an exponential convergence rate of the form λ2(k-k0)(λ∈ (0,1),k is the number of iteration steps,λ is a variable related to proportion p).Unlike most other algorithms that claim to achieve an exponential convergence rate, the convergence rate is independent of parameters such as dataset size N, batch size n, etc., and can be achieved at a constant step size.Theoretical and experimental results show the effectiveness of MSTGD

Related