paper-with-me

Papers

Constrained Bayesian Optimization with Adaptive Active Learning of Unknown Constraints

2023-10-12 · Fengxue Zhang, Zejie Zhu, Yuxin Chen

Optimizing objectives under constraints, where both the objectives and constraints are black box functions, is a common scenario in real-world applications such as scientific experimental design, design of medical therapies, and industrial process optimization. One popular approach to handling these complex scenarios is Bayesian Optimization (BO). In terms of theoretical behavior, BO is relatively well understood in the unconstrained setting, where its principles have been well explored and validated. However, when it comes to constrained Bayesian optimization (CBO), the existing framework often relies on heuristics or approximations without the same level of theoretical guarantees. In this paper, we delve into the theoretical and practical aspects of constrained Bayesian optimization, where the objective and constraints can be independently evaluated and are subject to noise. By recognizing that both the objective and constraints can help identify high-confidence regions of interest (ROI), we propose an efficient CBO framework that intersects the ROIs identified from each aspect to determine the general ROI. The ROI, coupled with a novel acquisition function that adaptively balances the optimization of the objective and the identification of feasible regions, enables us to derive rigorous theoretical justifications for its performance. We showcase the efficiency and robustness of our proposed CBO framework through empirical evidence and discuss the fundamental challenge of deriving practical regret bounds for CBO algorithms.

📄 PDF Abstract BibTeX arXiv:2310.08751

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningBayesian OptimizationExperimental Design

Similar Papers 제목 키워드 기반

Constrained Multi-objective Bayesian Optimization through Optimistic Constraints Estimation

2024-11-06 · Diantong Li, Fengxue Zhang, Chong Liu, Yuxin Chen

Multi-objective Bayesian optimization has been widely adopted in scientific experiment design, including drug discovery and hyperparameter optimization. In practice, regulatory or safety concerns often impose additional …

Active LearningBayesian OptimizationDrug DiscoveryHyperparameter Optimization

Active Learning and Bayesian Optimization: a Unified Perspective to Learn with a Goal

2023-03-02 · Francesco Di Fiore, Michela Nardelli, Laura Mainini

Science and Engineering applications are typically associated with expensive optimization problems to identify optimal design solutions and states of the system of interest. Bayesian optimization and active learning comp…

Active LearningBayesian OptimizationGeneral Classification

Adaptive Batch Sizes for Active Learning A Probabilistic Numerics Approach

2023-06-09 · Masaki Adachi, Satoshi Hayakawa, Martin Jørgensen, Xingchen Wan 외

Active learning parallelization is widely used, but typically relies on fixing the batch size throughout experimentation. This fixed approach is inefficient because of a dynamic trade-off between cost and speed -- larger…

Active LearningBayesian OptimisationBayesian OptimizationDrug Discovery

Transductive Active Learning with Application to Safe Bayesian Optimization

2024-07-12 · ICML Workshop on Aligning Reinforcement Learning Experimentalists and Theorists 2024 7 · Jonas Hübotter, Bhavya Sukhija, Lenart Treven, Yarden As 외

Safe Bayesian optimization (Safe BO) is the task of learning an optimal policy within an unknown environment, while ensuring that safety constraints are not violated. We analyze Safe BO under the lens of a generalization…

Active LearningBayesian OptimizationPredictionReinforcement Learning (RL)+3

Modelling Human Active Search in Optimizing Black-box Functions

2020-03-09 · Antonio Candelieri, Riccardo Perego, Ilaria Giordani, Andrea Ponti 외

Modelling human function learning has been the subject of in-tense research in cognitive sciences. The topic is relevant in black-box optimization where information about the objective and/or constraints is not available…

Active LearningBayesian OptimizationGaussian Processes