English

Representative Arm Identification: A fixed confidence approach to identify cluster representatives

Machine Learning 2024-08-27 v1 Artificial Intelligence Probability Machine Learning

Abstract

We study the representative arm identification (RAI) problem in the multi-armed bandits (MAB) framework, wherein we have a collection of arms, each associated with an unknown reward distribution. An underlying instance is defined by a partitioning of the arms into clusters of predefined sizes, such that for any j>ij > i, all arms in cluster ii have a larger mean reward than those in cluster jj. The goal in RAI is to reliably identify a certain prespecified number of arms from each cluster, while using as few arm pulls as possible. The RAI problem covers as special cases several well-studied MAB problems such as identifying the best arm or any MM out of the top KK, as well as both full and coarse ranking. We start by providing an instance-dependent lower bound on the sample complexity of any feasible algorithm for this setting. We then propose two algorithms, based on the idea of confidence intervals, and provide high probability upper bounds on their sample complexity, which orderwise match the lower bound. Finally, we do an empirical comparison of both algorithms along with an LUCB-type alternative on both synthetic and real-world datasets, and demonstrate the superior performance of our proposed schemes in most cases.

Cite

@article{arxiv.2408.14195,
  title  = {Representative Arm Identification: A fixed confidence approach to identify cluster representatives},
  author = {Sarvesh Gharat and Aniket Yadav and Nikhil Karamchandani and Jayakrishnan Nair},
  journal= {arXiv preprint arXiv:2408.14195},
  year   = {2024}
}

Comments

We analyse a clustered multi-armed bandit formulation, where the learning objective is to identify representative arms from each cluster, in a fixed confidence setting

R2 v1 2026-06-28T18:23:50.988Z