Training Deep Networks with Stochastic Gradient Normalized by Layerwise Adaptive Second MomentsDownload PDF

25 Sept 2019 (modified: 05 May 2023)ICLR 2020 Conference Blind SubmissionReaders: Everyone
Abstract: 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.
Keywords: deep learning, optimization, SGD, Adam, NovoGrad, large batch training
TL;DR: NovoGrad - an adaptive SGD method with layer-wise gradient normalization and decoupled weight decay.
Data: [LibriSpeech](https://paperswithcode.com/dataset/librispeech), [WikiText-103](https://paperswithcode.com/dataset/wikitext-103), [WikiText-2](https://paperswithcode.com/dataset/wikitext-2)
Original Pdf: pdf
7 Replies

Loading