paper-with-me

Papers

Time-Varying Gaussian Process Bandits with Unknown Prior

2024-02-02 · Juliusz Ziomek, Masaki Adachi, Michael A. Osborne

Bayesian optimisation requires fitting a Gaussian process model, which in turn requires specifying prior on the unknown black-box function -- most of the theoretical literature assumes this prior is known. However, it is common to have more than one possible prior for a given black-box function, for example suggested by domain experts with differing opinions. In some cases, the type-II maximum likelihood estimator for selecting prior enjoys the consistency guarantee, but it does not universally apply to all types of priors. If the problem is stationary, one could rely on the Regret Balancing scheme to conduct the optimisation, but in the case of time-varying problems, such a scheme cannot be used. To address this gap in existing research, we propose a novel algorithm, PE-GP-UCB, which is capable of solving time-varying Bayesian optimisation problems even without the exact knowledge of the function's prior. The algorithm relies on the fact that either the observed function values are consistent with some of the priors, in which case it is easy to reject the wrong priors, or the observations are consistent with all candidate priors, in which case it does not matter which prior our model relies on. We provide a regret bound on the proposed algorithm. Finally, we empirically evaluate our algorithm on toy and real-world time-varying problems and show that it outperforms the maximum likelihood estimator, fully Bayesian treatment of unknown prior and Regret Balancing.

📄 PDF Abstract BibTeX arXiv:2402.01632

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimisation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Sharper Regret Bounds for Time-Varying Gaussian Process Bandits with Constant Exploration

2026-08-19 · Matthias Mandl, Hanne Kekkonen arxiv

We study Bayesian optimization in a time-varying environment where the unknown reward function evolves according to a Gaussian process drift model. Existing GP-UCB analyses in this setting typically require the explorati…

Weighted Gaussian Process Bandits for Non-stationary Environments

2021-07-06 · Yuntian Deng, Xingyu Zhou, Baekjin Kim, Ambuj Tewari 외

In this paper, we consider the Gaussian process (GP) bandit optimization problem in a non-stationary environment. To capture external changes, the black-box function is allowed to be time-varying within a reproducing ker…

regression

A Scale Free Algorithm for Stochastic Bandits with Bounded Kurtosis

2017-03-27 · NeurIPS 2017 12 · Tor Lattimore

Existing strategies for finite-armed stochastic bandits mostly depend on a parameter of scale that must be known in advance. Sometimes this is in the form of a bound on the payoffs, or the knowledge of a variance or subg…

Robust Satisficing Gaussian Process Bandits Under Adversarial Attacks

2025-06-02 · Artun Saday, Yaşar Cahit Yıldırım, Cem Tekin

We address the problem of Gaussian Process (GP) optimization in the presence of unknown and potentially varying adversarial perturbations. Unlike traditional robust optimization approaches that focus on maximizing perfor…

Exploration Through Reward Biasing: Reward-Biased Maximum Likelihood Estimation for Stochastic Multi-Armed Bandits

2019-07-02 · Xi Liu, Ping-Chun Hsieh, Anirban Bhattacharya, P. R. Kumar

Inspired by the Reward-Biased Maximum Likelihood Estimate method of adaptive control, we propose RBMLE -- a novel family of learning algorithms for stochastic multi-armed bandits (SMABs). For a broad range of SMABs inclu…

Multi-Armed Bandits