paper-with-me

Papers

Learning to Mutate with Hypergradient Guided Population

2020-12-01 · NeurIPS 2020 12 · Zhiqiang Tao, Yaliang Li, Bolin Ding, Ce Zhang, Jingren Zhou, Yun Fu

Computing the gradient of model hyperparameters, i.e., hypergradient, enables a promising and natural way to solve the hyperparameter optimization task. However, gradient-based methods could lead to suboptimal solutions due to the non-convex nature of optimization in a complex hyperparameter space. In this study, we propose a hyperparameter mutation (HPM) algorithm to explicitly consider a learnable trade-off between using global and local search, where we adopt a population of student models to simultaneously explore the hyperparameter space guided by hypergradient and leverage a teacher model to mutate the underperforming students by exploiting the top ones. The teacher model is implemented with an attention mechanism and is used to learn a mutation schedule for different hyperparameters on the fly. Empirical evidence on synthetic functions is provided to show that HPM outperforms hypergradient significantly. Experiments on two benchmark datasets are also conducted to validate the effectiveness of the proposed HPM algorithm for training deep neural networks compared with several strong baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Semiparametric Efficient Bilevel Gradient Estimation

2026-05-20 · Fares El Khoury, Houssam Zenati, Nathan Kallus, Michael Arbel 외 arxiv

Functional bilevel methods estimate a lower-level function and plug it into a hypergradient, but this plug-in gradient can retain first-order bias when the lower-level problem is learned nonparametrically. To remove this…

MARTHE: Scheduling the Learning Rate Via Online Hypergradients

2019-10-18 · Michele Donini, Luca Franceschi, Massimiliano Pontil, Orchid Majumder 외

We study the problem of fitting task-specific learning rate schedules from the perspective of hyperparameter optimization, aiming at good generalization. We describe the structure of the gradient of a validation error w.…

Hyperparameter OptimizationScheduling

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

Differentiable Self-Adaptive Learning Rate

2022-10-19 · Bozhou Chen, Hongzhi Wang, Chenmin Ba

Learning rate adaptation is a popular topic in machine learning. Gradient Descent trains neural nerwork with a fixed learning rate. Learning rate adaptation is proposed to accelerate the training process through adjustin…

Sample-Efficient Hypergradient Estimation for Decentralized Bi-Level Reinforcement Learning

2026-03-16 · Mikoto Kudo, Takumi Tanabe, Akifumi Wachi, Youhei Akimoto arxiv

Many strategic decision-making problems, such as environment design for warehouse robots, can be naturally formulated as bi-level reinforcement learning (RL), where a leader agent optimizes its objective while a follower…

Reinforcement Learning