Scalable Thompson Sampling via Optimal Transport

Abstract

Thompson sampling (TS) is a class of algorithms for sequential decision-making, which requires maintaining a posterior distribution over a reward model. However, calculating exact posterior distributions is intractable for all but the simplest models. Consequently, how to computationally-efficiently approximate a posterior distribution is a crucial problem for scalable TS with complex models, such as neural networks. In this paper, we use distribution optimization techniques to approximate the posterior distribution, solved via Wasserstein gradient flows. Based on the framework, a principled particle-optimization algorithm is developed for TS to approximate the posterior efficiently. Our approach is scalable and does not make explicit distribution assumptions on posterior approximations. Extensive experiments on both synthetic data and large-scale real data demonstrate the superior performance of the proposed methods.

Cite

Text

Zhang et al. "Scalable Thompson Sampling via Optimal Transport." Artificial Intelligence and Statistics, 2019.

Markdown

[Zhang et al. "Scalable Thompson Sampling via Optimal Transport." Artificial Intelligence and Statistics, 2019.](https://mlanthology.org/aistats/2019/zhang2019aistats-scalable/)

BibTeX

@inproceedings{zhang2019aistats-scalable,
  title     = {{Scalable Thompson Sampling via Optimal Transport}},
  author    = {Zhang, Ruiyi and Wen, Zheng and Chen, Changyou and Fang, Chen and Yu, Tong and Carin, Lawrence},
  booktitle = {Artificial Intelligence and Statistics},
  year      = {2019},
  pages     = {87-96},
  volume    = {89},
  url       = {https://mlanthology.org/aistats/2019/zhang2019aistats-scalable/}
}