paper-with-me

홈 › Papers

Training Deep Networks with Stochastic Gradient Normalized by Layerwise Adaptive Second Moments

2020-01-01 · ICLR 2020 1 · Boris Ginsburg, Patrice Castonguay, Oleksii Hrinchuk, Oleksii Kuchaiev, Vitaly Lavrukhin, Ryan Leary, Jason Li, Huyen Nguyen, Yang Zhang, Jonathan M. Cohen

We propose NovoGrad, an adaptive stochastic gradient descent method with layer-wise gradient normalization and decoupled weight decay. In our experiments on neural networks for image classification, speech recognition, machine translation, and language modeling, it performs on par or better than well tuned SGD with momentum and Adam/AdamW. Additionally, NovoGrad (1) is robust to the choice of learning rate and weight initialization, (2) works well in a large batch setting, and (3) has two times smaller memory footprint than Adam.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationLanguage ModelingLanguage ModellingMachine Translationspeech-recognitionSpeech RecognitionTranslation

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD with Momentum 설명 없음
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…

Similar Papers 제목 키워드 기반

Batch Clipping and Adaptive Layerwise Clipping for Differential Private Stochastic Gradient Descent

2023-07-21 · Toan N. Nguyen, Phuong Ha Nguyen, Lam M. Nguyen, Marten van Dijk

Each round in Differential Private Stochastic Gradient Descent (DPSGD) transmits a sum of clipped gradients obfuscated with Gaussian noise to a central server which uses this to update a global model which often represen…

Block-Normalized Gradient Method: An Empirical Study for Training Deep Neural Network

2017-07-16 · ICLR 2018 1 · Adams Wei Yu, Lei Huang, Qihang Lin, Ruslan Salakhutdinov 외

In this paper, we propose a generic and simple strategy for utilizing stochastic gradient information in optimization. The technique essentially contains two consecutive steps in each iteration: 1) computing and normaliz…

Input Normalized Stochastic Gradient Descent Training of Deep Neural Networks

2022-12-20 · Salih Atici, Hongyi Pan, Ahmet Enis Cetin

In this paper, we propose a novel optimization algorithm for training machine learning models called Input Normalized Stochastic Gradient Descent (INSGD), inspired by the Normalized Least Mean Squares (NLMS) algorithm us…

Efficient Backpropagation with Variance-Controlled Adaptive Sampling

2024-02-27 · Ziteng Wang, Jianfei Chen, Jun Zhu

Sampling-based algorithms, which eliminate ''unimportant'' computations during forward and/or back propagation (BP), offer potential solutions to accelerate neural network training. However, since sampling introduces app…

Training on the Edge of Stability Is Caused by Layerwise Jacobian Alignment

2024-05-31 · Mark Lowell, Catharine Kastner

During neural network training, the sharpness of the Hessian matrix of the training loss rises until training is on the edge of stability. As a result, even nonstochastic gradient descent does not accurately model the un…