paper-with-me

Papers

Informed Initialization for Bayesian Optimization and Active Learning

2025-10-27 · Carl Hvarfner, David Eriksson, Eytan Bakshy, Max Balandat arxiv

Bayesian Optimization is a widely used method for optimizing expensive black-box functions, relying on probabilistic surrogate models such as Gaussian Processes. The quality of the surrogate model is crucial for good optimization performance, especially in the few-shot setting where only a small number of batches of points can be evaluated. In this setting, the initialization plays a critical role in shaping the surrogate's predictive quality and guiding subsequent optimization. Despite this, practitioners typically rely on (quasi-)random designs to cover the input space. However, such approaches neglect two key factors: (a) space-filling designs may not be desirable to reduce predictive uncertainty, and (b) efficient hyperparameter learning during initialization is essential for high-quality prediction, which may conflict with space-filling designs. To address these limitations, we propose Hyperparameter-Informed Predictive Exploration (HIPE), a novel acquisition strategy that balances predictive uncertainty reduction with hyperparameter learning using information-theoretic principles. We derive a closed-form expression for HIPE in the Gaussian Process setting and demonstrate its effectiveness through extensive experiments in active learning and few-shot BO. Our results show that HIPE outperforms standard initialization strategies in terms of predictive accuracy, hyperparameter identification, and subsequent optimization performance, particularly in large-batch, few-shot settings relevant to many real-world Bayesian Optimization applications.

📄 PDF Abstract BibTeX arXiv:2510.23681

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesActive Learning

Similar Papers 제목 키워드 기반

Deep neural network initialization with decision trees

2017-07-03 · K. D. Humbird, J. L. Peterson, R. G. McClarren

In this work a novel, automated process for constructing and initializing deep feed-forward neural networks based on decision trees is presented. The proposed algorithm maps a collection of decision trees trained on the …

Active Learning and Bayesian Optimization: a Unified Perspective to Learn with a Goal

2023-03-02 · Francesco Di Fiore, Michela Nardelli, Laura Mainini

Science and Engineering applications are typically associated with expensive optimization problems to identify optimal design solutions and states of the system of interest. Bayesian optimization and active learning comp…

Active LearningBayesian OptimizationGeneral Classification

How Many Initial Points Does Bayesian Optimization Need?

2026-07-05 · Mujin Cheon, James Odgers, Dong-Yeun Koh, Calvin Tsay arxiv

Bayesian Optimization (BO) generally begins with an initialization phase: a batch of $n_0$ uninformed evaluations. The choice of $n_0$ remains largely heuristic, and we empirically observe that the total cost (random ini…

Default Machine Learning Hyperparameters Do Not Provide Informative Initialization for Bayesian Optimization

2026-02-09 · Nicolás Villagrán Prieto, Eduardo C. Garrido-Merchán arxiv

Bayesian Optimization (BO) is a standard tool for hyperparameter tuning thanks to its sample efficiency on expensive black-box functions. While most BO pipelines begin with uniform random initialization, default hyperpar…

Efficient Trajectory Optimization for Autonomous Racing via Formula-1 Data-Driven Initialization

2026-03-07 · Samir Shehadeh, Lukas Kutsch, Nils Dengler, Sicong Pan 외 arxiv

Trajectory optimization is a central component of fast and efficient autonomous racing. However practical optimization pipelines remain highly sensitive to initialization and may converge slowly or to suboptimal local so…