paper-with-me

Papers

Scalable Thompson Sampling via Optimal Transport

2019-02-19 · Ruiyi Zhang, Zheng Wen, Changyou Chen, Lawrence Carin

Thompson sampling (TS) is a class of algorithms for sequential decision-making, which requires maintaining a posterior distribution over a model. However, calculating exact posterior distributions is intractable for all but the simplest models. Consequently, efficient computation of an approximate 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 real large-scale data demonstrate the superior performance of the proposed methods.

📄 PDF Abstract BibTeX arXiv:1902.07239

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingSequential Decision MakingThompson Sampling

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…

Similar Papers 제목 키워드 기반

Thompson sampling with the online bootstrap

2014-10-15 · Dean Eckles, Maurits Kaptein

Thompson sampling provides a solution to bandit problems in which new observations are allocated to arms with the posterior probability that an arm is optimal. While sometimes easy to implement and asymptotically optimal…

Thompson Sampling

MOTS: Minimax Optimal Thompson Sampling

2020-03-03 · Tianyuan Jin, Pan Xu, Jieming Shi, Xiaokui Xiao 외

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 p…

Thompson Sampling

A Broader View of Thompson Sampling

2025-10-08 · Yanlin Qu, Hongseok Namkoong, Assaf Zeevi arxiv

Thompson Sampling is one of the most widely used and studied bandit algorithms, known for its simple structure, low regret performance, and solid theoretical guarantees. Yet, in stark contrast to most other families of b…

Asymptotic Convergence of Thompson Sampling

2020-11-08 · Cem Kalkanli, Ayfer Ozgur

Thompson sampling has been shown to be an effective policy across a variety of online learning tasks. Many works have analyzed the finite time performance of Thompson sampling, and proved that it achieves a sub-linear re…

Multi-Armed BanditsThompson Sampling

Thompson Sampling is Asymptotically Optimal in General Environments

2016-02-25 · Jan Leike, Tor Lattimore, Laurent Orseau, Marcus Hutter

We discuss a variant of Thompson sampling for nonparametric reinforcement learning in a countable classes of general stochastic environments. These environments can be non-Markov, non-ergodic, and partially observable. W…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling