paper-with-me

홈 › Papers

Contextual Bandits with Side-Observations

2020-06-06 · Rahul Singh, Fang Liu, Xin Liu, Ness Shroff

We investigate contextual bandits in the presence of side-observations across arms in order to design recommendation algorithms for users connected via social networks. Users in social networks respond to their friends' activity, and hence provide information about each other's preferences. In our model, when a learning algorithm recommends an article to a user, not only does it observe his/her response (e.g. an ad click), but also the side-observations, i.e., the response of his neighbors if they were presented with the same article. We model these observation dependencies by a graph $\mathcal{G}$ in which nodes correspond to users, and edges correspond to social links. We derive a problem/instance-dependent lower-bound on the regret of any consistent algorithm. We propose an optimization (linear programming) based data-driven learning algorithm that utilizes the structure of $\mathcal{G}$ in order to make recommendations to users and show that it is asymptotically optimal, in the sense that its regret matches the lower-bound as the number of rounds $T\to\infty$. We show that this asymptotically optimal regret is upper-bounded as $O\left(|\chi(\mathcal{G})|\log T\right)$, where $|\chi(\mathcal{G})|$ is the domination number of $\mathcal{G}$. In contrast, a naive application of the existing learning algorithms results in $O\left(N\log T\right)$ regret, where $N$ is the number of users.

📄 PDF Abstract BibTeX arXiv:2006.03951

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Federated Neural Bandits

2022-05-28 · Zhongxiang Dai, Yao Shu, Arun Verma, Flint Xiaofeng Fan 외

Recent works on neural contextual bandits have achieved compelling performances due to their ability to leverage the strong representation power of neural networks (NNs) for reward prediction. Many applications of contex…

Multi-Armed Bandits

Adversarial Linear Contextual Bandits with Graph-Structured Side Observations

2020-12-10 · Lingda Wang, Bingcong Li, Huozhi Zhou, Georgios B. Giannakis 외

This paper studies the adversarial graphical contextual bandits, a variant of adversarial multi-armed bandits that leverage two categories of the most common side information: \emph{contexts} and \emph{side observations}…

Multi-Armed Bandits

Best-of-Both Worlds for linear contextual bandits with paid observations

2025-10-08 · Nathan Boyer, Dorian Baudry, Patrick Rebeschini arxiv

We study the problem of linear contextual bandits with paid observations, where at each round the learner selects an action in order to minimize its loss in a given context, and can then decide to pay a fixed cost to obs…

Batched Nonparametric Contextual Bandits

2024-02-27 · Rong Jiang, Cong Ma

We study nonparametric contextual bandits under batch constraints, where the expected reward for each action is modeled as a smooth function of covariates, and the policy updates are made at the end of each batch of obse…

Multi-Armed Bandits

Worst-case Performance of Greedy Policies in Bandits with Imperfect Context Observations

2022-04-10 · Hongju Park, Mohamad Kazem Shirani Faradonbeh

Contextual bandits are canonical models for sequential decision-making under uncertainty in environments with time-varying components. In this setting, the expected reward of each bandit arm consists of the inner product…

Decision MakingDecision Making Under UncertaintyMulti-Armed BanditsSequential Decision Making