paper-with-me

Papers

Double-Linear Thompson Sampling for Context-Attentive Bandits

2020-10-15 · Djallel Bouneffouf, Raphaël Féraud, Sohini Upadhyay, Yasaman Khazaeni, Irina Rish

In this paper, we analyze and extend an online learning framework known as Context-Attentive Bandit, motivated by various practical applications, from medical diagnosis to dialog systems, where due to observation costs only a small subset of a potentially large number of context variables can be observed at each iteration;however, the agent has a freedom to choose which variables to observe. We derive a novel algorithm, called Context-Attentive Thompson Sampling (CATS), which builds upon the Linear Thompson Sampling approach, adapting it to Context-Attentive Bandit setting. We provide a theoretical regret analysis and an extensive empirical evaluation demonstrating advantages of the proposed approach over several baseline methods on a variety of real-life datasets

📄 PDF Abstract BibTeX arXiv:2010.09473

Code (0)

등록된 구현이 없습니다.

Tasks

Medical DiagnosisThompson Sampling

Similar Papers 제목 키워드 기반

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

Feel-Good Thompson Sampling for Contextual Bandits and Reinforcement Learning

2021-10-02 · Tong Zhang

Thompson Sampling has been widely used for contextual bandit problems due to the flexibility of its modeling power. However, a general theory for this class of methods in the frequentist setting is still lacking. In this…

Multi-Armed Banditsregressionreinforcement-learningReinforcement Learning+2

Adaptive Data Augmentation for Thompson Sampling

2025-06-17 · Wonyoung Kim

In linear contextual bandits, the objective is to select actions that maximize cumulative rewards, modeled as a linear function with unknown parameters. Although Thompson Sampling performs well empirically, it does not a…

Data AugmentationMulti-Armed BanditsThompson Sampling

Double Thompson Sampling for Dueling Bandits

2016-04-25 · NeurIPS 2016 12 · Huasen Wu, Xin Liu

In this paper, we propose a Double Thompson Sampling (D-TS) algorithm for dueling bandit problems. As indicated by its name, D-TS selects both the first and the second candidates according to Thompson Sampling. Specifica…

Thompson Sampling

Noise-Adaptive Thompson Sampling for Linear Contextual Bandits

2023-09-21 · NeurIPS 2023 11

Linear contextual bandits represent a fundamental class of models with numerous real-world applications, and it is critical to develop algorithms that can effectively manage noise with unknown variance, ensuring provable…