MLLGMar 11, 2018

Multi-objective Contextual Bandit Problem with Similarity Information

arXiv:1803.04015v144 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of balancing multiple conflicting objectives in contextual bandits for applications like recommendation systems, though it is incremental as it extends existing similarity-based bandit frameworks.

The paper tackles the multi-objective contextual bandit problem with similarity information by proposing the Pareto Contextual Zooming (PCZ) algorithm, which achieves a Pareto regret bound of $ ilde O (T^{(1+d_p)/(2+d_p)})$ and proves it is nearly optimal with a matching lower bound.

In this paper we propose the multi-objective contextual bandit problem with similarity information. This problem extends the classical contextual bandit problem with similarity information by introducing multiple and possibly conflicting objectives. Since the best arm in each objective can be different given the context, learning the best arm based on a single objective can jeopardize the rewards obtained from the other objectives. In order to evaluate the performance of the learner in this setup, we use a performance metric called the contextual Pareto regret. Essentially, the contextual Pareto regret is the sum of the distances of the arms chosen by the learner to the context dependent Pareto front. For this problem, we develop a new online learning algorithm called Pareto Contextual Zooming (PCZ), which exploits the idea of contextual zooming to learn the arms that are close to the Pareto front for each observed context by adaptively partitioning the joint context-arm set according to the observed rewards and locations of the context-arm pairs selected in the past. Then, we prove that PCZ achieves $\tilde O (T^{(1+d_p)/(2+d_p)})$ Pareto regret where $d_p$ is the Pareto zooming dimension that depends on the size of the set of near-optimal context-arm pairs. Moreover, we show that this regret bound is nearly optimal by providing an almost matching $Ω(T^{(1+d_p)/(2+d_p)})$ lower bound.

Foundations

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

Your Notes