MLLGApr 16, 2024

HELLINGER-UCB: A novel algorithm for stochastic multi-armed bandit problem and cold start problem in recommender system

arXiv:2404.10207v12 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses the cold-start problem in recommender systems for financial apps, though it is incremental as it builds on existing UCB variants.

The authors tackled the stochastic multi-armed bandit problem by proposing Hellinger-UCB, a new algorithm that uses squared Hellinger distance for upper confidence bounds, achieving the theoretical lower bound and outperforming KL-UCB and UCB1 with a higher click-through rate in a financial app recommender system.

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).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes