ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2006.07037
17
2

Adaptive Gradient Methods Can Be Provably Faster than SGD after Finite Epochs

12 June 2020
Xunpeng Huang
Hao Zhou
Runxin Xu
Zhe Wang
Lei Li
    ODL
ArXivPDFHTML
Abstract

Adaptive gradient methods have attracted much attention of machine learning communities due to the high efficiency. However their acceleration effect in practice, especially in neural network training, is hard to analyze, theoretically. The huge gap between theoretical convergence results and practical performances prevents further understanding of existing optimizers and the development of more advanced optimization methods. In this paper, we provide adaptive gradient methods a novel analysis with an additional mild assumption, and revise AdaGrad to \radagrad for matching a better provable convergence rate. To find an ϵ\epsilonϵ-approximate first-order stationary point in non-convex objectives, we prove random shuffling \radagrad achieves a O~(T−1/2)\tilde{O}(T^{-1/2})O~(T−1/2) convergence rate, which is significantly improved by factors O~(T−1/4)\tilde{O}(T^{-1/4})O~(T−1/4) and O~(T−1/6)\tilde{O}(T^{-1/6})O~(T−1/6) compared with existing adaptive gradient methods and random shuffling SGD, respectively. To the best of our knowledge, it is the first time to demonstrate that adaptive gradient methods can deterministically be faster than SGD after finite epochs. Furthermore, we conduct comprehensive experiments to validate the additional mild assumption and the acceleration effect benefited from second moments and random shuffling.

View on arXiv
Comments on this paper