Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 85% Match Research Paper Machine learning engineers,Optimization researchers,Robotics engineers,Data scientists 20 hours ago

Bayesian Optimization by Kernel Regression and Density-based Exploration

reinforcement-learning › robotics-rl
📄 Abstract

Abstract: Bayesian optimization is highly effective for optimizing expensive-to-evaluate black-box functions, but it faces significant computational challenges due to the high computational complexity 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 the Bayesian Optimization by Kernel regression and density-based Exploration (BOKE) algorithm. 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 and ensures its robustness in noisy settings. Through extensive numerical experiments on both synthetic and real-world optimization tasks, we demonstrate that BOKE not only performs competitively compared to Gaussian process-based methods and several other baseline methods but also exhibits superior computational efficiency. These results highlight BOKE's effectiveness in resource-constrained environments, providing a practical approach for optimization problems in engineering applications.

Key Contributions

The paper introduces the BOKE algorithm, a novel Bayesian optimization approach that uses kernel regression for efficient function approximation and density-based exploration. By integrating these into the confidence bound criteria, BOKE significantly reduces computational costs from quartic to quadratic complexity compared to Gaussian process-based methods, while rigorously proving global convergence and robustness in noisy settings.

Business Value

Enables faster and more efficient optimization of complex systems and processes where evaluations are costly, such as hyperparameter tuning for ML models, material design, or robotic control.