LGMLJun 22, 2022

Langevin Monte Carlo for Contextual Bandits

arXiv:2206.11254v134 citationsh-index: 78
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks for researchers and practitioners in bandit algorithms, though it is incremental as it builds on existing Thompson sampling methods.

The authors tackled the inefficiency of Thompson sampling in high-dimensional contextual bandits by proposing LMC-TS, which uses MCMC to directly sample from the posterior, achieving competitive performance with sublinear regret bounds in linear cases.

We study the efficiency of Thompson sampling for contextual bandits. Existing Thompson sampling-based algorithms need to construct a Laplace approximation (i.e., a Gaussian distribution) of the posterior distribution, which is inefficient to sample in high dimensional applications for general covariance matrices. Moreover, the Gaussian approximation may not be a good surrogate for the posterior distribution for general reward generating functions. We propose an efficient posterior sampling algorithm, viz., Langevin Monte Carlo Thompson Sampling (LMC-TS), that uses Markov Chain Monte Carlo (MCMC) methods to directly sample from the posterior distribution in contextual bandits. Our method is computationally efficient since it only needs to perform noisy gradient descent updates without constructing the Laplace approximation of the posterior distribution. We prove that the proposed algorithm achieves the same sublinear regret bound as the best Thompson sampling algorithms for a special case of contextual bandits, viz., linear contextual bandits. We conduct experiments on both synthetic data and real-world datasets on different contextual bandit models, which demonstrates that directly sampling from the posterior is both computationally efficient and competitive in performance.

Code Implementations1 repo
Foundations

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

Your Notes