paper-with-me

Papers

Robust Bayesian Optimization via Localized Online Conformal Prediction

2024-11-26 · Dongwon Kim, Matteo Zecchin, Sangwoo Park, Joonhyuk Kang, Osvaldo Simeone

Bayesian optimization (BO) is a sequential approach for optimizing black-box objective functions using zeroth-order noisy observations. In BO, Gaussian processes (GPs) are employed as probabilistic surrogate models to estimate the objective function based on past observations, guiding the selection of future queries to maximize utility. However, the performance of BO heavily relies on the quality of these probabilistic estimates, which can deteriorate significantly under model misspecification. To address this issue, we introduce localized online conformal prediction-based Bayesian optimization (LOCBO), a BO algorithm that calibrates the GP model through localized online conformal prediction (CP). LOCBO corrects the GP likelihood based on predictive sets produced by LOCBO, and the corrected GP likelihood is then denoised to obtain a calibrated posterior distribution on the objective function. The likelihood calibration step leverages an input-dependent calibration threshold to tailor coverage guarantees to different regions of the input space. Under minimal noise assumptions, we provide theoretical performance guarantees for LOCBO's iterates that hold for the unobserved objective function. These theoretical findings are validated through experiments on synthetic and real-world optimization tasks, demonstrating that LOCBO consistently outperforms state-of-the-art BO algorithms in the presence of model misspecification.

📄 PDF Abstract BibTeX arXiv:2411.17387

Code (1)

davinci003/LOCBO 공식 구현 pytorch

Tasks

Bayesian OptimizationConformal PredictionGaussian ProcessesPrediction

Similar Papers 제목 키워드 기반

Online Localized Conformal Prediction

2026-05-06 · Yuheng Lai, Garvesh Raskutti arxiv

Conformal prediction is a framework that provides valid uncertainty quantification for general models with exchangeable data. However, in the online learning and time-series settings, exchangeability is not satisfied. Ex…

Bayesian Optimization with Conformal Prediction Sets

2022-10-22 · Samuel Stanton, Wesley Maddox, Andrew Gordon Wilson

Bayesian optimization is a coherent, ubiquitous approach to decision-making under uncertainty, with applications including multi-arm bandits, active learning, and black-box optimization. Bayesian optimization selects dec…

Active LearningBayesian OptimizationConformal PredictionDecision Making+4

Online Calibrated and Conformal Prediction Improves Bayesian Optimization

2021-12-08 · Shachi Deshpande, Charles Marx, Volodymyr Kuleshov

Accurate uncertainty estimates are important in sequential model-based decision-making tasks such as Bayesian optimization. However, these estimates can be imperfect if the data violates assumptions made by the model (e.…

Bayesian OptimizationConformal PredictionDecision MakingHyperparameter Optimization+1

Adaptive Bayesian Online Learning via Expert Aggregation

2026-07-22 · Jungbin Jun, Ilsang Ohn arxiv

Bayesian online learning promises uncertainty-aware prediction on data streams, but its performance hinges on inferential choices, including learning rates, prior distributions and variational families, which are usually…

The Benefit of Being Bayesian in Online Conformal Prediction

2024-10-03 · ZhiYu Zhang, Zhou Lu, Heng Yang

Based on the framework of Conformal Prediction (CP), we study the online construction of valid confidence sets given a black-box machine learning model. By converting the target confidence levels into quantile levels, th…

Bayesian InferenceConformal PredictionPrediction