English

Efficient Kernel UCB for Contextual Bandits

Machine Learning 2022-02-14 v1

Abstract

In this paper, we tackle the computational efficiency of kernelized UCB algorithms in contextual bandits. While standard methods require a O(CT^3) complexity where T is the horizon and the constant C is related to optimizing the UCB rule, we propose an efficient contextual algorithm for large-scale problems. Specifically, our method relies on incremental Nystrom approximations of the joint kernel embedding of contexts and actions. This allows us to achieve a complexity of O(CTm^2) where m is the number of Nystrom points. To recover the same regret as the standard kernelized UCB algorithm, m needs to be of order of the effective dimension of the problem, which is at most O(\sqrt(T)) and nearly constant in some cases.

Keywords

Cite

@article{arxiv.2202.05638,
  title  = {Efficient Kernel UCB for Contextual Bandits},
  author = {Houssam Zenati and Alberto Bietti and Eustache Diemert and Julien Mairal and Matthieu Martin and Pierre Gaillard},
  journal= {arXiv preprint arXiv:2202.05638},
  year   = {2022}
}

Comments

To appear at AISTATS2022

R2 v1 2026-06-24T09:32:05.576Z