paper-with-me

Papers

Bayesian Optimization for Simultaneous Selection of Machine Learning Algorithms and Hyperparameters on Shared Latent Space

2025-02-13 · Kazuki Ishikawa, Ryota Ozaki, Yohei Kanzaki, Ichiro Takeuchi, Masayuki Karasuyama

Selecting the optimal combination of a machine learning (ML) algorithm and its hyper-parameters is crucial for the development of high-performance ML systems. However, since the combination of ML algorithms and hyper-parameters is enormous, the exhaustive validation requires a significant amount of time. Many existing studies use Bayesian optimization (BO) for accelerating the search. On the other hand, a significant difficulty is that, in general, there exists a different hyper-parameter space for each one of candidate ML algorithms. BO-based approaches typically build a surrogate model independently for each hyper-parameter space, by which sufficient observations are required for all candidate ML algorithms. In this study, our proposed method embeds different hyper-parameter spaces into a shared latent space, in which a surrogate multi-task model for BO is estimated. This approach can share information of observations from different ML algorithms by which efficient optimization is expected with a smaller number of total observations. We further propose the pre-training of the latent space embedding with an adversarial regularization, and a ranking model for selecting an effective pre-trained embedding for a given target dataset. Our empirical study demonstrates effectiveness of the proposed method through datasets from OpenML.

📄 PDF Abstract BibTeX arXiv:2502.09329

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Auto-WEKA: Combined Selection and Hyperparameter Optimization of Classification Algorithms

2012-08-18 · Chris Thornton, Frank Hutter, Holger H. Hoos, Kevin Leyton-Brown

Many different machine learning algorithms exist; taking into account each algorithm's hyperparameters, there is a staggeringly large number of possible alternatives overall. We consider the problem of simultaneously sel…

Bayesian OptimizationBIG-bench Machine Learningfeature selectionGeneral Classification+1

Bayesian Optimization for Selecting Efficient Machine Learning Models

2020-08-02 · Lidan Wang, Franck Dernoncourt, Trung Bui

The performance of many machine learning models depends on their hyper-parameter settings. Bayesian Optimization has become a successful tool for hyper-parameter optimization of machine learning algorithms, which aims to…

Bayesian OptimizationBIG-bench Machine LearningModel Selection

Progressive Sampling-Based Bayesian Optimization for Efficient and Automatic Machine Learning Model Selection

2018-12-06 · Xueqiang Zeng, Gang Luo

Purpose: Machine learning is broadly used for clinical data analysis. Before training a model, a machine learning algorithm must be selected. Also, the values of one or more model parameters termed hyper-parameters must …

Automatic Machine Learning Model SelectionBayesian OptimizationBIG-bench Machine LearningMiscellaneous+1

An Empirical Bayes Approach to Optimizing Machine Learning Algorithms

2017-12-01 · NeurIPS 2017 12 · James Mcinerney

There is rapidly growing interest in using Bayesian optimization to tune model and inference hyperparameters for machine learning algorithms that take a long time to run. For example, Spearmint is a popular software pack…

Bayesian OptimizationBIG-bench Machine Learning

Lifelong Bayesian Optimization

2019-05-29 · Yao Zhang, James Jordon, Ahmed M. Alaa, Mihaela van der Schaar

Automatic Machine Learning (Auto-ML) systems tackle the problem of automating the design of prediction models or pipelines for data science. In this paper, we present Lifelong Bayesian Optimization (LBO), an online, mult…

Bayesian OptimizationModel Selection