Racing Thompson: An Efficient Algorithm for Thompson Sampling with Non-Conjugate Priors

Abstract

Thompson sampling has impressive empirical performance for many multi-armed bandit problems. But current algorithms for Thompson sampling only work for the case of conjugate priors since they require to perform online Bayesian posterior inference, which is a difficult task when the prior is not conjugate. In this paper, we propose a novel algorithm for Thompson sampling which only requires to draw samples from a tractable proposal distribution. So our algorithm is efficient even when the prior is non-conjugate. To do this, we reformulate Thompson sampling as an optimization proplem via the Gumbel-Max trick. After that we construct a set of random variables and our goal is to identify the one with highest mean which is an instance of best arm identification problems. Finally, we solve it with techniques in best arm identification. Experiments show that our algorithm works well in practice.

Cite

Text

Zhou et al. "Racing Thompson: An Efficient Algorithm for Thompson Sampling with Non-Conjugate Priors." International Conference on Machine Learning, 2018.

Markdown

[Zhou et al. "Racing Thompson: An Efficient Algorithm for Thompson Sampling with Non-Conjugate Priors." International Conference on Machine Learning, 2018.](https://mlanthology.org/icml/2018/zhou2018icml-racing/)

BibTeX

@inproceedings{zhou2018icml-racing,
  title     = {{Racing Thompson: An Efficient Algorithm for Thompson Sampling with Non-Conjugate Priors}},
  author    = {Zhou, Yichi and Zhu, Jun and Zhuo, Jingwei},
  booktitle = {International Conference on Machine Learning},
  year      = {2018},
  pages     = {6000-6008},
  volume    = {80},
  url       = {https://mlanthology.org/icml/2018/zhou2018icml-racing/}
}