English

Latent Bandits Revisited

Machine Learning 2020-06-17 v1 Artificial Intelligence Machine Learning

Abstract

A latent bandit problem is one in which the learning agent knows the arm reward distributions conditioned on an unknown discrete latent state. The primary goal of the agent is to identify the latent state, after which it can act optimally. This setting is a natural midpoint between online and offline learning---complex models can be learned offline with the agent identifying latent state online---of practical relevance in, say, recommender systems. In this work, we propose general algorithms for this setting, based on both upper confidence bounds (UCBs) and Thompson sampling. Our methods are contextual and aware of model uncertainty and misspecification. We provide a unified theoretical analysis of our algorithms, which have lower regret than classic bandit policies when the number of latent states is smaller than actions. A comprehensive empirical study showcases the advantages of our approach.

Keywords

Cite

@article{arxiv.2006.08714,
  title  = {Latent Bandits Revisited},
  author = {Joey Hong and Branislav Kveton and Manzil Zaheer and Yinlam Chow and Amr Ahmed and Craig Boutilier},
  journal= {arXiv preprint arXiv:2006.08714},
  year   = {2020}
}

Comments

16 pages, 2 figures

R2 v1 2026-06-23T16:21:03.873Z