English

ADINE: An Adaptive Momentum Method for Stochastic Gradient Descent

Machine Learning 2017-12-21 v1 Machine Learning

Abstract

Two major momentum-based techniques that have achieved tremendous success in optimization are Polyak's heavy ball method and Nesterov's accelerated gradient. A crucial step in all momentum-based methods is the choice of the momentum parameter mm which is always suggested to be set to less than 11. Although the choice of m<1m < 1 is justified only under very strong theoretical assumptions, it works well in practice even when the assumptions do not necessarily hold. In this paper, we propose a new momentum based method ADINE\textit{ADINE}, which relaxes the constraint of m<1m < 1 and allows the learning algorithm to use adaptive higher momentum. We motivate our hypothesis on mm by experimentally verifying that a higher momentum (1\ge 1) can help escape saddles much faster. Using this motivation, we propose our method ADINE\textit{ADINE} that helps weigh the previous updates more (by setting the momentum parameter >1> 1), evaluate our proposed algorithm on deep neural networks and show that ADINE\textit{ADINE} helps the learning algorithm to converge much faster without compromising on the generalization error.

Keywords

Cite

@article{arxiv.1712.07424,
  title  = {ADINE: An Adaptive Momentum Method for Stochastic Gradient Descent},
  author = {Vishwak Srinivasan and Adepu Ravi Sankar and Vineeth N Balasubramanian},
  journal= {arXiv preprint arXiv:1712.07424},
  year   = {2017}
}

Comments

8 + 1 pages, 12 figures, accepted at CoDS-COMAD 2018

R2 v1 2026-06-22T23:24:24.801Z