paper-with-me

홈 › Papers

AdaSGD: Bridging the gap between SGD and Adam

2020-06-30 · Jiaxuan Wang, Jenna Wiens

In the context of stochastic gradient descent(SGD) and adaptive moment estimation (Adam),researchers have recently proposed optimization techniques that transition from Adam to SGD with the goal of improving both convergence and generalization performance. However, precisely how each approach trades off early progress and generalization is not well understood; thus, it is unclear when or even if, one should transition from one approach to the other. In this work, by first studying the convex setting, we identify potential contributors to observed differences in performance between SGD and Adam. In particular,we provide theoretical insights for when and why Adam outperforms SGD and vice versa. We ad-dress the performance gap by adapting a single global learning rate for SGD, which we refer to as AdaSGD. We justify this proposed approach with empirical analyses in non-convex settings. On several datasets that span three different domains,we demonstrate how AdaSGD combines the benefits of both SGD and Adam, eliminating the need for approaches that transition from Adam to SGD.

📄 PDF Abstract BibTeX arXiv:2006.16541

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

FLeet: Online Federated Learning via Staleness Awareness and Performance Prediction

2020-06-12 · Georgios Damaskinos, Rachid Guerraoui, Anne-Marie Kermarrec, Vlad Nitu 외

Federated Learning (FL) is very appealing for its privacy benefits: essentially, a global model is trained with updates computed on mobile devices while keeping the data of users local. Standard FL infrastructures are ho…

Federated Learning

Normalized Direction-preserving Adam

2017-09-13 · ICLR 2018 1 · Zijun Zhang, Lin Ma, Zongpeng Li, Chuan Wu

Adaptive optimization algorithms, such as Adam and RMSprop, have shown better optimization performance than stochastic gradient descent (SGD) in some scenarios. However, recent studies show that they often lead to worse …

General Classification

Is your batch size the problem? Revisiting the Adam-SGD gap in language modeling

2025-06-14 · Teodora Srećković, Jonas Geiping, Antonio Orvieto

Adam is known to perform significantly better than Stochastic Gradient Descent (SGD) in language models, a phenomenon for which a number of explanations have been proposed. In this work, we revisit this "optimizer gap" t…

Language ModelingLanguage Modelling

A new perspective in understanding of Adam-Type algorithms and beyond

2019-09-25 · Zeyi Tao, Qi Xia, Qun Li

First-order adaptive optimization algorithms such as Adam play an important role in modern deep learning due to their super fast convergence speed in solving large scale optimization problems. However, Adam's non-converg…

Deep LearningVocal Bursts Type Prediction

A Comprehensive Framework for Analyzing the Convergence of Adam: Bridging the Gap with SGD

2024-10-06 · Ruinan Jin, Xiao Li, YaoLiang Yu, Baoxiang Wang

Adaptive Moment Estimation (Adam) is a cornerstone optimization algorithm in deep learning, widely recognized for its flexibility with adaptive learning rates and efficiency in handling large-scale data. However, despite…