Efficient Online Bayesian Inference for Neural Bandits

venue: Artificial Intelligence and Statistics (AIStats)
date: March 2022
Authors: Gerardo Duran-Martin, Aleyna Kara, Kevin Murphy

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 ∼1𝑀 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.

Citation

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
@InProceedings{duran-martin2022bandits,
  title = 	 { Efficient Online Bayesian Inference for Neural Bandits },
  author =       {Duran-Martin, Gerardo and Kara, Aleyna and Murphy, Kevin},
  booktitle = 	 {Proceedings of The 25th International Conference on Artificial Intelligence and Statistics},
  pages = 	 {6002--6021},
  year = 	 {2022},
  editor = 	 {Camps-Valls, Gustau and Ruiz, Francisco J. R. and Valera, Isabel},
  volume = 	 {151},
  series = 	 {Proceedings of Machine Learning Research},
  month = 	 {28--30 Mar},
  publisher =    {PMLR},
  pdf = 	 {https://proceedings.mlr.press/v151/duran-martin22a/duran-martin22a.pdf},
  url = 	 {https://proceedings.mlr.press/v151/duran-martin22a.html},
}