paper-with-me

Papers

Cost-aware Bayesian Optimization

2020-03-22 · Eric Hans Lee, Valerio Perrone, Cedric Archambeau, Matthias Seeger

Bayesian optimization (BO) is a class of global optimization algorithms, suitable for minimizing an expensive objective function in as few function evaluations as possible. While BO budgets are typically given in iterations, this implicitly measures convergence in terms of iteration count and assumes each evaluation has identical cost. In practice, evaluation costs may vary in different regions of the search space. For example, the cost of neural network training increases quadratically with layer size, which is a typical hyperparameter. Cost-aware BO measures convergence with alternative cost metrics such as time, energy, or money, for which vanilla BO methods are unsuited. We introduce Cost Apportioned BO (CArBO), which attempts to minimize an objective function in as little cost as possible. CArBO combines a cost-effective initial design with a cost-cooled optimization phase which depreciates a learned cost model as iterations proceed. On a set of 20 black-box function optimization problems we show that, given the same cost budget, CArBO finds significantly better hyperparameter configurations than competing methods.

📄 PDF Abstract BibTeX arXiv:2003.10870

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimizationglobal-optimization

Similar Papers 제목 키워드 기반

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

Cost-aware Stopping for Bayesian Optimization

2025-07-16 · Qian Xie, Linda Cai, Alexander Terenin, Peter I. Frazier 외 arxiv

In automated machine learning, scientific discovery, and other applications of Bayesian optimization, deciding when to stop evaluating expensive black-box functions in a cost-aware manner is an important but underexplore…

Hyperparameter Optimization

Cost-Aware Bayesian Optimization for Prototyping Interactive Devices

2026-02-02 · Thomas Langerak, Renate Zhang, Ziyuan Wang, Per Ola Kristensson 외 arxiv

Deciding which idea is worth prototyping is a central concern in iterative design. A prototype should be produced when the expected improvement is high and the cost is low. However, this is hard to decide, because costs …

Bayesian optimization for modular black-box systems with switching costs

2020-06-04 · Chi-Heng Lin, Joseph D. Miano, Eva L. Dyer

Most existing black-box optimization methods assume that all variables in the system being optimized have equal cost and can change freely at each iteration. However, in many real world systems, inputs are passed through…

Bayesian OptimizationImage SegmentationSemantic Segmentation

Pareto-efficient Acquisition Functions for Cost-Aware Bayesian Optimization

2020-11-23 · Gauthier Guinet, Valerio Perrone, Cédric Archambeau

Bayesian optimization (BO) is a popular method to optimize expensive black-box functions. It efficiently tunes machine learning algorithms under the implicit assumption that hyperparameter evaluations cost approximately …

Bayesian Optimization