Laplacian Kernelized Bandit
Shuang Wu, Arash A. Amini
TL;DR
This work tackles multi-user contextual bandits where users are connected by a known graph and rewards exhibit non-linear behavior with graph-aware homophily. By regularizing the collection of user functions with a graph smoothness term plus ridge, the authors prove an equivalence to learning a single lifted function in a unified multi-user RKHS, deriving the kernel K((x,u),(x',u')) = [{\boldsymbol L}_\rho^{-1}]_{uu'} K_x(x,x'). They develop LK-GP-UCB and LK-GP-TS algorithms that operate on GP posteriors of this kernel, and provide regret bounds that scale with an effective dimension that captures the interplay between the graph and the base kernel. Their analysis reveals favorable scaling under graph homophily, and experiments show substantial improvements over non-graph-aware baselines in non-linear settings while remaining competitive when rewards are linear. Overall, the paper offers a principled bridge between Laplacian regularization and kernelized bandits for structured exploration with theoretical guarantees and practical performance.
Abstract
We study multi-user contextual bandits where users are related by a graph and their reward functions exhibit both non-linear behavior and graph homophily. We introduce a principled joint penalty for the collection of user reward functions $\{f_u\}$, combining a graph smoothness term based on RKHS distances with an individual roughness penalty. Our central contribution is proving that this penalty is equivalent to the squared norm within a single, unified \emph{multi-user RKHS}. We explicitly derive its reproducing kernel, which elegantly fuses the graph Laplacian with the base arm kernel. This unification allows us to reframe the problem as learning a single ''lifted'' function, enabling the design of principled algorithms, \texttt{LK-GP-UCB} and \texttt{LK-GP-TS}, that leverage Gaussian Process posteriors over this new kernel for exploration. We provide high-probability regret bounds that scale with an \emph{effective dimension} of the multi-user kernel, replacing dependencies on user count or ambient dimension. Empirically, our methods outperform strong linear and non-graph-aware baselines in non-linear settings and remain competitive even when the true rewards are linear. Our work delivers a unified, theoretically grounded, and practical framework that bridges Laplacian regularization with kernelized bandits for structured exploration.
