paper-with-me

Papers

ORTHOBO: Orthogonal Bayesian Hyperparameter Optimization

2026-05-07 · Maresa Schröder, Pascal Janetzky, Michael Klar, Stefan Feuerriegel arxiv

Bayesian optimization is widely used for hyperparameter optimization when model evaluations are expensive; however, noisy acquisition estimates can lead to unstable decisions. We identify acquisition estimation noise as a failure mode that was previously overlooked: even when the surrogate model and acquisition target are correctly specified, finite-sample Monte Carlo error can perturb acquisition values. This can, in turn, flip candidate rankings and lead to suboptimal BO decisions. As a remedy, we aim at variance reduction and propose an orthogonal acquisition estimator that subtracts an optimally weighted score-function control variate, which yields an acquisition residual orthogonal to posterior score directions and which thus reduces Monte Carlo variance. We further introduce OrthoBO: a Bayesian optimization framework that combines our orthogonal acquisition estimator with ensemble surrogates and an outer log transformation. We show theoretically that our estimator preserves the target, leads to variance reduction, and improves pairwise ranking stability. We further verify the theoretical properties of OrthoBO through numerical experiments where our framework reduces acquisition estimation variance, stabilizes candidate rankings, and achieves strong performance. We also demonstrate the downstream utility of OrthoBO in hyperparameter optimization for neural network training and fine-tuning.

📄 PDF Abstract BibTeX arXiv:2605.06454

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Bayesian Hyperparameter Optimization with BoTorch, GPyTorch and Ax

2019-12-11 · Daniel T. Chang

Deep learning models are full of hyperparameters, which are set manually before the learning process can start. To find the best configuration for these hyperparameters in such a high dimensional space, with time-consumi…

Bayesian OptimizationGaussian ProcessesGraph ClassificationHyperparameter Optimization

Hyperparameter Optimization: A Spectral Approach

2017-06-02 · ICLR 2018 1 · Elad Hazan, Adam Klivans, Yang Yuan

We give a simple, fast algorithm for hyperparameter optimization inspired by techniques from the analysis of Boolean functions. We focus on the high-dimensional regime where the canonical example is training a neural net…

Bayesian Optimizationcompressed sensingHyperparameter Optimization

Practical Transfer Learning for Bayesian Optimization

2018-02-06 · Matthias Feurer, Benjamin Letham, Frank Hutter, Eytan Bakshy

When hyperparameter optimization of a machine learning algorithm is repeated for multiple datasets it is possible to transfer knowledge to an optimization run on a new dataset. We develop a new hyperparameter-free ensemb…

Bayesian OptimizationGaussian ProcessesHyperparameter OptimizationMeta-Learning+1

Self-Correcting Bayesian Optimization through Bayesian Active Learning

2023-04-21 · NeurIPS 2023 11 · Carl Hvarfner, Erik Hellsten, Frank Hutter, Luigi Nardi

Gaussian processes are the model of choice in Bayesian optimization and active learning. Yet, they are highly dependent on cleverly chosen hyperparameters to reach their full potential, and little effort is devoted to fi…

Active LearningBayesian OptimizationGaussian Processes

Bayesian Hyperparameter Optimization for Ensemble Learning

2016-05-20 · Julien-Charles Lévesque, Christian Gagné, Robert Sabourin

In this paper, we bridge the gap between hyperparameter optimization and ensemble learning by performing Bayesian optimization of an ensemble with regards to its hyperparameters. Our method consists in building a fixed-s…

Bayesian OptimizationEnsemble LearningHyperparameter Optimization