paper-with-me

Papers

A Fast Algorithm for PAC Combinatorial Pure Exploration

2021-12-08 · Noa Ben-David, Sivan Sabato

We consider the problem of Combinatorial Pure Exploration (CPE), which deals with finding a combinatorial set or arms with a high reward, when the rewards of individual arms are unknown in advance and must be estimated using arm pulls. Previous algorithms for this problem, while obtaining sample complexity reductions in many cases, are highly computationally intensive, thus making them impractical even for mildly large problems. In this work, we propose a new CPE algorithm in the PAC setting, which is computationally light weight, and so can easily be applied to problems with tens of thousands of arms. This is achieved since the proposed algorithm requires a very small number of combinatorial oracle calls. The algorithm is based on successive acceptance of arms, along with elimination which is based on the combinatorial structure of the problem. We provide sample complexity guarantees for our algorithm, and demonstrate in experiments its usefulness on large problems, whereas previous algorithms are impractical to run on problems of even a few dozen arms. The code for the algorithms and experiments is provided at https://github.com/noabdavid/csale.

📄 PDF Abstract BibTeX arXiv:2112.04197

Code (1)

noabdavid/csale 공식 구현

Methods 이 논문이 사용한 방법론

CPE CPE is an effective collaborative metric learning to effectively address the problem of sparse and insufficient preference supervision from the margin distribution point-of-view.

Similar Papers 제목 키워드 기반

A Fast Algorithm for the Real-Valued Combinatorial Pure Exploration of Multi-Armed Bandit

2023-06-15 · Shintaro Nakamura, Masashi Sugiyama

We study the real-valued combinatorial pure exploration problem in the stochastic multi-armed bandit (R-CPE-MAB). We study the case where the size of the action set is polynomial with respect to the number of arms. In su…

Decision Making

Thompson Sampling for (Combinatorial) Pure Exploration

2022-06-18 · Siwei Wang, Jun Zhu

Existing methods of combinatorial pure exploration mainly focus on the UCB approach. To make the algorithm efficient, they usually use the sum of upper confidence bounds within arm set $S$ to represent the upper confiden…

Thompson Sampling

Combinatorial Pure Exploration with Full-Bandit or Partial Linear Feedback

2020-06-14 · Yihan Du, Yuko Kuroki, Wei Chen

In this paper, we first study the problem of combinatorial pure exploration with full-bandit feedback (CPE-BL), where a learner is given a combinatorial action space $\mathcal{X} \subseteq \{0,1\}^d$, and in each round t…

Fixed-Budget Real-Valued Combinatorial Pure Exploration of Multi-Armed Bandit

2023-10-24 · Shintaro Nakamura, Masashi Sugiyama

We study the real-valued combinatorial pure exploration of the multi-armed bandit in the fixed-budget setting. We first introduce the Combinatorial Successive Asign (CSA) algorithm, which is the first algorithm that can …

Combinatorial Pure Exploration for Dueling Bandit

2020-01-01 · ICML 2020 1 · Wei Chen, Yihan Du, Longbo Huang, Haoyu Zhao

In this paper, we study combinatorial pure exploration for dueling bandits (CPE-DB): we have multiple candidates for multiple positions as modeled by a bipartite graph, and in each round we sample a duel of two candidate…

Position