Bayesian Optimization by Kernel Regression and Density-based Exploration
Tansheng Zhu, Hongyu Zhou, Ke Jin, Xusheng Xu, Qiufan Yuan, Lijie Ji

TL;DR
This paper introduces BOKE, a novel Bayesian optimization algorithm that reduces computational costs from quartic to quadratic using kernel regression and density-based exploration, with proven convergence and competitive performance.
Contribution
BOKE offers a computationally efficient Bayesian optimization method that maintains convergence guarantees and performs well on synthetic and real-world tasks.
Findings
BOKE reduces computational complexity to quadratic per iteration.
BOKE demonstrates competitive performance against Gaussian process methods.
BOKE exhibits superior efficiency in resource-constrained environments.
Abstract
Bayesian optimization is highly effective for optimizing expensive-to-evaluate black-box functions, but it faces significant computational challenges due to the cubic per-iteration cost of Gaussian processes, which results in a total time complexity that is quartic with respect to the number of iterations. To address this limitation, we propose a novel algorithm, Bayesian optimization by kernel regression and density-based exploration (BOKE). BOKE uses kernel regression for efficient function approximation, kernel density for exploration, and integrates them into the confidence bound criteria to guide the optimization process, thus reducing computational costs to quadratic. Our theoretical analysis rigorously establishes the global convergence of BOKE under noisy evaluations. Through extensive numerical experiments on both synthetic and real-world optimization tasks, we demonstrate that…
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 Data Classification · Gaussian Processes and Bayesian Inference
