paper-with-me

Papers

Gradient-based Hyperparameter Optimization through Reversible Learning

2015-02-11 · Dougal Maclaurin, David Duvenaud, Ryan P. Adams

Tuning hyperparameters of learning algorithms is hard because gradients are usually unavailable. We compute exact gradients of cross-validation performance with respect to all hyperparameters by chaining derivatives backwards through the entire training procedure. These gradients allow us to optimize thousands of hyperparameters, including step-size and momentum schedules, weight initialization distributions, richly parameterized regularization schemes, and neural network architectures. We compute hyperparameter gradients by exactly reversing the dynamics of stochastic gradient descent with momentum.

📄 PDF Abstract BibTeX arXiv:1502.03492

Code (2)

HIPS/hypergrad 공식 구현
Przemo23/Reversing_Gradient_Differentiation_NN tf

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Forward and Reverse Gradient-Based Hyperparameter Optimization

2017-03-06 · ICML 2017 8 · Luca Franceschi, Michele Donini, Paolo Frasconi, Massimiliano Pontil

We study two procedures (reverse-mode and forward-mode) for computing the gradient of the validation error with respect to the hyperparameters of any iterative learning algorithm such as stochastic gradient descent. Thes…

Hyperparameter Optimization

Non-Convex Optimization via Non-Reversible Stochastic Gradient Langevin Dynamics

2020-04-06 · Yuanhan Hu, Xiaoyu Wang, Xuefeng Gao, Mert Gurbuzbalaban 외

Stochastic Gradient Langevin Dynamics (SGLD) is a powerful algorithm for optimizing a non-convex objective, where a controlled and properly scaled Gaussian noise is added to the stochastic gradients to steer the iterates…

Stochastic Optimization

Glocal Hypergradient Estimation with Koopman Operator

2024-02-05 · Ryuichiro Hataya, Yoshinobu Kawahara

Gradient-based hyperparameter optimization methods update hyperparameters using hypergradients, gradients of a meta criterion with respect to hyperparameters. Previous research used two distinct update strategies: optimi…

Hyperparameter Optimization

Gradient-based Hyperparameter Optimization Over Long Horizons

2020-07-15 · NeurIPS 2021 12 · Paul Micaelli, Amos Storkey

Gradient-based hyperparameter optimization has earned a widespread popularity in the context of few-shot meta-learning, but remains broadly impractical for tasks with long horizons (many gradient steps), due to memory sc…

Hyperparameter OptimizationMeta-Learning

On Markov Chain Gradient Descent

2018-09-12 · NeurIPS 2018 12 · Tao Sun, Yuejiao Sun, Wotao Yin

Stochastic gradient methods are the workhorse (algorithms) of large-scale optimization problems in machine learning, signal processing, and other computational sciences and engineering. This paper studies Markov chain gr…