paper-with-me

Papers

Normalized Direction-preserving Adam

2017-09-13 · ICLR 2018 1 · Zijun Zhang, Lin Ma, Zongpeng Li, Chuan Wu

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.

📄 PDF Abstract BibTeX arXiv:1709.04546

Code (1)

zj10/ND-Adam 공식 구현 pytorch

Tasks

General Classification

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 제목 키워드 기반

X-MADAM-RAG: Diagnosing and Handling Chinese-English Evidence Conflict in Retrieval-Augmented Generation

2026-06-11 · Yongqi Kang, Yu Fu, Yong Zhao arxiv

Retrieval-augmented generation (RAG) systems may receive evidence that is not merely noisy but mutually contradictory. This issue becomes particularly salient in multilingual settings, where retrieved Chinese and English…

Dissecting adaptive methods in GANs

2022-10-09 · Samy Jelassi, David Dobre, Arthur Mensch, Yuanzhi Li 외

Adaptive methods are a crucial component widely used for training generative adversarial networks (GANs). While there has been some work to pinpoint the "marginal value of adaptive methods" in standard tasks, it remains …

Conda: Column-Normalized Adam for Training Large Language Models Faster

2025-09-29 · Junjie Wang, Pan Zhou, Yiming Dong, Huan Li 외 arxiv

Large language models (LLMs) have demonstrated impressive generalization and emergent capabilities, yet their pre-training remains computationally expensive and sensitive to optimization dynamics. While Adam-based optimi…

Muown Implicitly Performs Angular Step-size Decay

2026-06-22 · Florian Hübler, Kai Lion, Antonio Orvieto, Niao He arxiv

Matrix-aware optimizers such as Muon and Muown have recently shown strong empirical performance for pre-training Transformers. In particular, Muown separates each weight matrix into row magnitudes and an un-normalized di…

Adam is no better than normalized SGD: Dissecting how adaptivity improves GAN performance

2021-09-29 · Samy Jelassi, Arthur Mensch, Gauthier Gidel, Yuanzhi Li

Adaptive methods are widely used for training generative adversarial networks (GAN). While there has been some work to pinpoint the marginal value of adaptive methods in minimization problems, it remains unclear why it …