paper-with-me

Papers

Optimizing Large-Scale Hyperparameters via Automated Learning Algorithm

2021-02-17 · Bin Gu, Guodong Liu, yanfu Zhang, Xiang Geng, Heng Huang

Modern machine learning algorithms usually involve tuning multiple (from one to thousands) hyperparameters which play a pivotal role in terms of model generalizability. Black-box optimization and gradient-based algorithms are two dominant approaches to hyperparameter optimization while they have totally distinct advantages. How to design a new hyperparameter optimization technique inheriting all benefits from both approaches is still an open problem. To address this challenging problem, in this paper, we propose a new hyperparameter optimization method with zeroth-order hyper-gradients (HOZOG). Specifically, we first exactly formulate hyperparameter optimization as an A-based constrained optimization problem, where A is a black-box optimization algorithm (such as deep neural network). Then, we use the average zeroth-order hyper-gradients to update hyperparameters. We provide the feasibility analysis of using HOZOG to achieve hyperparameter optimization. Finally, the experimental results on three representative hyperparameter (the size is from 1 to 1250) optimization tasks demonstrate the benefits of HOZOG in terms of simplicity, scalability, flexibility, effectiveness and efficiency compared with the state-of-the-art hyperparameter optimization methods.

📄 PDF Abstract BibTeX arXiv:2102.09026

Code (1)

jsgubin/HOZOG 공식 구현 tf

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Hyperparameter Importance Across Datasets

2017-10-12 · J. N. van Rijn, F. Hutter

With the advent of automated machine learning, automated hyperparameter optimization methods are by now routinely used in data mining. However, this progress is not yet matched by equal progress on automatic analyses tha…

Hyperparameter OptimizationMeta-Learning

Evolving Deep Neural Networks

2017-03-01 · Risto Miikkulainen, Jason Liang, Elliot Meyerson, Aditya Rawal 외

The success of deep learning depends on finding an architecture to fit the task. As deep learning has scaled up to more challenging tasks, the architectures have become difficult to design by hand. This paper proposes an…

Deep LearningImage CaptioningLanguage ModelingLanguage Modelling+1

Efficient Hyperparameter Optimization in Deep Learning Using a Variable Length Genetic Algorithm

2020-06-23 · Xueli Xiao, Ming Yan, Sunitha Basodi, Chunyan Ji 외

Convolutional Neural Networks (CNN) have gained great success in many artificial intelligence tasks. However, finding a good set of hyperparameters for a CNN remains a challenging task. It usually takes an expert with de…

CPUHyperparameter Optimization

ECG-Based Driver Stress Levels Detection System Using Hyperparameter Optimization

2021-01-01 · Mohammad Naim Rastgoo, Bahareh Nakisa, Andry Rakotonirainy, Frederic Maire 외

Stress and driving are a dangerous combination which can lead to crashes, as evidenced by the large number of road traffic crashes that involve stress. Motivated by the need to address the significant costs of driver str…

Hyperparameter Optimization

Towards Assessing the Impact of Bayesian Optimization's Own Hyperparameters

2019-08-19 · Marius Lindauer, Matthias Feurer, Katharina Eggensperger, André Biedenkapp 외

Bayesian Optimization (BO) is a common approach for hyperparameter optimization (HPO) in automated machine learning. Although it is well-accepted that HPO is crucial to obtain well-performing machine learning models, tun…

Bayesian OptimizationBIG-bench Machine LearningHyperparameter OptimizationNeural Architecture Search