paper-with-me

Papers

Optimizing the Unknown: Black Box Bayesian Optimization with Energy-Based Model and Reinforcement Learning

2025-10-22 · Ruiyao Miao, Junren Xiao, Shiya Tsang, Hui Xiong, Yingnian Wu arxiv

Existing Bayesian Optimization (BO) methods typically balance exploration and exploitation to optimize costly objective functions. However, these methods often suffer from a significant one-step bias, which may lead to convergence towards local optima and poor performance in complex or high-dimensional tasks. Recently, Black-Box Optimization (BBO) has achieved success across various scientific and engineering domains, particularly when function evaluations are costly and gradients are unavailable. Motivated by this, we propose the Reinforced Energy-Based Model for Bayesian Optimization (REBMBO), which integrates Gaussian Processes (GP) for local guidance with an Energy-Based Model (EBM) to capture global structural information. Notably, we define each Bayesian Optimization iteration as a Markov Decision Process (MDP) and use Proximal Policy Optimization (PPO) for adaptive multi-step lookahead, dynamically adjusting the depth and direction of exploration to effectively overcome the limitations of traditional BO methods. We conduct extensive experiments on synthetic and real-world benchmarks, confirming the superior performance of REBMBO. Additional analyses across various GP configurations further highlight its adaptability and robustness.

📄 PDF Abstract BibTeX arXiv:2510.19530

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningGaussian Processes

Similar Papers 제목 키워드 기반

Bayesian Optimization with Unknown Constraints

2014-03-22 · Michael A. Gelbart, Jasper Snoek, Ryan P. Adams

Recent work on Bayesian optimization has shown its effectiveness in global optimization of difficult black-box objective functions. Many real-world optimization problems of interest also have constraints which are unknow…

Bayesian Optimizationglobal-optimization

Every Call is Precious: Global Optimization of Black-Box Functions with Unknown Lipschitz Constants

2025-02-06 · Fares Fourati, Salma Kharrat, Vaneet Aggarwal, Mohamed-Slim Alouini

Optimizing expensive, non-convex, black-box Lipschitz continuous functions presents significant challenges, particularly when the Lipschitz constant of the underlying function is unknown. Such problems often demand numer…

global-optimization

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

Automated Computational Energy Minimization of ML Algorithms using Constrained Bayesian Optimization

2024-07-08 · Pallavi Mitra, Felix Biessmann

Bayesian optimization (BO) is an efficient framework for optimization of black-box objectives when function evaluations are costly and gradient information is not easily accessible. BO has been successfully applied to au…

Bayesian OptimizationHyperparameter Optimization

Neural Process for Black-Box Model Optimization Under Bayesian Framework

2021-04-03 · Zhongkai Shangguan, Lei Lin, Wencheng Wu, Beilei Xu

There are a large number of optimization problems in physical models where the relationships between model parameters and outputs are unknown or hard to track. These models are named as black-box models in general becaus…

Bayesian OptimizationModel Optimization