Modified Step Size for Enhanced Stochastic Gradient Descent: Convergence and Experiments
M. Soheil Shamaee, S. Fathi Hafshejani

TL;DR
This paper proposes a modified decay step size for stochastic gradient descent that incorporates a logarithmic term, improving convergence rates and accuracy in image classification tasks on datasets like FashionMNIST and CIFAR10.
Contribution
It introduces a novel step size schedule with a logarithmic component and provides theoretical convergence analysis for non-convex functions.
Findings
Achieves a convergence rate of O(ln T / √T) for smooth non-convex functions.
Demonstrates accuracy improvements of 0.5% on FashionMNIST.
Shows accuracy improvements of 1.4% on CIFAR10.
Abstract
This paper introduces a novel approach to enhance the performance of the stochastic gradient descent (SGD) algorithm by incorporating a modified decay step size based on . The proposed step size integrates a logarithmic term, leading to the selection of smaller values in the final iterations. Our analysis establishes a convergence rate of for smooth non-convex functions without the Polyak-{\L}ojasiewicz condition. To evaluate the effectiveness of our approach, we conducted numerical experiments on image classification tasks using the FashionMNIST, and CIFAR10 datasets, and the results demonstrate significant improvements in accuracy, with enhancements of and observed, respectively, compared to the traditional step size. The source code can be found at \\\url{https://github.com/Shamaeem/LNSQRTStepSize}.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and Algorithms · Machine Learning and ELM
