LGMLSep 13, 2017

Normalized Direction-preserving Adam

arXiv:1709.04546v231 citations
AI Analysis

This addresses the generalization gap for users of adaptive optimizers in deep learning, though it appears incremental as it modifies an existing method.

The authors tackled the problem of Adam's worse generalization compared to SGD in deep neural networks by developing ND-Adam, a variant that controls update direction and step size, resulting in significantly improved generalization performance.

Adaptive optimization algorithms, such as Adam and RMSprop, have shown better optimization performance than stochastic gradient descent (SGD) in some scenarios. However, recent studies show that they often lead to worse generalization performance than SGD, especially for training deep neural networks (DNNs). In this work, we identify the reasons that Adam generalizes worse than SGD, and develop a variant of Adam to eliminate the generalization gap. The proposed method, normalized direction-preserving Adam (ND-Adam), enables more precise control of the direction and step size for updating weight vectors, leading to significantly improved generalization performance. Following a similar rationale, we further improve the generalization performance in classification tasks by regularizing the softmax logits. By bridging the gap between SGD and Adam, we also hope to shed light on why certain optimization algorithms generalize better than others.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes