LGFeb 26, 2018

Stochastic Hyperparameter Optimization through Hypernetworks

arXiv:1802.09419v2145 citations
AI Analysis

This method addresses hyperparameter optimization for machine learning practitioners, offering a scalable approach but appears incremental as it builds on existing hypernetwork concepts.

The paper tackles the problem of nested optimization in hyperparameter tuning by collapsing it into joint stochastic optimization of weights and hyperparameters using hypernetworks, demonstrating effectiveness for tuning thousands of hyperparameters.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes