paper-with-me

홈 › Papers

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 learning rates with hierarchical structures. Meanwhile, we show the relationship between regularizing over-parameterized learning rates and building combinations of adaptive learning rates at different levels. The experiments on several network architectures, including feed-forward networks, LeNet-5 and ResNet-18/34, show that the proposed multi-level adaptive approach can outperform baseline adaptive methods in a variety of circumstances.

📄 PDF Abstract BibTeX arXiv:2008.07277

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

Adam 설명 없음
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…

Similar Papers 제목 키워드 기반

Exploring the Optimized Value of Each Hyperparameter in Various Gradient Descent Algorithms

2022-12-23 · Abel C. H. Chen

In the recent years, various gradient descent algorithms including the methods of gradient descent, gradient descent with momentum, adaptive gradient (AdaGrad), root-mean-square propagation (RMSProp) and adaptive moment …

Model Optimization

Stochastic Adaptive Gradient Descent Without Descent

2025-09-18 · Jean-François Aujol, Jérémie Bigot, Camille Castera arxiv

We introduce a new adaptive step-size strategy for convex optimization with stochastic gradient that exploits the local geometry of the objective function only by means of a first-order stochastic oracle and without any …

Local Convergence of Adaptive Gradient Descent Optimizers

2021-02-19 · Sebastian Bock, Martin Georg Weiß

Adaptive Moment Estimation (ADAM) is a very popular training algorithm for deep neural networks and belongs to the family of adaptive gradient descent optimizers. However to the best of the authors knowledge no complete …

Stochastic Gradient Descent with Nonlinear Conjugate Gradient-Style Adaptive Momentum

2020-12-03 · Bao Wang, Qiang Ye

Momentum plays a crucial role in stochastic gradient-based optimization algorithms for accelerating or improving training deep neural networks (DNNs). In deep learning practice, the momentum is usually weighted by a well…

Adversarial Robustness

Convex Relaxation for Solving Large-Margin Classifiers in Hyperbolic Space

2024-05-27 · Sheng Yang, Peihan Liu, Cengiz Pehlevan

Hyperbolic spaces have increasingly been recognized for their outstanding performance in handling data with inherent hierarchical structures compared to their Euclidean counterparts. However, learning in hyperbolic space…