SOTAVerified

Efficient Online Bayesian Inference for Neural Bandits

2021-12-01Code Available1· sign in to hype

Gerardo Duran-Martin, Aleyna Kara, Kevin Murphy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper we present a new algorithm for online (sequential) inference in Bayesian neural networks, and show its suitability for tackling contextual bandit problems. The key idea is to combine the extended Kalman filter (which locally linearizes the likelihood function at each time step) with a (learned or random) low-dimensional affine subspace for the parameters; the use of a subspace enables us to scale our algorithm to models with 1M parameters. While most other neural bandit methods need to store the entire past dataset in order to avoid the problem of "catastrophic forgetting", our approach uses constant memory. This is possible because we represent uncertainty about all the parameters in the model, not just the final linear layer. We show good results on the "Deep Bayesian Bandit Showdown" benchmark, as well as MNIST and a recommender system.

Tasks

Reproductions