paper-with-me

홈 › Papers

Online Clustering with Bandit Information

2025-01-20 · G Dhinesh Chandran, Srinivas Reddy Kota, Srikrishna Bhashyam

We study the problem of online clustering within the multi-armed bandit framework under the fixed confidence setting. In this multi-armed bandit problem, we have $M$ arms, each providing i.i.d. samples that follow a multivariate Gaussian distribution with an {\em unknown} mean and a known unit covariance. The arms are grouped into $K$ clusters based on the distance between their means using the Single Linkage (SLINK) clustering algorithm on the means of the arms. Since the true means are unknown, the objective is to obtain the above clustering of the arms with the minimum number of samples drawn from the arms, subject to an upper bound on the error probability. We introduce a novel algorithm, Average Tracking Bandit Online Clustering (ATBOC), and prove that this algorithm is order optimal, meaning that the upper bound on its expected sample complexity for given error probability $\delta$ is within a factor of 2 of an instance-dependent lower bound as $\delta \rightarrow 0$. Furthermore, we propose a computationally more efficient algorithm, Lower and Upper Confidence Bound-based Bandit Online Clustering (LUCBBOC), inspired by the LUCB algorithm for best arm identification. Simulation results demonstrate that the performance of LUCBBOC is comparable to that of ATBOC. We numerically assess the effectiveness of the proposed algorithms through numerical experiments on both synthetic datasets and the real-world MovieLens dataset. To the best of our knowledge, this is the first work on bandit online clustering that allows arms with different means in a cluster and $K$ greater than 2.

📄 PDF Abstract BibTeX arXiv:2501.11421

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringOnline Clustering

Similar Papers 제목 키워드 기반

Optimal Exploitation of Clustering and History Information in Multi-Armed Bandit

2019-05-31 · Djallel Bouneffouf, Srinivasan Parthasarathy, Horst Samulowitz, Martin Wistub

We consider the stochastic multi-armed bandit problem and the contextual bandit problem with historical observations and pre-clustered arms. The historical observations can contain any number of instances for each arm, a…

Clustering

Demystifying Online Clustering of Bandits: Enhanced Exploration Under Stochastic and Smoothed Adversarial Contexts

2025-01-01 · Zhuohua Li, Maoli Liu, Xiangxiang Dai, John C. S. Lui

The contextual multi-armed bandit (MAB) problem is crucial in sequential decision-making. A line of research, known as online clustering of bandits, extends contextual MAB by grouping similar users into clusters, utilizi…

ClusteringOnline ClusteringSequential Decision Making

Contextual Bandit with Missing Rewards

2020-07-13 · Djallel Bouneffouf, Sohini Upadhyay, Yasaman Khazaeni

We consider a novel variant of the contextual bandit problem (i.e., the multi-armed bandit with side-information, or context, available to a decision-maker) where the reward associated with each context-based decision ma…

Clustering

Unifying Clustered and Non-stationary Bandits

2020-09-05 · Chuanhao Li, Qingyun Wu, Hongning Wang

Non-stationary bandits and online clustering of bandits lift the restrictive assumptions in contextual bandits and provide solutions to many important real-world scenarios. Though the essence in solving these two problem…

Change DetectionClusteringMulti-Armed BanditsOnline Clustering

Optimal Clustering with Bandit Feedback

2022-02-09 · Junwen Yang, Zixin Zhong, Vincent Y. F. Tan

This paper considers the problem of online clustering with bandit feedback. A set of arms (or items) can be partitioned into various groups that are unknown. Within each group, the observations associated to each of the …

ClusteringOnline Clustering