LGMay 11

Online Sharp-Calibrated Bayesian Optimization

arXiv:2605.1057210.0
Predicted impact top 56% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using Bayesian optimization with unknown GP hyperparameters, OSCBO provides a principled way to maintain both sharp and calibrated uncertainty, improving reliability without sacrificing regret bounds.

OSCBO adaptively balances GP sharpness and calibration via constrained online learning, achieving competitive final simple regret and robust cumulative regret across synthetic and real-world benchmarks.

Bayesian optimization (BO) is a widely used framework for optimizing expensive black-box functions, commonly based on Gaussian process (GP) surrogate models. Its effectiveness relies on uncertainty quantification that is both sharp (informative) and well-calibrated along the BO trajectory. In practice, GP kernel hyperparameters are unknown and are refit online from sequentially collected (non-i.i.d.) data, which can yield miscalibrated or overly conservative uncertainty and lies outside the fixed-kernel assumptions of standard BO regret theory. We propose Online Sharp-Calibrated Bayesian Optimization (OSCBO), a BO algorithm that adaptively balances GP sharpness and calibration by casting hyperparameter selection as a constrained online-learning problem. We also show that OSCBO preserves sublinear regret bounds by leveraging the theoretical guarantees of the underlying online learning algorithm. Empirically, OSCBO performs competitively across synthetic and real-world benchmarks, ranking among the strongest methods in final simple regret while maintaining robust cumulative-regret behavior.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes