paper-with-me

홈 › Papers

Follow-ups Also Matter: Improving Contextual Bandits via Post-serving Contexts

2023-09-25 · NeurIPS 2023 11

Standard contextual bandit problem assumes that all the relevant contexts are observed before the algorithm chooses an arm. This modeling paradigm, while useful, often falls short when dealing with problems in which valuable additional context can be observed after arm selection. For example, content recommendation platforms like Youtube, Instagram, Tiktok also observe valuable follow-up information pertinent to the user's reward after recommendation (e.g., how long the user stayed, what is the user's watch speed, etc.). To improve online learning efficiency in these applications, we study a novel contextual bandit problem with post-serving contexts and design a new algorithm, poLinUCB, that achieves tight regret under standard assumptions. Core to our technical proof is a robustified and generalized version of the well-known Elliptical Potential Lemma (EPL), which can accommodate noise in data. Such robustification is necessary for tackling our problem, and we believe it could also be of general interest. Extensive empirical tests on both synthetic and real-world datasets demonstrate the significant benefit of utilizing post-serving contexts as well as the superior performance of our algorithm over the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2309.13896

Code (0)

등록된 구현이 없습니다.

Tasks

LEMMAMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Langevin Monte Carlo for Contextual Bandits

2022-06-22 · Pan Xu, Hongkai Zheng, Eric Mazumdar, Kamyar Azizzadenesheli 외

We study the efficiency of Thompson sampling for contextual bandits. Existing Thompson sampling-based algorithms need to construct a Laplace approximation (i.e., a Gaussian distribution) of the posterior distribution, wh…

Multi-Armed BanditsThompson Sampling

Online Posterior Sampling with a Diffusion Prior

2024-10-04 · Branislav Kveton, Boris Oreshkin, Youngsuk Park, Aniket Deshmukh 외

Posterior sampling in contextual bandits with a Gaussian prior can be implemented exactly or approximately using the Laplace approximation. The Gaussian prior is computationally efficient but it cannot describe complex d…

Multi-Armed Bandits

Feel-Good Thompson Sampling for Contextual Bandits: a Markov Chain Monte Carlo Showdown

2025-07-21 · Emile Anand, Sarah Liaw arxiv

Thompson Sampling (TS) is widely used to address the exploration/exploitation tradeoff in contextual bandits, yet recent theory shows that it does not explore aggressively enough in high-dimensional problems. Feel-Good T…

Feel-Good Thompson Sampling for Contextual Dueling Bandits

2024-04-09 · Xuheng Li, Heyang Zhao, Quanquan Gu

Contextual dueling bandits, where a learner compares two options based on context and receives feedback indicating which was preferred, extends classic dueling bandits by incorporating contextual information for decision…

Decision MakingMulti-Armed BanditsThompson Sampling

Mathematics of statistical sequential decision-making: concentration, risk-awareness and modelling in stochastic bandits, with applications to bariatric surgery

2024-05-03 · Patrick Saux

This thesis aims to study some of the mathematical challenges that arise in the analysis of statistical sequential decision-making algorithms for postoperative patients follow-up. Stochastic bandits (multiarmed, contextu…

Decision MakingInterpretable Machine LearningMulti-Armed BanditsSequential Decision Making+1