LGMLJan 14

Efficient Clustering in Stochastic Bandits

arXiv:2601.09162v1h-index: 17
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks in sequential clustering for stochastic bandits, offering more efficient algorithms for applications like recommendation systems or A/B testing, though it appears incremental relative to prior work.

The paper tackles the computationally expensive optimization required in existing Bandit Clustering algorithms by proposing EBC, which takes incremental steps toward optimality, achieving asymptotic optimality with reduced runtime while handling a broader class of distributions beyond Gaussian assumptions.

We study the Bandit Clustering (BC) problem under the fixed confidence setting, where the objective is to group a collection of data sequences (arms) into clusters through sequential sampling from adaptively selected arms at each time step while ensuring a fixed error probability at the stopping time. We consider a setting where arms in a cluster may have different distributions. Unlike existing results in this setting, which assume Gaussian-distributed arms, we study a broader class of vector-parametric distributions that satisfy mild regularity conditions. Existing asymptotically optimal BC algorithms require solving an optimization problem as part of their sampling rule at each step, which is computationally costly. We propose an Efficient Bandit Clustering algorithm (EBC), which, instead of solving the full optimization problem, takes a single step toward the optimal value at each time step, making it computationally efficient while remaining asymptotically optimal. We also propose a heuristic variant of EBC, called EBC-H, which further simplifies the sampling rule, with arm selection based on quantities computed as part of the stopping rule. We highlight the computational efficiency of EBC and EBC-H by comparing their per-sample run time with that of existing algorithms. The asymptotic optimality of EBC is supported through simulations on the synthetic datasets. Through simulations on both synthetic and real-world datasets, we show the performance gain of EBC and EBC-H over existing approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes