Deep Bayesian Bandits Showdown: An Empirical Comparison of Bayesian Deep Networks for Thompson Sampling
Carlos Riquelme, George Tucker, Jasper Snoek
TL;DR
The paper benchmarks a broad set of approximate Bayesian neural network posteriors within Thompson Sampling for contextual bandits, revealing that methods successful in supervised settings often falter online due to slow or misaligned uncertainty estimates. A key finding is that decoupling representation learning from uncertainty estimation (e.g., Neural Linear) yields robust, easy-to-tune performance, while more integrated approaches (VI, EP, BBB) can suffer from partial optimization in online settings. The Wheel Bandit and real-world datasets show that explicit, scalable uncertainty handling and fast adaptation are crucial for effective exploration. Overall, the work provides practical guidance and an open benchmark for evaluating Bayesian deep learning methods in online decision-making contexts.
Abstract
Recent advances in deep reinforcement learning have made significant strides in performance on applications such as Go and Atari games. However, developing practical methods to balance exploration and exploitation in complex domains remains largely unsolved. Thompson Sampling and its extension to reinforcement learning provide an elegant approach to exploration that only requires access to posterior samples of the model. At the same time, advances in approximate Bayesian methods have made posterior approximation for flexible neural network models practical. Thus, it is attractive to consider approximate Bayesian neural networks in a Thompson Sampling framework. To understand the impact of using an approximate posterior on Thompson Sampling, we benchmark well-established and recently developed methods for approximate posterior sampling combined with Thompson Sampling over a series of contextual bandit problems. We found that many approaches that have been successful in the supervised learning setting underperformed in the sequential decision-making scenario. In particular, we highlight the challenge of adapting slowly converging uncertainty estimates to the online setting.
