paper-with-me

Papers

Stochastic Hyperparameter Optimization through Hypernetworks

2018-02-26 · ICLR 2018 1 · Jonathan Lorraine, David Duvenaud

Machine learning models are often tuned by nesting optimization of model weights inside the optimization of hyperparameters. We give a method to collapse this nested optimization into joint stochastic optimization of weights and hyperparameters. Our process trains a neural network to output approximately optimal weights as a function of hyperparameters. We show that our technique converges to locally optimal weights and hyperparameters for sufficiently large hypernetworks. We compare this method to standard hyperparameter optimization strategies and demonstrate its effectiveness for tuning thousands of hyperparameters.

📄 PDF Abstract BibTeX arXiv:1802.09419

Code (1)

lorraine2/hypernet-hypertraining

Tasks

BIG-bench Machine LearningHyperparameter OptimizationStochastic Optimization

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Stochastic Maximum Likelihood Optimization via Hypernetworks

2017-12-04 · Abdul-Saboor Sheikh, Kashif Rasul, Andreas Merentitis, Urs Bergmann

This work explores maximum likelihood optimization of neural networks through hypernetworks. A hypernetwork initializes the weights of another network, which in turn can be employed for typical functional tasks such as r…

ClassificationGeneral Classificationregression

Quantum HyperNetworks: Training Binary Neural Networks in Quantum Superposition

2023-01-19 · Juan Carrasquilla, Mohamed Hibat-Allah, Estelle Inack, Alireza Makhzani 외

Binary neural networks, i.e., neural networks whose parameters and activations are constrained to only two possible values, offer a compelling avenue for the deployment of deep learning models on energy- and memory-limit…

Combinatorial Optimization

Hyper-Learning for Gradient-Based Batch Size Adaptation

2022-05-17 · Calum Robert MacLellan, Feng Dong

Scheduling the batch size to increase is an effective strategy to control gradient noise when training deep neural networks. Current approaches implement scheduling heuristics that neglect structure within the optimizati…

Hyperparameter OptimizationScheduling

Magnitude Invariant Parametrizations Improve Hypernetwork Learning

2023-04-15 · Jose Javier Gonzalez Ortiz, John Guttag, Adrian Dalca

Hypernetworks, neural networks that predict the parameters of another neural network, are powerful models that have been successfully used in diverse applications from image generation to multi-task learning. Unfortunate…

Image GenerationMulti-Task Learning

Delta-STN: Efficient Bilevel Optimization for Neural Networks using Structured Response Jacobians

2020-10-26 · NeurIPS 2020 12 · Juhan Bae, Roger Grosse

Hyperparameter optimization of neural networks can be elegantly formulated as a bilevel optimization problem. While research on bilevel optimization of neural networks has been dominated by implicit differentiation and u…

Bilevel OptimizationHyperparameter OptimizationImage ClassificationRolling Shutter Correction