Noise-Adaptive Confidence Sets for Linear Bandits and Application to Bayesian Optimization
Kwang-Sung Jun, Jungtaek Kim
TL;DR
This work addresses the challenge of learning under unknown noise in linear bandits by introducing two noise-adaptive strategies. Semi-adaptive LOSAN builds a weighted online ridge estimator with a confidence set whose width scales as $\tilde{O}(\sqrt{d\sigma_*^2 + \sigma_0^2})$, yielding improved regret bounds when the a priori noise bound is loose; fully adaptive LOFAV combines multiple base estimators into an intersection-of-ellipsoids to handle bounded noise, achieving variance-adaptive regret close to optimal and practical computation. The methods are empirically validated on synthetic tasks and Bayesian optimization benchmarks, where LOSAN and LOFAV show superior or comparable performance to OFUL and conventional Bayesian optimization, demonstrating practical variance adaptation in sequential decision-making. The proposed framework leverages regret equality from online learning to derive tight confidence sets and leads to practical algorithms that adapt to unknown noise while maintaining computational efficiency, with broad relevance to sequential optimization and BO applications.
Abstract
Adapting to a priori unknown noise level is a very important but challenging problem in sequential decision-making as efficient exploration typically requires knowledge of the noise level, which is often loosely specified. We report significant progress in addressing this issue for linear bandits in two respects. First, we propose a novel confidence set that is `semi-adaptive' to the unknown sub-Gaussian parameter $σ_*^2$ in the sense that the (normalized) confidence width scales with $\sqrt{dσ_*^2 + σ_0^2}$ where $d$ is the dimension and $σ_0^2$ is the specified sub-Gaussian parameter (known) that can be much larger than $σ_*^2$. This is a significant improvement over $\sqrt{dσ_0^2}$ of the standard confidence set of Abbasi-Yadkori et al. (2011), especially when $d$ is large or $σ_*^2=0$. We show that this leads to an improved regret bound in linear bandits. Second, for bounded rewards, we propose a novel variance-adaptive confidence set that has much improved numerical performance upon prior art. We then apply this confidence set to develop, as we claim, the first practical variance-adaptive linear bandit algorithm via an optimistic approach, which is enabled by our novel regret analysis technique. Both of our confidence sets rely critically on `regret equality' from online learning. Our empirical evaluation in diverse Bayesian optimization tasks shows that our proposed algorithms demonstrate better or comparable performance compared to existing methods.
