paper-with-me

홈 › Papers

Old Optimizer, New Norm: An Anthology

2024-09-30 · Jeremy Bernstein, Laker Newhouse

Deep learning optimizers are often motivated through a mix of convex and approximate second-order theory. We select three such methods -- Adam, Shampoo and Prodigy -- and argue that each method can instead be understood as a squarely first-order method without convexity assumptions. In fact, after switching off exponential moving averages, each method is equivalent to steepest descent under a particular norm. By generalizing this observation, we chart a new design space for training algorithms. Different operator norms should be assigned to different tensors based on the role that the tensor plays within the network. For example, while linear and embedding layers may have the same weight space of $\mathbb{R}^{m\times n}$, these layers play different roles and should be assigned different norms. We hope that this idea of carefully metrizing the neural architecture might lead to more stable, scalable and indeed faster training.

📄 PDF Abstract BibTeX arXiv:2409.20325

Code (1)

AGI-Arena/MARS pytorch

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Virtual Personas for Language Models via an Anthology of Backstories

2024-07-09 · Suhong Moon, Marwa Abdulhai, Minwoo Kang, Joseph Suh 외

Large language models (LLMs) are trained from vast repositories of text authored by millions of distinct authors, reflecting an enormous diversity of human traits. While these models bear the potential to be used as appr…

Diversity

ACL Anthology Helper: A Tool to Retrieve and Manage Literature from ACL Anthology

2023-10-31 · Chen Tang, Frank Guerin, Chenghua Lin

The ACL Anthology is an online repository that serves as a comprehensive collection of publications in the field of natural language processing (NLP) and computational linguistics (CL). This paper presents a tool called …

ManagementRetrieval

Argumentative analysis of the ACL Anthology (Analyse argumentative du corpus de l’ACL (ACL Anthology)) [in French]

2014-07-01 · JEP-TALN-RECITAL 2014 7 · Elisa Omodei, Yufan Guo, Jean-Philippe Cointet, Thierry Poibeau
ArticlesWeakly-supervised Learning

Argumentative analysis of the ACL Anthology (Analyse argumentative du corpus de l'ACL (ACL Anthology)) [in French]

2014-07-01 · JEPTALNRECITAL 2014 7 · Elisa Omodei, Yufan Guo, Jean-Philippe Cointet, Thierry Poibeau

AdaNorm: Adaptive Gradient Norm Correction based Optimizer for CNNs

2022-10-12 · Shiv Ram Dubey, Satish Kumar Singh, Bidyut Baran Chaudhuri

The stochastic gradient descent (SGD) optimizers are generally used to train the convolutional neural networks (CNNs). In recent years, several adaptive momentum based SGD optimizers have been introduced, such as Adam, d…

Object Recognition