HELLINGER-UCB: A novel algorithm for stochastic multi-armed bandit problem and cold start problem in recommender system
Ruibo Yang, Jiazhou Wang, Andrew Mullhaupt
TL;DR
This work introduces Hellinger-UCB, a novel upper confidence bound strategy for stochastic multi-armed bandits that leverages the squared Hellinger distance to form confidence sets. The algorithm achieves optimal or near-optimal regret in one-parameter exponential-family settings and offers a closed-form solution under binomial rewards, enabling low-latency decisions in large-scale cold-start recommender systems. Theoretical analysis establishes an $O( ext{log}(T))$ regret bound, while numerical simulations and a real-world cold-start application demonstrate superior performance compared to KL-UCB and UCB1. The method provides practical benefits for content recommendation with new items, including faster learning and reduced computation, making it suitable for high-throughput production environments.
Abstract
In this paper, we study the stochastic multi-armed bandit problem, where the reward is driven by an unknown random variable. We propose a new variant of the Upper Confidence Bound (UCB) algorithm called Hellinger-UCB, which leverages the squared Hellinger distance to build the upper confidence bound. We prove that the Hellinger-UCB reaches the theoretical lower bound. We also show that the Hellinger-UCB has a solid statistical interpretation. We show that Hellinger-UCB is effective in finite time horizons with numerical experiments between Hellinger-UCB and other variants of the UCB algorithm. As a real-world example, we apply the Hellinger-UCB algorithm to solve the cold-start problem for a content recommender system of a financial app. With reasonable assumption, the Hellinger-UCB algorithm has a convenient but important lower latency feature. The online experiment also illustrates that the Hellinger-UCB outperforms both KL-UCB and UCB1 in the sense of a higher click-through rate (CTR).
