English

MOTS: Minimax Optimal Thompson Sampling

Machine Learning 2020-10-02 v3 Statistics Theory Machine Learning Statistics Theory

Abstract

Thompson sampling is one of the most widely used algorithms for many online decision problems, due to its simplicity in implementation and superior empirical performance over other state-of-the-art methods. Despite its popularity and empirical success, it has remained an open problem whether Thompson sampling can match the minimax lower bound Ω(KT)\Omega(\sqrt{KT}) for KK-armed bandit problems, where TT is the total time horizon. In this paper, we solve this long open problem by proposing a variant of Thompson sampling called MOTS that adaptively clips the sampling instance of the chosen arm at each time step. We prove that this simple variant of Thompson sampling achieves the minimax optimal regret bound O(KT)O(\sqrt{KT}) for finite time horizon TT, as well as the asymptotic optimal regret bound for Gaussian rewards when TT approaches infinity. To our knowledge, MOTS is the first Thompson sampling type algorithm that achieves the minimax optimality for multi-armed bandit problems.

Keywords

Cite

@article{arxiv.2003.01803,
  title  = {MOTS: Minimax Optimal Thompson Sampling},
  author = {Tianyuan Jin and Pan Xu and Jieming Shi and Xiaokui Xiao and Quanquan Gu},
  journal= {arXiv preprint arXiv:2003.01803},
  year   = {2020}
}

Comments

27 pages, 1 table, 2 figures. This version improves the presentation in V2

R2 v1 2026-06-23T14:02:55.951Z