English

Provable Accelerated Bayesian Optimization with Knowledge Transfer

Machine Learning 2026-04-29 v2 Machine Learning

Abstract

We study how to accelerate Bayesian optimization (BO) on a target task by transferring historical knowledge from related source tasks. Existing work on BO with knowledge transfer either lacks theoretical guarantees or achieves the same regret as BO in the non-transfer setting, O~(Tγf)\widetilde{O}(\sqrt{T \gamma_f}), where TT is the number of evaluations of the target function and γf\gamma_f denotes its information gain. In this paper, we propose the DeltaBO algorithm, which builds a novel uncertainty-quantification approach on the difference function δ\delta between the source and target functions, which are allowed to belong to different Reproducing Kernel Hilbert Spaces (RKHSs). Under mild assumptions, we prove that the regret of DeltaBO is of order O~(T(T/N+γδ))\widetilde{O}(\sqrt{T (T/N + \gamma_\delta)}), where NN denotes the number of evaluations from source tasks and typically NTN \gg T. In many applications, source and target tasks are similar, which implies that γδ\gamma_\delta can be much smaller than γf\gamma_f. Empirical studies on both real-world hyperparameter-tuning tasks and synthetic functions show that DeltaBO outperforms other baseline methods and also verify our theoretical claims. Our code is available on GitHub.

Keywords

Cite

@article{arxiv.2511.03125,
  title  = {Provable Accelerated Bayesian Optimization with Knowledge Transfer},
  author = {Haitao Lin and Boxin Zhao and Mladen Kolar and Chong Liu},
  journal= {arXiv preprint arXiv:2511.03125},
  year   = {2026}
}
R2 v1 2026-07-01T07:22:16.258Z