paper-with-me

Papers

Warm Starting Bayesian Optimization

2016-08-11 · Matthias Poloczek, Jialei Wang, Peter I. Frazier

We develop a framework for warm-starting Bayesian optimization, that reduces the solution time required to solve an optimization problem that is one in a sequence of related problems. This is useful when optimizing the output of a stochastic simulator that fails to provide derivative information, for which Bayesian optimization methods are well-suited. Solving sequences of related optimization problems arises when making several business decisions using one optimization model and input data collected over different time periods or markets. While many gradient-based methods can be warm started by initiating optimization at the solution to the previous problem, this warm start approach does not apply to Bayesian optimization methods, which carry a full metamodel of the objective function from iteration to iteration. Our approach builds a joint statistical model of the entire collection of related objective functions, and uses a value of information calculation to recommend points to evaluate.

📄 PDF Abstract BibTeX arXiv:1608.03585

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Learning Neural Surrogate Model for Warm-Starting Bayesian Optimization

2020-01-01 · ICLR 2020 1 · Haotian Zhang, Jian Sun, Zongben Xu

Bayesian optimization is an effective tool to optimize black-box functions and popular for hyper-parameter tuning in machine learning. Traditional Bayesian optimization methods are based on Gaussian process (GP), relying…

Bayesian Optimization

Warm-Starting Iterative Gaussian Processes for Faster Sequential Inference

2025-11-20 · Alan Yufei Dong, Jihao Andreas Lin, José Miguel Hernández-Lobato arxiv

Efficient Gaussian process (GP) inference is critical for sequential decision-making tasks such as active learning, online prediction, and Bayesian optimization. Iterative approaches of approximating the GP posterior usi…

Gaussian ProcessesActive Learning

Are encoders able to learn landmarkers for warm-starting of Hyperparameter Optimization?

2025-07-16 · Antoni Zajko, Katarzyna Woźnica

Effectively representing heterogeneous tabular datasets for meta-learning purposes is still an open problem. Previous approaches rely on representations that are intended to be universal. This paper proposes two novel me…

Hyperparameter OptimizationMeta-LearningMetric LearningRepresentation Learning

Controllable Expensive Multi-objective Learning with Warm-starting Bayesian Optimization

2023-11-26 · Quang-Huy Nguyen, Long P. Hoang, Hoang V. Viet, Dung D. Le

Pareto Set Learning (PSL) is a promising approach for approximating the entire Pareto front in multi-objective optimization (MOO) problems. However, existing derivative-free PSL methods are often unstable and inefficient…

Bayesian OptimizationGaussian Processes

Warm Starting of CMA-ES for Contextual Optimization Problems

2025-02-18 · Yuta Sekino, Kento Uchida, Shinichi Shirakawa

Several practical applications of evolutionary computation possess objective functions that receive the design variables and externally given parameters. Such problems are termed contextual optimization problems. These p…

Evolutionary Algorithms