paper-with-me

홈 › Papers

Multi-Step Budgeted Bayesian Optimization with Unknown Evaluation Costs

2021-11-12 · NeurIPS 2021 12 · Raul Astudillo, Daniel R. Jiang, Maximilian Balandat, Eytan Bakshy, Peter I. Frazier

Bayesian optimization (BO) is a sample-efficient approach to optimizing costly-to-evaluate black-box functions. Most BO methods ignore how evaluation costs may vary over the optimization domain. However, these costs can be highly heterogeneous and are often unknown in advance. This occurs in many practical settings, such as hyperparameter tuning of machine learning algorithms or physics-based simulation optimization. Moreover, those few existing methods that acknowledge cost heterogeneity do not naturally accommodate a budget constraint on the total evaluation cost. This combination of unknown costs and a budget constraint introduces a new dimension to the exploration-exploitation trade-off, where learning about the cost incurs the cost itself. Existing methods do not reason about the various trade-offs of this problem in a principled way, leading often to poor performance. We formalize this claim by proving that the expected improvement and the expected improvement per unit of cost, arguably the two most widely used acquisition functions in practice, can be arbitrarily inferior with respect to the optimal non-myopic policy. To overcome the shortcomings of existing approaches, we propose the budgeted multi-step expected improvement, a non-myopic acquisition function that generalizes classical expected improvement to the setting of heterogeneous and unknown evaluation costs. Finally, we show that our acquisition function outperforms existing methods in a variety of synthetic and real problems.

📄 PDF Abstract BibTeX arXiv:2111.06537

Code (1)

raulastudillo06/budgetedbo 공식 구현 pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Budgeted Batch Bayesian Optimization With Unknown Batch Sizes

2017-03-15 · Vu Nguyen, Santu Rana, Sunil Gupta, Cheng Li 외

Parameter settings profoundly impact the performance of machine learning algorithms and laboratory experiments. The classical grid search or trial-error methods are exponentially expensive in large parameter spaces, and …

Bayesian OptimizationBIG-bench Machine LearningExperimental Designglobal-optimization

aphBO-2GP-3B: A budgeted asynchronous parallel multi-acquisition functions for constrained Bayesian optimization on high-performing computing architecture

2020-03-20 · Anh Tran, Mike Eldred, Tim Wildey, Scott McCann 외

High-fidelity complex engineering simulations are highly predictive, but also computationally expensive and often require substantial computational efforts. The mitigation of computational burden is usually enabled throu…

Bayesian OptimizationGaussian Processes

Budgeted Optimization with Concurrent Stochastic-Duration Experiments

2011-12-01 · NeurIPS 2011 12 · Javad Azimi, Alan Fern, Xiaoli Z. Fern

Budgeted optimization involves optimizing an unknown function that is costly to evaluate by requesting a limited number of function evaluations at intelligently selected inputs. Typical problem formulations assume that e…

DiffPro: Joint Timestep and Layer-Wise Precision Optimization for Efficient Diffusion Inference

2025-11-14 · Farhana Amin, Sabiha Afroz, Kanchon Gharami, Mona Moghadampanah 외 arxiv

Diffusion models produce high quality images but inference is costly due to many denoising steps and heavy matrix operations. We present DiffPro, a post-training, hardware-faithful framework that works with the exact int…

Model Compression

Cost-aware Bayesian Optimization via the Pandora's Box Gittins Index

2024-06-28 · Qian Xie, Raul Astudillo, Peter I. Frazier, Ziv Scully 외

Bayesian optimization is a technique for efficiently optimizing unknown functions in a black-box manner. To handle practical settings where gathering data requires use of finite resources, it is desirable to explicitly i…

Bayesian Optimization