paper-with-me

Papers

Bayesian Optimization is Superior to Random Search for Machine Learning Hyperparameter Tuning: Analysis of the Black-Box Optimization Challenge 2020

2021-04-20 · Ryan Turner, David Eriksson, Michael McCourt, Juha Kiili, Eero Laaksonen, Zhen Xu, Isabelle Guyon

This paper presents the results and insights from the black-box optimization (BBO) challenge at NeurIPS 2020 which ran from July-October, 2020. The challenge emphasized the importance of evaluating derivative-free optimizers for tuning the hyperparameters of machine learning models. This was the first black-box optimization challenge with a machine learning emphasis. It was based on tuning (validation set) performance of standard machine learning models on real datasets. This competition has widespread impact as black-box optimization (e.g., Bayesian optimization) is relevant for hyperparameter tuning in almost every machine learning project as well as many applications outside of machine learning. The final leaderboard was determined using the optimization performance on held-out (hidden) objective functions, where the optimizers ran without human intervention. Baselines were set using the default settings of several open-source black-box optimization packages as well as random search.

📄 PDF Abstract BibTeX arXiv:2104.10201

Code (1)

facebookresearch/nevergrad

Tasks

Bayesian OptimizationBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Computer-aided diagnosis of lung nodule using gradient tree boosting and Bayesian optimization

2017-08-19 · Mizuho Nishio, Mitsuo Nishizawa, Osamu Sugiyama, Ryosuke Kojima 외

We aimed to evaluate computer-aided diagnosis (CADx) system for lung nodule classification focusing on (i) usefulness of gradient tree boosting (XGBoost) and (ii) effectiveness of parameter optimization using Bayesian op…

Bayesian OptimizationLung Nodule Classification

Scalable Differentially Private Bayesian Optimization

2025-02-09 · Getoar Sopa, Juraj Marusic, Marco Avella-Medina, John P. Cunningham

In recent years, there has been much work on scaling Bayesian Optimization to high-dimensional problems, for example hyperparameter tuning in large machine learning models. These scalable methods have been successful, fi…

Bayesian Optimization

A Modified Bayesian Optimization based Hyper-Parameter Tuning Approach for Extreme Gradient Boosting

2020-04-10 · Sayan Putatunda, Kiran Rama

It is already reported in the literature that the performance of a machine learning algorithm is greatly impacted by performing proper Hyper-Parameter optimization. One of the ways to perform Hyper-Parameter optimization…

Bayesian Optimization

Black-Box Optimization in Machine Learning with Trust Region Based Derivative Free Algorithm

2017-03-20 · Hiva Ghanbari, Katya Scheinberg

In this work, we utilize a Trust Region based Derivative Free Optimization (DFO-TR) method to directly maximize the Area Under Receiver Operating Characteristic Curve (AUC), which is a nonsmooth, noisy function. We show …

Bayesian OptimizationBIG-bench Machine LearningText-to-Image Generation

Learning to Warm-Start Bayesian Hyperparameter Optimization

2017-10-17 · Jungtaek Kim, Saehoon Kim, Seungjin Choi

Hyperparameter optimization aims to find the optimal hyperparameter configuration of a machine learning model, which provides the best performance on a validation dataset. Manual search usually leads to get stuck in a lo…

Bayesian Optimizationglobal-optimizationHyperparameter OptimizationMetric Learning