paper-with-me

홈 › Papers

Box Thirding: Anytime Best Arm Identification under Insufficient Sampling

2026-02-20 · Seohwa Hwang, Junyong Park arxiv

We introduce Box Thirding (B3), a flexible and efficient algorithm for Best Arm Identification (BAI) under fixed-budget constraints. It is designed for both anytime BAI and scenarios with large N, where the number of arms is too large for exhaustive evaluation within a limited budget T. The algorithm employs an iterative ternary comparison: in each iteration, three arms are compared--the best-performing arm is explored further, the median is deferred for future comparisons, and the weakest is discarded. Even without prior knowledge of T, B3 achieves an epsilon-best arm misidentification probability comparable to Successive Halving (SH), which requires T as a predefined parameter, applied to a randomly selected subset of c0 arms that fit within the budget. Empirical results show that B3 outperforms existing methods under limited-budget constraints in terms of simple regret, as demonstrated on the New Yorker Cartoon Caption Contest dataset.

📄 PDF Abstract BibTeX arXiv:2602.18186

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rate-optimal Design for Anytime Best Arm Identification

2025-10-27 · Junpei Komiyama, Kyoungseok Jang, Junya Honda arxiv

We consider the best arm identification problem, where the goal is to identify the arm with the highest mean reward from a set of $K$ arms under a limited sampling budget. This problem models many practical scenarios suc…

Anytime-valid Optimal Policy Identification

2026-06-16 · Daniel Molitor arxiv

We develop an anytime-valid framework for optimal policy identification from logged contextual bandit data. In many applied settings, the analyst wants to select the optimal policy from a candidate policy class $Π$, but …

A KL-LUCB algorithm for Large-Scale Crowdsourcing

2017-12-01 · NeurIPS 2017 12 · Ervin Tanczos, Robert Nowak, Bob Mankoff

This paper focuses on best-arm identification in multi-armed bandits with bounded rewards. We develop an algorithm that is a fusion of lil-UCB and KL-LUCB, offering the best qualities of the two algorithms in one method.…

Multi-Armed Bandits

An $\varepsilon$-Best-Arm Identification Algorithm for Fixed-Confidence and Beyond

2023-05-25 · NeurIPS 2023 11

We propose EB-TC$\varepsilon$, a novel sampling rule for $\varepsilon$-best arm identification in stochastic bandits. It is the first instance of Top Two algorithm analyzed for approximate best arm identification. EB-TC$…

Rectangle Search: An Anytime Beam Search (Extended Version)

2023-12-19 · Sofia Lemons, Wheeler Ruml, Robert C. Holte, Carlos Linares López

Anytime heuristic search algorithms try to find a (potentially suboptimal) solution as quickly as possible and then work to find better and better solutions until an optimal solution is obtained or time is exhausted. The…

Heuristic Search