paper-with-me

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. These procedures mirror two methods of computing gradients for recurrent neural networks and have different trade-offs in terms of running time and space requirements. Our formulation of the reverse-mode procedure is linked to previous work by Maclaurin et al. [2015] but does not require reversible dynamics. The forward-mode procedure is suitable for real-time hyperparameter updates, which may significantly speed up hyperparameter optimization on large datasets. We present experiments on data cleaning and on learning task interactions. We also present one large-scale experiment where the use of previous gradient-based methods would be prohibitive.

📄 PDF Abstract BibTeX arXiv:1703.01785

Code (3)

lucfra/FAR-HO 공식 구현 tf
lucfra/RFHO 공식 구현 tf
benchopt/benchmark_bilevel jax

Tasks

Hyperparameter Optimization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DrMAD: Distilling Reverse-Mode Automatic Differentiation for Optimizing Hyperparameters of Deep Neural Networks

2016-01-05 · Jie Fu, Hongyin Luo, Jiashi Feng, Kian Hsiang Low 외

The performance of deep neural networks is well-known to be sensitive to the setting of their hyperparameters. Recent advances in reverse-mode automatic differentiation allow for optimizing hyperparameters with gradients…

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

Optimistic Reinforcement Learning by Forward Kullback-Leibler Divergence Optimization

2021-05-27 · Taisuke Kobayashi

This paper addresses a new interpretation of the traditional optimization method in reinforcement learning (RL) as optimization problems using reverse Kullback-Leibler (KL) divergence, and derives a new optimization meth…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Gradients without Backpropagation

2022-02-17 · Atılım Güneş Baydin, Barak A. Pearlmutter, Don Syme, Frank Wood 외

Using backpropagation to compute gradients of objective functions for optimization has remained a mainstay of machine learning. Backpropagation, or reverse-mode differentiation, is a special case within the general famil…

Source-to-Source Automatic Differentiation of OpenMP Parallel Loops

2021-11-02 · Jan Hückelheim, Laurent Hascoët

This paper presents our work toward correct and efficient automatic differentiation of OpenMP parallel worksharing loops in forward and reverse mode. Automatic differentiation is a method to obtain gradients of numerical…

Uncertainty Quantification