English

Multiple-play Stochastic Bandits with Prioritized Arm Capacity Sharing

Artificial Intelligence 2025-12-29 v1

Abstract

This paper proposes a variant of multiple-play stochastic bandits tailored to resource allocation problems arising from LLM applications, edge intelligence, etc. The model is composed of MM arms and KK plays. Each arm has a stochastic number of capacities, and each unit of capacity is associated with a reward function. Each play is associated with a priority weight. When multiple plays compete for the arm capacity, the arm capacity is allocated in a larger priority weight first manner. Instance independent and instance dependent regret lower bounds of Ω(α1σKMT)\Omega( \alpha_1 \sigma \sqrt{KM T} ) and Ω(α1σ2MΔlnT)\Omega(\alpha_1 \sigma^2 \frac{M}{\Delta} \ln T) are proved, where α1\alpha_1 is the largest priority weight and σ\sigma characterizes the reward tail. When model parameters are given, we design an algorithm named \texttt{MSB-PRS-OffOpt} to locate the optimal play allocation policy with a computational complexity of O(MK3)O(MK^3). Utilizing \texttt{MSB-PRS-OffOpt} as a subroutine, an approximate upper confidence bound (UCB) based algorithm is designed, which has instance independent and instance dependent regret upper bounds matching the corresponding lower bound up to factors of KlnKT \sqrt{K \ln KT } and α1K2\alpha_1 K^2 respectively. To this end, we address nontrivial technical challenges arising from optimizing and learning under a special nonlinear combinatorial utility function induced by the prioritized resource sharing mechanism.

Keywords

Cite

@article{arxiv.2512.21626,
  title  = {Multiple-play Stochastic Bandits with Prioritized Arm Capacity Sharing},
  author = {Hong Xie and Haoran Gu and Yanying Huang and Tao Tan and Defu Lian},
  journal= {arXiv preprint arXiv:2512.21626},
  year   = {2025}
}

Comments

17 pages

R2 v1 2026-07-01T08:40:50.262Z