paper-with-me

Papers

Speeding up the Hyperparameter Optimization of Deep Convolutional Neural Networks

2018-07-19 · Tobias Hinz, Nicolás Navarro-Guerrero, Sven Magg, Stefan Wermter

Most learning algorithms require the practitioner to manually set the values of many hyperparameters before the learning process can begin. However, with modern algorithms, the evaluation of a given hyperparameter setting can take a considerable amount of time and the search space is often very high-dimensional. We suggest using a lower-dimensional representation of the original data to quickly identify promising areas in the hyperparameter space. This information can then be used to initialize the optimization algorithm for the original, higher-dimensional data. We compare this approach with the standard procedure of optimizing the hyperparameters only on the original input. We perform experiments with various state-of-the-art hyperparameter optimization algorithms such as random search, the tree of parzen estimators (TPEs), sequential model-based algorithm configuration (SMAC), and a genetic algorithm (GA). Our experiments indicate that it is possible to speed up the optimization process by using lower-dimensional data representations at the beginning, while increasing the dimensionality of the input later in the optimization process. This is independent of the underlying optimization procedure, making the approach promising for many existing hyperparameter optimization algorithms.

📄 PDF Abstract BibTeX arXiv:1807.07362

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationSMACSMAC+

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization

2016-03-21 · Lisha Li, Kevin Jamieson, Giulia Desalvo, Afshin Rostamizadeh 외

Performance of machine learning algorithms depends critically on identifying a good set of hyperparameters. While recent approaches use Bayesian optimization to adaptively select configurations, we focus on speeding up r…

Bayesian OptimizationHyperparameter Optimization

BOASF: A Unified Framework for Speeding up Automatic Machine Learning via Adaptive Successive Filtering

2025-07-28 · Guanghui Zhu, Xin Fang, Feng Cheng, Lei Wang 외 arxiv

Machine learning has been making great success in many application areas. However, for the non-expert practitioners, it is always very challenging to address a machine learning task successfully and efficiently. Finding …

Hyperparameter Optimization

Speeding Up Multi-Objective Hyperparameter Optimization by Task Similarity-Based Meta-Learning for the Tree-Structured Parzen Estimator

2022-12-13 · Shuhei Watanabe, Noor Awad, Masaki Onishi, Frank Hutter

Hyperparameter optimization (HPO) is a vital step in improving performance in deep learning (DL). Practitioners are often faced with the trade-off between multiple criteria, such as accuracy and latency. Given the high c…

AutoMLFairnessHyperparameter OptimizationMeta-Learning

Hyperparameters Optimization in Deep Convolutional Neural Network / Bayesian Approach with Gaussian Process Prior

2017-12-19 · Pushparaja Murugan

Convolutional Neural Network is known as ConvNet have been extensively used in many complex machine learning tasks. However, hyperparameters optimization is one of a crucial step in developing ConvNet architectures, sinc…

Bayesian Optimization

Learning search spaces for Bayesian optimization: Another view of hyperparameter transfer learning

2019-09-27 · NeurIPS 2019 12 · Valerio Perrone, Huibin Shen, Matthias Seeger, Cedric Archambeau 외

Bayesian optimization (BO) is a successful methodology to optimize black-box functions that are expensive to evaluate. While traditional methods optimize each black-box function in isolation, there has been recent intere…

Bayesian OptimizationHyperparameter OptimizationTransfer Learning