paper-with-me

홈 › Papers

Remove that Square Root: A New Efficient Scale-Invariant Version of AdaGrad

2024-03-05 · Sayantan Choudhury, Nazarii Tupitsa, Nicolas Loizou, Samuel Horvath, Martin Takac, Eduard Gorbunov

Adaptive methods are extremely popular in machine learning as they make learning rate tuning less expensive. This paper introduces a novel optimization algorithm named KATE, which presents a scale-invariant adaptation of the well-known AdaGrad algorithm. We prove the scale-invariance of KATE for the case of Generalized Linear Models. Moreover, for general smooth non-convex problems, we establish a convergence rate of $O \left(\frac{\log T}{\sqrt{T}} \right)$ for KATE, matching the best-known ones for AdaGrad and Adam. We also compare KATE to other state-of-the-art adaptive algorithms Adam and AdaGrad in numerical experiments with different problems, including complex machine learning tasks like image classification and text classification on real data. The results indicate that KATE consistently outperforms AdaGrad and matches/surpasses the performance of Adam in all considered scenarios.

📄 PDF Abstract BibTeX arXiv:2403.02648

Code (1)

nazya/kate 공식 구현 pytorch

Tasks

image-classificationImage Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Adam 설명 없음
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

Can We Remove the Square-Root in Adaptive Gradient Methods? A Second-Order Perspective

2024-02-05 · Wu Lin, Felix Dangel, Runa Eschenhagen, Juhan Bae 외

Adaptive gradient optimizers like Adam(W) are the default training algorithms for many deep learning architectures, such as transformers. Their diagonal preconditioner is based on the gradient outer product which is inco…

Second-order methods

Batch size invariant Adam

2024-02-29 · Xi Wang, Laurence Aitchison

We propose a batch size invariant version of Adam, for use in large-scale, distributed settings, in which the mini-batch is divided into micro-batches which are distributed among worker nodes. For the v term, standard Ad…

Numerical Inversion of SRNF Maps for Elastic Shape Analysis of Genus-Zero Surfaces

2016-10-14 · Hamid Laga, Qian Xie, Ian H. Jermyn, Anuj Srivastava

Recent developments in elastic shape analysis (ESA) are motivated by the fact that it provides comprehensive frameworks for simultaneous registration, deformation, and comparison of shapes. These methods achieve computat…

Computational Efficiency

Inverse LDM' and LU Factorizations of a Partitioned Matrix with the Square-root and Division Free Version for V-BLAST

2019-12-10

This letter proposes the inverse LDM' and LU factorizations of a matrix partitioned into 2x2 blocks, which include the square-root and division free version. The proposed squareroot and division free inverse LDM' factori…

Simulation of square-root processes made simple: applications to the Heston model

2024-12-15 · Eduardo Abi Jaber

We introduce a simple, efficient and accurate nonnegative preserving numerical scheme for simulating the square-root process. The novel idea is to simulate the integrated square-root process first instead of the square-r…