paper-with-me

홈 › Papers

Nearly-tight Approximation Guarantees for the Improving Multi-Armed Bandits Problem

2024-04-01 · Avrim Blum, Kavya Ravichandran

We give nearly-tight upper and lower bounds for the improving multi-armed bandits problem. An instance of this problem has $k$ arms, each of whose reward function is a concave and increasing function of the number of times that arm has been pulled so far. We show that for any randomized online algorithm, there exists an instance on which it must suffer at least an $\Omega(\sqrt{k})$ approximation factor relative to the optimal reward. We then provide a randomized online algorithm that guarantees an $O(\sqrt{k})$ approximation factor, if it is told the maximum reward achievable by the optimal arm in advance. We then show how to remove this assumption at the cost of an extra $O(\log k)$ approximation factor, achieving an overall $O(\sqrt{k} \log k)$ approximation relative to optimal.

📄 PDF Abstract BibTeX arXiv:2404.01198

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Query-Reward Tradeoffs in Multi-Armed Bandits

2021-10-12 · Nadav Merlis, Yonathan Efroni, Shie Mannor

We consider a stochastic multi-armed bandit setting where reward must be actively queried for it to be observed. We provide tight lower and upper problem-dependent guarantees on both the regret and the number of queries.…

Multi-Armed Bandits

Multiarmed Bandits With Limited Expert Advice

2013-06-19 · Satyen Kale

We solve the COLT 2013 open problem of \citet{SCB} on minimizing regret in the setting of advice-efficient multiarmed bandits with expert advice. We give an algorithm for the setting of K arms and N experts out of which …

Nearly Tight Bounds For Differentially Private Multiway Cut

2023-09-21 · NeurIPS 2023 11

Finding min $s$-$t$ cuts in graphs is a basic algorithmic tool, with applications in image segmentation, community detection, reinforcement learning, and data clustering. In this problem, we are given two nodes as termin…

How Do You Want Your Greedy: Simultaneous or Repeated?

2020-09-29 · Moran Feldman, Christopher Harshaw, Amin Karbasi

We present SimultaneousGreedys, a deterministic algorithm for constrained submodular maximization. At a high level, the algorithm maintains $\ell$ solutions and greedily updates them in a simultaneous fashion. Simultaneo…

Bandit algorithms to emulate human decision making using probabilistic distortions

2016-11-30 · Ravi Kumar Kolla, Prashanth L. A., Aditya Gopalan, Krishna Jagannathan 외

Motivated by models of human decision making proposed to explain commonly observed deviations from conventional expected value preferences, we formulate two stochastic multi-armed bandit problems with distorted probabili…

Decision MakingMulti-Armed Bandits