Neural Contextual Bandits Under Delayed Feedback Constraints
Mohammadali Moghimi, Sharu Theresa Jose, Shana Moothedath
TL;DR
The paper tackles neural contextual bandits under delayed reward feedback, where rewards are revealed after random delays. It introduces Delayed NeuralUCB and Delayed NeuralTS to robustly explore and learn in this setting, leveraging neural tangent kernel theory to derive a high-probability regret bound that scales with the effective NTK dimension $\tilde{d}$ and a delay-dependent term $D_+$. The bound shows that delays increase regret through $D_+$ but that the dependence on horizon $T$ remains sublinear, with optimization errors controlled by a tunable parameter $J$. Empirical results on MNIST and Mushroom demonstrate that the proposed methods effectively handle various delay distributions, with neural approaches outperforming linear baselines in complex, high-dimensional settings.
Abstract
This paper presents a new algorithm for neural contextual bandits (CBs) that addresses the challenge of delayed reward feedback, where the reward for a chosen action is revealed after a random, unknown delay. This scenario is common in applications such as online recommendation systems and clinical trials, where reward feedback is delayed because the outcomes or results of a user's actions (such as recommendations or treatment responses) take time to manifest and be measured. The proposed algorithm, called Delayed NeuralUCB, uses an upper confidence bound (UCB)-based exploration strategy. Under the assumption of independent and identically distributed sub-exponential reward delays, we derive an upper bound on the cumulative regret over a T-length horizon. We further consider a variant of the algorithm, called Delayed NeuralTS, that uses Thompson Sampling-based exploration. Numerical experiments on real-world datasets, such as MNIST and Mushroom, along with comparisons to benchmark approaches, demonstrate that the proposed algorithms effectively manage varying delays and are well-suited for complex real-world scenarios.
