English

Greedy Algorithm almost Dominates in Smoothed Contextual Bandits

Machine Learning 2021-12-28 v2 Machine Learning

Abstract

Online learning algorithms, widely used to power search and content optimization on the web, must balance exploration and exploitation, potentially sacrificing the experience of current users in order to gain information that will lead to better decisions in the future. While necessary in the worst case, explicit exploration has a number of disadvantages compared to the greedy algorithm that always "exploits" by choosing an action that currently looks optimal. We ask under what conditions inherent diversity in the data makes explicit exploration unnecessary. We build on a recent line of work on the smoothed analysis of the greedy algorithm in the linear contextual bandits model. We improve on prior results to show that a greedy approach almost matches the best possible Bayesian regret rate of any other algorithm on the same problem instance whenever the diversity conditions hold, and that this regret is at most O~(T1/3)\tilde O(T^{1/3}).

Keywords

Cite

@article{arxiv.2005.10624,
  title  = {Greedy Algorithm almost Dominates in Smoothed Contextual Bandits},
  author = {Manish Raghavan and Aleksandrs Slivkins and Jennifer Wortman Vaughan and Zhiwei Steven Wu},
  journal= {arXiv preprint arXiv:2005.10624},
  year   = {2021}
}

Comments

Results in this paper, without any proofs, have been announced in an extended abstract (Raghavan et al., 2018a), and fleshed out in the technical report (Raghavan et al., 2018b [arXiv:1806.00543]). This manuscript covers a subset of results from Raghavan et al. (2018a,b), focusing on the greedy algorithm, and is streamlined accordingly

R2 v1 2026-06-23T15:42:55.254Z