Ada-BKB: Scalable Gaussian Process Optimization on Continuous Domains by Adaptive Discretization
Marco Rando, Luigi Carratino, Silvia Villa, Lorenzo Rosasco

TL;DR
Ada-BKB is a new Gaussian process optimization algorithm that adaptively discretizes continuous domains, significantly reducing computational complexity while maintaining strong theoretical guarantees and practical performance.
Contribution
It introduces Ada-BKB, an adaptive discretization algorithm for Gaussian process optimization with provable $O(T^2 d_{eff}^2)$ runtime, improving scalability over previous methods.
Findings
Achieves theoretical no-regret guarantees.
Demonstrates superior practical performance on synthetic and real-world tasks.
Reduces computational complexity from $O(T^4)$ to $O(T^2 d_{eff}^2)$.
Abstract
Gaussian process optimization is a successful class of algorithms(e.g. GP-UCB) to optimize a black-box function through sequential evaluations. However, for functions with continuous domains, Gaussian process optimization has to rely on either a fixed discretization of the space, or the solution of a non-convex optimization subproblem at each evaluation. The first approach can negatively affect performance, while the second approach requires a heavy computational burden. A third option, only recently theoretically studied, is to adaptively discretize the function domain. Even though this approach avoids the extra non-convex optimization costs, the overall computational complexity is still prohibitive. An algorithm such as GP-UCB has a runtime of , where is the number of iterations. In this paper, we introduce Ada-BKB (Adaptive Budgeted Kernelized Bandit), a no-regret…
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
TopicsAdvanced Bandit Algorithms Research · Gaussian Processes and Bayesian Inference · Machine Learning and Data Classification
MethodsGaussian Process
