Hyperparameter Optimization: A Spectral Approach
Elad Hazan, Adam Klivans, Yang Yuan

TL;DR
This paper introduces a fast, spectral-based hyperparameter optimization algorithm that outperforms existing methods in speed and solution quality, with theoretical guarantees and applications to neural networks and decision trees.
Contribution
The paper presents a novel spectral approach to hyperparameter optimization using compressed sensing, providing both practical improvements and theoretical guarantees.
Findings
Significantly better solutions than Hyperband and Spearmint
At least 10x faster than Hyperband and Bayesian Optimization
First quasi-polynomial time algorithm for learning noisy decision trees
Abstract
We give a simple, fast algorithm for hyperparameter optimization inspired by techniques from the analysis of Boolean functions. We focus on the high-dimensional regime where the canonical example is training a neural network with a large number of hyperparameters. The algorithm --- an iterative application of compressed sensing techniques for orthogonal polynomials --- requires only uniform sampling of the hyperparameters and is thus easily parallelizable. Experiments for training deep neural networks on Cifar-10 show that compared to state-of-the-art tools (e.g., Hyperband and Spearmint), our algorithm finds significantly improved solutions, in some cases better than what is attainable by hand-tuning. In terms of overall running time (i.e., time required to sample various settings of hyperparameters plus additional computation time), we are at least an order of magnitude faster than…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms · Advanced Bandit Algorithms Research
MethodsRandom Search
