English

Neural Contextual Bandits with UCB-based Exploration

Machine Learning 2020-07-03 v3 Machine Learning

Abstract

We study the stochastic contextual bandit problem, where the reward is generated from an unknown function with additive noise. No assumption is made about the reward function other than boundedness. We propose a new algorithm, NeuralUCB, which leverages the representation power of deep neural networks and uses a neural network-based random feature mapping to construct an upper confidence bound (UCB) of reward for efficient exploration. We prove that, under standard assumptions, NeuralUCB achieves O~(T)\tilde O(\sqrt{T}) regret, where TT is the number of rounds. To the best of our knowledge, it is the first neural network-based contextual bandit algorithm with a near-optimal regret guarantee. We also show the algorithm is empirically competitive against representative baselines in a number of benchmarks.

Keywords

Cite

@article{arxiv.1911.04462,
  title  = {Neural Contextual Bandits with UCB-based Exploration},
  author = {Dongruo Zhou and Lihong Li and Quanquan Gu},
  journal= {arXiv preprint arXiv:1911.04462},
  year   = {2020}
}

Comments

27 pages, 2 figures, 1 table. In ICML 2020

R2 v1 2026-06-23T12:12:05.436Z