Neural Contextual Bandits with UCB-Based Exploration

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 $\tilde O(\sqrt{T})$ regret, where $T$ 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.

Cite

Text

Zhou et al. "Neural Contextual Bandits with UCB-Based Exploration." International Conference on Machine Learning, 2020.

Markdown

[Zhou et al. "Neural Contextual Bandits with UCB-Based Exploration." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/zhou2020icml-neural/)

BibTeX

@inproceedings{zhou2020icml-neural,
  title     = {{Neural Contextual Bandits with UCB-Based Exploration}},
  author    = {Zhou, Dongruo and Li, Lihong and Gu, Quanquan},
  booktitle = {International Conference on Machine Learning},
  year      = {2020},
  pages     = {11492-11502},
  volume    = {119},
  url       = {https://mlanthology.org/icml/2020/zhou2020icml-neural/}
}