Budgeted Batch Bayesian Optimization With Unknown Batch Sizes
Vu Nguyen, Santu Rana, Sunil Gupta, Cheng Li, Svetha, Venkatesh

TL;DR
This paper introduces B3O, a flexible batch Bayesian optimization method that automatically determines batch sizes using IGMM, improving efficiency and effectiveness in hyper-parameter tuning and experimental design tasks.
Contribution
The paper proposes B3O, a novel batch Bayesian optimization approach that adaptively identifies batch sizes using IGMM, addressing limitations of fixed batch size methods.
Findings
B3O outperforms fixed batch BO in finding optima.
B3O requires fewer evaluations, saving cost and time.
B3O is effective in real-world hyper-parameter tuning and experimental design.
Abstract
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 optimization (BO) offers an elegant alternative for global optimization of black box functions. In situations where the black box function can be evaluated at multiple points simultaneously, batch Bayesian optimization is used. Current batch BO approaches are restrictive in that they fix the number of evaluations per batch, and this can be wasteful when the number of specified evaluations is larger than the number of real maxima in the underlying acquisition function. We present the Budgeted Batch Bayesian Optimization (B3O) for hyper-parameter tuning and experimental design - we identify the appropriate batch size for each iteration in an elegant way. To set…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Gaussian Processes and Bayesian Inference · Advanced Bandit Algorithms Research
