paper-with-me

Papers

Kernel Learning for Sample Constrained Black-Box Optimization

2025-07-28 · Rajalaxmi Rajagopalan, Yu-Lin Wei, Romit Roy Choudhury arxiv

Black box optimization (BBO) focuses on optimizing unknown functions in high-dimensional spaces. In many applications, sampling the unknown function is expensive, imposing a tight sample budget. Ongoing work is making progress on reducing the sample budget by learning the shape/structure of the function, known as kernel learning. We propose a new method to learn the kernel of a Gaussian Process. Our idea is to create a continuous kernel space in the latent space of a variational autoencoder, and run an auxiliary optimization to identify the best kernel. Results show that the proposed method, Kernel Optimized Blackbox Optimization (KOBO), outperforms state of the art by estimating the optimal at considerably lower sample budgets. Results hold not only across synthetic benchmark functions but also in real applications. We show that a hearing aid may be personalized with fewer audio queries to the user, or a generative model could converge to desirable images from limited user ratings.

📄 PDF Abstract BibTeX arXiv:2507.20533

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bayesian Optimization with Approximate Set Kernels

2019-05-23 · Jungtaek Kim, Michael McCourt, Tackgeun You, Saehoon Kim 외

We propose a practical Bayesian optimization method over sets, to minimize a black-box function that takes a set as a single input. Because set inputs are permutation-invariant, traditional Gaussian process-based Bayesia…

Bayesian Optimization

Convergence Rates of Constrained Expected Improvement

2025-05-16 · Haowei Wang, Jingyi Wang, Zhongxiang Dai, Nai-Yuan Chiang 외

Constrained Bayesian optimization (CBO) methods have seen significant success in black-box optimization with constraints, and one of the most commonly used CBO methods is the constrained expected improvement (CEI) algori…

Bayesian OptimizationGaussian Processes

Neural-BO: A Black-box Optimization Algorithm using Deep Neural Networks

2023-03-03 · Dat Phan-Trong, Hung Tran-The, Sunil Gupta

Bayesian Optimization (BO) is an effective approach for global optimization of black-box functions when function evaluations are expensive. Most prior works use Gaussian processes to model the black-box function, however…

Bayesian OptimizationGaussian Processesglobal-optimization

BILBO: BILevel Bayesian Optimization

2025-02-04 · Ruth Wan Theng Chew, Quoc Phong Nguyen, Bryan Kian Hsiang Low

Bilevel optimization is characterized by a two-level optimization structure, where the upper-level problem is constrained by optimal lower-level solutions, and such structures are prevalent in real-world problems. The co…

Bayesian OptimizationBilevel Optimization

Tree ensemble kernels for Bayesian optimization with known constraints over mixed-feature spaces

2022-07-02 · Alexander Thebelt, Calvin Tsay, Robert M. Lee, Nathan Sudermann-Merx 외

Tree ensembles can be well-suited for black-box optimization tasks such as algorithm tuning and neural architecture search, as they achieve good predictive performance with little or no manual tuning, naturally handle di…

Bayesian OptimizationNeural Architecture Search