paper-with-me

홈 › Papers

Disentangling Adaptive Gradient Methods from Learning Rates

2020-02-26 · Naman Agarwal, Rohan Anil, Elad Hazan, Tomer Koren, Cyril Zhang

We investigate several confounding factors in the evaluation of optimization algorithms for deep learning. Primarily, we take a deeper look at how adaptive gradient methods interact with the learning rate schedule, a notoriously difficult-to-tune hyperparameter which has dramatic effects on the convergence and generalization of neural network training. We introduce a "grafting" experiment which decouples an update's magnitude from its direction, finding that many existing beliefs in the literature may have arisen from insufficient isolation of the implicit schedule of step sizes. Alongside this contribution, we present some empirical and theoretical retrospectives on the generalization of adaptive gradient methods, aimed at bringing more clarity to this space.

📄 PDF Abstract BibTeX arXiv:2002.11803

Code (1)

optimetry/optimetry pytorch

Similar Papers 제목 키워드 기반

Adaptive Inertia: Disentangling the Effects of Adaptive Learning Rate and Momentum

2021-09-29 · Zeke Xie, Xinrui Wang, Huishuai Zhang, Issei Sato 외

Adaptive Momentum Estimation (Adam), which combines Adaptive Learning Rate and Momentum, would be the most popular stochastic optimizer for accelerating the training of deep neural networks. However, empirically Adam oft…

A New Adaptive Gradient Method with Gradient Decomposition

2021-07-18 · Zhou Shao, Tong Lin

Adaptive gradient methods, especially Adam-type methods (such as Adam, AMSGrad, and AdaBound), have been proposed to speed up the training process with an element-wise scaling term on learning rates. However, they often …

Scheduling

On the Convergence of Adaptive Gradient Methods for Nonconvex Optimization

2018-08-16 · Dongruo Zhou, Jinghui Chen, Yuan Cao, Ziyan Yang 외

Adaptive gradient methods are workhorses in deep learning. However, the convergence guarantees of adaptive gradient methods for nonconvex optimization have not been thoroughly studied. In this paper, we provide a fine-gr…

HODN: Disentangling Human-Object Feature for HOI Detection

2023-08-20 · Shuman Fang, Zhiwen Lin, Ke Yan, Jie Li 외

The task of Human-Object Interaction (HOI) detection is to detect humans and their interactions with surrounding objects, where transformer-based methods show dominant advances currently. However, these methods ignore th…

DecoderHuman DetectionHuman-Object Interaction DetectionObject+2

Consolidation or Adaptation? PRISM: Disentangling SFT and RL Data via Gradient Concentration

2026-01-12 · Yang Zhao, Yangou Ouyang, Xiao Ding, Hepeng Wang 외 arxiv

While Hybrid Supervised Fine-Tuning (SFT) followed by Reinforcement Learning (RL) has become the standard paradigm for training LLM agents, effective mechanisms for data allocation between these stages remain largely und…

Reinforcement Learning