LGMLAug 26, 2024

Biased Dueling Bandits with Stochastic Delayed Feedback

arXiv:2408.14603v23 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses a practical issue in recommendation systems and online advertising where feedback delays hinder policy updates, though it is incremental as it extends existing dueling bandit literature to handle delays.

The paper tackles the dueling bandit problem with stochastic delayed feedback, a challenge in real-world applications like online advertising, by introducing two algorithms that achieve optimal regret bounds and demonstrate empirical performance on synthetic and real datasets.

The dueling bandit problem, an essential variation of the traditional multi-armed bandit problem, has become significantly prominent recently due to its broad applications in online advertising, recommendation systems, information retrieval, and more. However, in many real-world applications, the feedback for actions is often subject to unavoidable delays and is not immediately available to the agent. This partially observable issue poses a significant challenge to existing dueling bandit literature, as it significantly affects how quickly and accurately the agent can update their policy on the fly. In this paper, we introduce and examine the biased dueling bandit problem with stochastic delayed feedback, revealing that this new practical problem will delve into a more realistic and intriguing scenario involving a preference bias between the selections. We present two algorithms designed to handle situations involving delay. Our first algorithm, requiring complete delay distribution information, achieves the optimal regret bound for the dueling bandit problem when there is no delay. The second algorithm is tailored for situations where the distribution is unknown, but only the expected value of delay is available. We provide a comprehensive regret analysis for the two proposed algorithms and then evaluate their empirical performance on both synthetic and real datasets.

Foundations

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

Your Notes