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 paper introduces Hellinger-UCB, a new algorithm for stochastic multi-armed bandit problems that uses Hellinger distance, achieving optimal bounds and improving performance in recommender system cold-start scenarios.
Contribution
The paper proposes Hellinger-UCB, a novel UCB variant leveraging Hellinger distance, with proven optimality and practical effectiveness in real-world recommender systems.
Findings
Hellinger-UCB reaches the theoretical lower bound.
Hellinger-UCB outperforms UCB1 and KL-UCB in CTR.
Effective in finite time horizons with lower latency.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Data Stream Mining Techniques · Recommender Systems and Techniques
