paper-with-me

Papers

Linear Bandit Algorithms with Sublinear Time Complexity

2021-03-03 · Shuo Yang, Tongzheng Ren, Sanjay Shakkottai, Eric Price, Inderjit S. Dhillon, Sujay Sanghavi

We propose two linear bandits algorithms with per-step complexity sublinear in the number of arms $K$. The algorithms are designed for applications where the arm set is extremely large and slowly changing. Our key realization is that choosing an arm reduces to a maximum inner product search (MIPS) problem, which can be solved approximately without breaking regret guarantees. Existing approximate MIPS solvers run in sublinear time. We extend those solvers and present theoretical guarantees for online learning problems, where adaptivity (i.e., a later step depends on the feedback in previous steps) becomes a unique challenge. We then explicitly characterize the tradeoff between the per-step complexity and regret. For sufficiently large $K$, our algorithms have sublinear per-step complexity and $\tilde O(\sqrt{T})$ regret. Empirically, we evaluate our proposed algorithms in a synthetic environment and a real-world online movie recommendation problem. Our proposed algorithms can deliver a more than 72 times speedup compared to the linear time baselines while retaining similar regret.

📄 PDF Abstract BibTeX arXiv:2103.02729

Code (0)

등록된 구현이 없습니다.

Tasks

Movie Recommendation

Similar Papers 제목 키워드 기반

Rejection sampling from shape-constrained distributions in sublinear time

2021-05-29 · Sinho Chewi, Patrik Gerber, Chen Lu, Thibaut Le Gouic 외

We consider the task of generating exact samples from a target distribution, known up to normalization, over a finite alphabet. The classical algorithm for this task is rejection sampling, and although it has been used i…

Regret and Belief Complexity Trade-off in Gaussian Process Bandits via Information Thresholding

2020-03-23 · Amrit Singh Bedi, Dheeraj Peddireddy, Vaneet Aggarwal, Brian M. Sadler 외

Bayesian optimization is a framework for global search via maximum a posteriori updates rather than simulated annealing, and has gained prominence for decision-making under uncertainty. In this work, we cast Bayesian opt…

Bayesian OptimizationDecision MakingDecision Making Under Uncertaintyglobal-optimization

Matroid Semi-Bandits in Sublinear Time

2024-05-28 · Ruo-Chun Tzeng, Naoto Ohsaka, Kaito Ariu

We study the matroid semi-bandits problem, where at each round the learner plays a subset of $K$ arms from a feasible set, and the goal is to maximize the expected cumulative linear rewards. Existing algorithms have per-…

Federated Online Clustering of Bandits

2022-08-31 · Xutong Liu, Haoru Zhao, Tong Yu, Shuai Li 외

Contextual multi-armed bandit (MAB) is an important sequential decision-making problem in recommendation systems. A line of works, called the clustering of bandits (CLUB), utilize the collaborative effect over users and …

ClusteringDecision MakingOnline ClusteringRecommendation Systems+1

Adversarial Bandits with Corruptions: Regret Lower Bound and No-regret Algorithm

2020-12-01 · NeurIPS 2020 12 · Lin Yang, Mohammad Hajiesmaili, Mohammad Sadegh Talebi, John C. S. Lui 외

This paper studies adversarial bandits with corruptions. In the basic adversarial bandit setting, the reward of arms is predetermined by an adversary who is oblivious to the learner’s policy. In this paper, we consider a…