English

Gradient Normalization & Depth Based Decay For Deep Learning

Machine Learning 2018-03-01 v2 Machine Learning

Abstract

In this paper we introduce a novel method of gradient normalization and decay with respect to depth. Our method leverages the simple concept of normalizing all gradients in a deep neural network, and then decaying said gradients with respect to their depth in the network. Our proposed normalization and decay techniques can be used in conjunction with most current state of the art optimizers and are a very simple addition to any network. This method, although simple, showed improvements in convergence time on state of the art networks such as DenseNet and ResNet on image classification tasks, as well as on an LSTM for natural language processing tasks.

Keywords

Cite

@article{arxiv.1712.03607,
  title  = {Gradient Normalization & Depth Based Decay For Deep Learning},
  author = {Robert Kwiatkowski and Oscar Chang},
  journal= {arXiv preprint arXiv:1712.03607},
  year   = {2018}
}

Comments

Results seemed more promising at the time