Co-Learning Bayesian Optimization
Zhendong Guo, Yew-Soon Ong, Tiantian He, Haitao Liu

TL;DR
This paper introduces Co-Learning Bayesian Optimization (CLBO), a novel approach that uses multiple Gaussian process models to improve surrogate accuracy and optimization efficiency by balancing model diversity and agreement on unlabeled data.
Contribution
The paper proposes a new BO algorithm that leverages multiple GPs and model agreement to enhance sample efficiency and avoid suboptimal solutions.
Findings
CLBO outperforms traditional BO on benchmark problems.
Model agreement reduces surrogate complexity effectively.
Demonstrated improved optimization with fewer samples.
Abstract
Bayesian optimization (BO) is well known to be sample-efficient for solving black-box problems. However, the BO algorithms can sometimes get stuck in suboptimal solutions even with plenty of samples. Intrinsically, such suboptimal problem of BO can attribute to the poor surrogate accuracy of the trained Gaussian process (GP), particularly that in the regions where the optimal solutions locate. Hence, we propose to build multiple GP models instead of a single GP surrogate to complement each other and thus resolving the suboptimal problem of BO. Nevertheless, according to the bias-variance tradeoff equation, the individual prediction errors can increase when increasing the diversity of models, which may lead to even worse overall surrogate accuracy. On the other hand, based on the theory of Rademacher complexity, it has been proved that exploiting the agreement of models on unlabeled…
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
MethodsGaussian Process
