Exploiting Adjacent Similarity in Multi-Armed Bandit Tasks via Transfer of Reward Samples
NR Rahul, Vaibhav Katewa
TL;DR
The paper addresses sequential multi-task stochastic bandits with adjacently similar tasks, formalizing the per-arm mean-bound difference $|\mu_k^j-\mu_k^{j+1}|\le\epsilon_k$ and aiming to reduce cumulative regret by transferring reward samples from prior tasks. It introduces three UCB-based algorithms: NT-UCB (no transfer), Tr-UCB (known $\epsilon_k$) leveraging a bounded transfer from the preceding task, and Tr-UCB2 (unknown $\epsilon_k$) with a phased exploration to estimate similarity. The authors provide regret analyses showing no negative transfer for the transfer-based methods and demonstrate empirical gains over baselines and a naive transfer approach, particularly when task similarity is high. The results support practical transfer learning in sequential bandit settings, with implications for faster adaptation in recommender systems and online decision processes.
Abstract
We consider a sequential multi-task problem, where each task is modeled as the stochastic multi-armed bandit with K arms. We assume the bandit tasks are adjacently similar in the sense that the difference between the mean rewards of the arms for any two consecutive tasks is bounded by a parameter. We propose two algorithms (one assumes the parameter is known while the other does not) based on UCB to transfer reward samples from preceding tasks to improve the overall regret across all tasks. Our analysis shows that transferring samples reduces the regret as compared to the case of no transfer. We provide empirical results for our algorithms, which show performance improvement over the standard UCB algorithm without transfer and a naive transfer algorithm.
