English

Neural Contextual Bandits with Deep Representation and Shallow Exploration

Machine Learning 2020-12-04 v1 Machine Learning

Abstract

We study a general class of contextual bandits, where each context-action pair is associated with a raw feature vector, but the reward generating function is unknown. We propose a novel learning algorithm that transforms the raw feature vector using the last hidden layer of a deep ReLU neural network (deep representation learning), and uses an upper confidence bound (UCB) approach to explore in the last linear layer (shallow exploration). We prove that under standard assumptions, our proposed algorithm achieves O~(T)\tilde{O}(\sqrt{T}) finite-time regret, where TT is the learning time horizon. Compared with existing neural contextual bandit algorithms, our approach is computationally much more efficient since it only needs to explore in the last layer of the deep neural network.

Keywords

Cite

@article{arxiv.2012.01780,
  title  = {Neural Contextual Bandits with Deep Representation and Shallow Exploration},
  author = {Pan Xu and Zheng Wen and Handong Zhao and Quanquan Gu},
  journal= {arXiv preprint arXiv:2012.01780},
  year   = {2020}
}

Comments

28 pages, 1 figure, 1 table

R2 v1 2026-06-23T20:41:54.254Z