paper-with-me

Papers

Hyperparameter Optimization: A Spectral Approach

2017-06-02 · ICLR 2018 1 · Elad Hazan, Adam Klivans, Yang Yuan

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 Hyperband and Bayesian Optimization. We also outperform Random Search 8x. Additionally, our method comes with provable guarantees and yields the first improvements on the sample complexity of learning decision trees in over two decades. In particular, we obtain the first quasi-polynomial time algorithm for learning noisy decision trees with polynomial sample complexity.

📄 PDF Abstract BibTeX arXiv:1706.00764

Code (1)

callowbird/Harmonica 공식 구현

Tasks

Bayesian Optimizationcompressed sensingHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

A Constrained Convex Optimization Approach to Hyperspectral Image Restoration with Hybrid Spatio-Spectral Regularization

2019-07-31 · Saori Takeyama, Shunsuke Ono, Itsuo Kumazawa

We propose a new constrained optimization approach to hyperspectral (HS) image restoration. Most existing methods restore a desirable HS image by solving some optimization problem, which consists of a regularization term…

Image Restoration

Reducing The Search Space For Hyperparameter Optimization Using Group Sparsity

2019-04-24 · Minsu Cho, Chinmay Hegde

We propose a new algorithm for hyperparameter selection in machine learning algorithms. The algorithm is a novel modification of Harmonica, a spectral hyperparameter selection approach using sparse recovery methods. In p…

BIG-bench Machine LearningHyperparameter Optimization

Sparse Hyperparametric Itakura-Saito NMF via Bi-Level Optimization

2025-02-24 · Laura Selicato, Flavia Esposito, Andersen Ang, Nicoletta Del Buono 외

The selection of penalty hyperparameters is a critical aspect in Nonnegative Matrix Factorization (NMF), since these values control the trade-off between the reconstruction accuracy and the adherence to desired constrain…

Fault Detection

A Two-step Linear Mixing Model for Unmixing under Hyperspectral Variability

2025-02-24 · Xander Haijen, Bikram Koirala, Xuanwen Tao, Paul Scheunders

Spectral unmixing is an important task in the research field of hyperspectral image processing. It can be thought of as a regression problem, where the observed variable (i.e., an image pixel) is to be found as a functio…

Attention-Based Second-Order Pooling Network for Hyperspectral Image Classification

2021-01-14 · IEEE Transactions on Geoscience and Remote Sensing 2021 1 · Zhaohui Xue, Mengxue Zhang, Yifeng Liu, Peijun Du

Deep learning (DL) has exhibited huge potentials for hyperspectral image (HSI) classification due to its powerful nonlinear modeling and end-to-end optimization characteristics. Although the superior performance of DL-ba…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification+1