paper-with-me

홈 › Papers

ELRA: Exponential learning rate adaption gradient descent optimization method

2023-09-12 · Alexander Kleinsorge, Stefan Kupper, Alexander Fauck, Felix Rothe

We present a novel, fast (exponential rate adaption), ab initio (hyper-parameter-free) gradient based optimizer algorithm. The main idea of the method is to adapt the learning rate $\alpha$ by situational awareness, mainly striving for orthogonal neighboring gradients. The method has a high success and fast convergence rate and does not rely on hand-tuned parameters giving it greater universality. It can be applied to problems of any dimensions n and scales only linearly (of order O(n)) with the dimension of the problem. It optimizes convex and non-convex continuous landscapes providing some kind of gradient. In contrast to the Ada-family (AdaGrad, AdaMax, AdaDelta, Adam, etc.) the method is rotation invariant: optimization path and performance are independent of coordinate choices. The impressive performance is demonstrated by extensive experiments on the MNIST benchmark data-set against state-of-the-art optimizers. We name this new class of optimizers after its core idea Exponential Learning Rate Adaption - ELRA. We present it in two variants c2min and p2min with slightly different control. The authors strongly believe that ELRA will open a completely new research direction for gradient descent optimize.

📄 PDF Abstract BibTeX arXiv:2309.06274

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AdaMax 설명 없음
Adam 설명 없음
AdaDelta AdaDelta is a stochastic optimization technique that allows for per-dimension learning rate method for SGD. It is an extension of…

Similar Papers 제목 키워드 기반

Exponential Convergence of (Stochastic) Gradient Descent for Separable Logistic Regression

2026-02-21 · Sacchit Kale, Piyushi Manupriya, Pierre Marion, Francis Bach 외 arxiv

Gradient descent and stochastic gradient descent are central to modern machine learning, yet their behavior under large step sizes remains theoretically unclear. Recent work suggests that acceleration often arises near t…

ELRA's Consolidated Services for the HLT Community

2014-05-01 · LREC 2014 5 · Victoria Arranz, Khalid Choukri, Val{\'e}rie Mapelli, H{\'e}l{\`e}ne Mazo

This paper emphasises on ELRA’s contribution to the HLT field thanks to the consolidation of its services since LREC 2012. Among the most recent contributions is the establishment of the International Standard Language R…

Adaptive Hierarchical Hyper-gradient Descent

2020-08-17 · Renlong Jie, Junbin Gao, Andrey Vasnev, Minh-Ngoc Tran

In this study, we investigate learning rate adaption at different levels based on the hyper-gradient descent framework and propose a method that adaptively learns the optimizer parameters by combining multiple levels of …

Meta-Learning

ELRA Activities and Services

2016-05-01 · LREC 2016 5 · Khalid Choukri, Val{\'e}rie Mapelli, H{\'e}l{\`e}ne Mazo, Vladimir Popescu

After celebrating its 20th anniversary in 2015, ELRA is carrying on its strong involvement in the HLT field. To share ELRA{'}s expertise of those 21 past years, this article begins with a presentation of ELRA{'}s strateg…

Management

Stochastic Gradient Descent with Exponential Convergence Rates of Expected Classification Errors

2018-06-14 · Atsushi Nitanda, Taiji Suzuki

We consider stochastic gradient descent and its averaging variant for binary classification problems in a reproducing kernel Hilbert space. In the traditional analysis using a consistency property of loss functions, it i…

Binary ClassificationClassificationGeneral Classification