English

Weighted Tallying Bandits: Overcoming Intractability via Repeated Exposure Optimality

Machine Learning 2023-05-05 v1 Artificial Intelligence Machine Learning

Abstract

In recommender system or crowdsourcing applications of online learning, a human's preferences or abilities are often a function of the algorithm's recent actions. Motivated by this, a significant line of work has formalized settings where an action's loss is a function of the number of times that action was recently played in the prior mm timesteps, where mm corresponds to a bound on human memory capacity. To more faithfully capture decay of human memory with time, we introduce the Weighted Tallying Bandit (WTB), which generalizes this setting by requiring that an action's loss is a function of a \emph{weighted} summation of the number of times that arm was played in the last mm timesteps. This WTB setting is intractable without further assumption. So we study it under Repeated Exposure Optimality (REO), a condition motivated by the literature on human physiology, which requires the existence of an action that when repetitively played will eventually yield smaller loss than any other sequence of actions. We study the minimization of the complete policy regret (CPR), which is the strongest notion of regret, in WTB under REO. Since mm is typically unknown, we assume we only have access to an upper bound MM on mm. We show that for problems with KK actions and horizon TT, a simple modification of the successive elimination algorithm has O(KT+(m+M)K)O \left( \sqrt{KT} + (m+M)K \right) CPR. Interestingly, upto an additive (in lieu of mutliplicative) factor in (m+M)K(m+M)K, this recovers the classical guarantee for the simpler stochastic multi-armed bandit with traditional regret. We additionally show that in our setting, any algorithm will suffer additive CPR of Ω(mK+M)\Omega \left( mK + M \right), demonstrating our result is nearly optimal. Our algorithm is computationally efficient, and we experimentally demonstrate its practicality and superiority over natural baselines.

Keywords

Cite

@article{arxiv.2305.02955,
  title  = {Weighted Tallying Bandits: Overcoming Intractability via Repeated Exposure Optimality},
  author = {Dhruv Malik and Conor Igoe and Yuanzhi Li and Aarti Singh},
  journal= {arXiv preprint arXiv:2305.02955},
  year   = {2023}
}

Comments

ICML 2023