SOTAVerified

Neural Contextual Bandits with UCB-based Exploration

2019-11-11ICML 2020Code Available0· sign in to hype

Dongruo Zhou, Lihong Li, Quanquan Gu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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) 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.

Tasks

Reproductions