LGMLOct 2, 2020

Neural Thompson Sampling

arXiv:2010.00827v2158 citations
Originality Incremental advance
AI Analysis

This provides an incremental improvement for researchers and practitioners in bandit algorithms by integrating neural networks into Thompson Sampling.

The paper tackles the contextual multi-armed bandit problem by proposing Neural Thompson Sampling, which uses deep neural networks for exploration and exploitation, achieving a cumulative regret of O(T^{1/2}) that matches other algorithms.

Thompson Sampling (TS) is one of the most effective algorithms for solving contextual multi-armed bandit problems. In this paper, we propose a new algorithm, called Neural Thompson Sampling, which adapts deep neural networks for both exploration and exploitation. At the core of our algorithm is a novel posterior distribution of the reward, where its mean is the neural network approximator, and its variance is built upon the neural tangent features of the corresponding neural network. We prove that, provided the underlying reward function is bounded, the proposed algorithm is guaranteed to achieve a cumulative regret of $\mathcal{O}(T^{1/2})$, which matches the regret of other contextual bandit algorithms in terms of total round number $T$. Experimental comparisons with other benchmark bandit algorithms on various data sets corroborate our theory.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes