paper-with-me

홈 › Papers

Non-Stationary Bandit Learning via Predictive Sampling

2022-05-04 · Yueyang Liu, Xu Kuang, Benjamin Van Roy

Thompson sampling has proven effective across a wide range of stationary bandit environments. However, as we demonstrate in this paper, it can perform poorly when applied to non-stationary environments. We attribute such failures to the fact that, when exploring, the algorithm does not differentiate actions based on how quickly the information acquired loses its usefulness due to non-stationarity. Building upon this insight, we propose predictive sampling, an algorithm that deprioritizes acquiring information that quickly loses usefulness. A theoretical guarantee on the performance of predictive sampling is established through a Bayesian regret bound. We provide versions of predictive sampling for which computations tractably scale to complex bandit environments of practical interest. Through numerical simulations, we demonstrate that predictive sampling outperforms Thompson sampling in all non-stationary environments examined.

📄 PDF Abstract BibTeX arXiv:2205.01970

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeThompson Sampling

Similar Papers 제목 키워드 기반

Non-Stationary Contextual Bandit Learning via Neural Predictive Ensemble Sampling

2023-10-11 · Zheqing Zhu, Yueyang Liu, Xu Kuang, Benjamin Van Roy

Real-world applications of contextual bandits often exhibit non-stationarity due to seasonality, serendipity, and evolving social trends. While a number of non-stationary contextual bandit learning algorithms have been p…

Multi-Armed Bandits

Non-Stationary Latent Bandits

2020-12-01 · Joey Hong, Branislav Kveton, Manzil Zaheer, Yinlam Chow 외

Users of recommender systems often behave in a non-stationary fashion, due to their evolving preferences and tastes over time. In this work, we propose a practical approach for fast personalization to non-stationary user…

Recommendation SystemsThompson Sampling

Context Attentive Bandits: Contextual Bandit with Restricted Context

2017-05-10 · Djallel Bouneffouf, Irina Rish, Guillermo A. Cecchi, Raphael Feraud

We consider a novel formulation of the multi-armed bandit model, which we call the contextual bandit with restricted context, where only a limited number of features can be accessed by the learner at every iteration. Thi…

Recommendation SystemsThompson Sampling

Recurrent Neural-Linear Posterior Sampling for Nonstationary Contextual Bandits

2020-07-09 · Aditya Ramesh, Paulo Rauber, Michelangelo Conserva, Jürgen Schmidhuber

An agent in a nonstationary contextual bandit problem should balance between exploration and the exploitation of (periodic or structured) patterns present in its previous experiences. Handcrafting an appropriate historic…

Multi-Armed Bandits

A Change-Detection Based Thompson Sampling Framework for Non-Stationary Bandits

2020-09-06 · Gourab Ghatak

We consider a non-stationary two-armed bandit framework and propose a change-detection based Thompson sampling (TS) algorithm, named TS with change-detection (TS-CD), to keep track of the dynamic environment. The non-sta…

Change DetectionThompson Sampling