paper-with-me

Papers

Batch Bayesian Optimization for Replicable Experimental Design

2023-11-02 · NeurIPS 2023 11

Many real-world experimental design problems (a) evaluate multiple experimental conditions in parallel and (b) replicate each condition multiple times due to large and heteroscedastic observation noise. Given a fixed total budget, this naturally induces a trade-off between evaluating more unique conditions while replicating each of them fewer times vs. evaluating fewer unique conditions and replicating each more times. Moreover, in these problems, practitioners may be risk-averse and hence prefer an input with both good average performance and small variability. To tackle both challenges, we propose the Batch Thompson Sampling for Replicable Experimental Design (BTS-RED) framework, which encompasses three algorithms. Our BTS-RED-Known and BTS-RED-Unknown algorithms, for, respectively, known and unknown noise variance, choose the number of replications adaptively rather than deterministically such that an input with a larger noise variance is replicated more times. As a result, despite the noise heteroscedasticity, both algorithms enjoy a theoretical guarantee and are asymptotically no-regret. Our Mean-Var-BTS-RED algorithm aims at risk-averse optimization and is also asymptotically no-regret. We also show the effectiveness of our algorithms in two practical real-world applications: precision agriculture and AutoML.

📄 PDF Abstract BibTeX arXiv:2311.01195

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLBayesian OptimizationExperimental DesignThompson Sampling

Similar Papers 제목 키워드 기반

Batch Bayesian Optimization via Multi-objective Acquisition Ensemble for Automated Analog Circuit Design

2018-07-01 · ICML 2018 7 · Wenlong Lyu, Fan Yang, Changhao Yan, Dian Zhou 외

Bayesian optimization methods are promising for the optimization of black-box functions that are expensive to evaluate. In this paper, a novel batch Bayesian optimization approach is proposed. The parallelization is…

Bayesian Optimization

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

From Generative to Episodic: Sample-Efficient Replicable Reinforcement Learning

2025-07-16 · Max Hopkins, Sihan Liu, Christopher Ye, Yuichi Yoshida arxiv

The epidemic failure of replicability across empirical science and machine learning has recently motivated the formal study of replicable learning algorithms [Impagliazzo et al. (2022)]. In batch settings where data come…

Reinforcement Learning

Batched Stochastic Bayesian Optimization via Combinatorial Constraints Design

2019-04-17 · Kevin K. Yang, Yuxin Chen, Alycia Lee, Yisong Yue

In many high-throughput experimental design settings, such as those common in biochemical engineering, batched queries are more cost effective than one-by-one sequential queries. Furthermore, it is often not possible to …

Bayesian OptimizationExperimental Design

Asynchronous Batch Bayesian Optimization with Pipelining Evaluations for Experimental Resource$\unicode{x2013}$constrained Conditions

2024-12-05 · Yujin Taguchi, Yusuke Shibuya, Yusuke Hiki, Takashi Morikura 외

Bayesian optimization is efficient even with a small amount of data and is used in engineering and in science, including biology and chemistry. In Bayesian optimization, a parameterized model with an uncertainty is fitte…

Bayesian OptimizationBenchmarking