paper-with-me

Papers

Parallel Architecture and Hyperparameter Search via Successive Halving and Classification

2018-05-25 · Manoj Kumar, George E. Dahl, Vijay Vasudevan, Mohammad Norouzi

We present a simple and powerful algorithm for parallel black box optimization called Successive Halving and Classification (SHAC). The algorithm operates in $K$ stages of parallel function evaluations and trains a cascade of binary classifiers to iteratively cull the undesirable regions of the search space. SHAC is easy to implement, requires no tuning of its own configuration parameters, is invariant to the scale of the objective function and can be built using any choice of binary classifier. We adopt tree-based classifiers within SHAC and achieve competitive performance against several strong baselines for optimizing synthetic functions, hyperparameters and architectures.

📄 PDF Abstract BibTeX arXiv:1805.10255

Code (1)

Chicoryn/green-tea

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Resource-Adaptive Successive Doubling for Hyperparameter Optimization with Large Datasets on High-Performance Computing Systems

2024-12-03 · Marcel Aach, Rakesh Sarma, Helmut Neukirchen, Morris Riedel 외

On High-Performance Computing (HPC) systems, several hyperparameter configurations can be evaluated in parallel to speed up the Hyperparameter Optimization (HPO) process. State-of-the-art HPO methods follow a bandit-base…

Hyperparameter OptimizationScheduling

Successive Halving with Learning Curve Prediction via Latent Kronecker Gaussian Processes

2025-08-20 · Jihao Andreas Lin, Nicolas Mayoraz, Steffen Rendle, Dima Kuzmin 외 arxiv

Successive Halving is a popular algorithm for hyperparameter optimization which allocates exponentially more resources to promising candidates. However, the algorithm typically relies on intermediate performance values t…

Hyperparameter OptimizationGaussian Processes

Multi-objective Asynchronous Successive Halving

2021-06-23 · Robin Schmucker, Michele Donini, Muhammad Bilal Zafar, David Salinas 외

Hyperparameter optimization (HPO) is increasingly used to automatically tune the predictive performance (e.g., accuracy) of machine learning models. However, in a plethora of real-world applications, accuracy is only one…

FairnessHyperparameter OptimizationLanguage ModelingLanguage Modelling+2

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

A resource-efficient method for repeated HPO and NAS problems

2021-03-30 · ICML Workshop AutoML 2021 7 · Giovanni Zappella, David Salinas, Cédric Archambeau

In this work we consider the problem of repeated hyperparameter and neural architecture search (HNAS). We propose an extension of Successive Halving that is able to leverage information gained in previous HNAS problems w…

Neural Architecture SearchTransfer Learning