paper-with-me

Papers

Fast Hyperparameter Tuning using Bayesian Optimization with Directional Derivatives

2019-02-06 · Tinu Theckel Joy, Santu Rana, Sunil Gupta, Svetha Venkatesh

In this paper we develop a Bayesian optimization based hyperparameter tuning framework inspired by statistical learning theory for classifiers. We utilize two key facts from PAC learning theory; the generalization bound will be higher for a small subset of data compared to the whole, and the highest accuracy for a small subset of data can be achieved with a simple model. We initially tune the hyperparameters on a small subset of training data using Bayesian optimization. While tuning the hyperparameters on the whole training data, we leverage the insights from the learning theory to seek more complex models. We realize this by using directional derivative signs strategically placed in the hyperparameter search space to seek a more complex model than the one obtained with small data. We demonstrate the performance of our method on the tasks of tuning the hyperparameters of several machine learning algorithms.

📄 PDF Abstract BibTeX arXiv:1902.02416

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationLearning TheoryPAC learningSmall Data Image Classification

Similar Papers 제목 키워드 기반

From Black-Box Tuning to Guided Optimization via Hyperparameters Interaction Analysis

2025-12-22 · Moncef Garouani, Ayah Barhrhouj arxiv

Hyperparameters tuning is a fundamental, yet computationally expensive, step in optimizing machine learning models. Beyond optimization, understanding the relative importance and interaction of hyperparameters is critica…

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

Weighting Is Worth the Wait: Bayesian Optimization with Importance Sampling

2020-02-23 · Setareh Ariafar, Zelda Mariet, Ehsan Elhamifar, Dana Brooks 외

Many contemporary machine learning models require extensive tuning of hyperparameters to perform well. A variety of methods, such as Bayesian optimization, have been developed to automate and expedite this process. Howev…

Bayesian Optimization

FLASH: Fast Bayesian Optimization for Data Analytic Pipelines

2016-02-20 · Yuyu Zhang, Mohammad Taha Bahadori, Hang Su, Jimeng Sun

Modern data science relies on data analytic pipelines to organize interdependent computational steps. Such analytic pipelines often involve different algorithms across multiple steps, each with its own hyperparameters. T…

Bayesian Optimization

Towards Automatic Bayesian Optimization: A first step involving acquisition functions

2020-03-21 · Eduardo C. Garrido Merchán, Luis C. Jariego Pérez

Bayesian Optimization is the state of the art technique for the optimization of black boxes, i.e., functions where we do not have access to their analytical expression nor its gradients, they are expensive to evaluate an…

Bayesian OptimizationBIG-bench Machine Learning