Multiple-play Stochastic Bandits with Prioritized Arm Capacity Sharing
Defu Lian, Tao Tan, Haoran Gu, Hong Xie, Yanying Huang
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:39:20 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/multiple-play-stochastic-bandits-with-prioritized-arm-capaci.pdf
Summary
This paper introduces Multiple-play Stochastic Bandits with Prioritized Arm Capacity Sharing (MSB-PRS), a new variant of multi-play stochastic bandits designed for resource allocation problems in applications like LLM and edge intelligence. The core idea is to model resource sharing where arms have stochastic capacities and plays have priority weights, influencing capacity allocation. The paper proposes MSB-PRS-OffOpt, an algorithm to find the optimal play allocation policy with polynomial computational complexity, and an approximate UCB-based algorithm (MSB-PRS-APUCB) for efficient learning. Empirically, MSB-PRS-APUCB demonstrates sub-linear regret and consistently achieves the smallest regret compared to two baselines in synthetic experiments.
Problem
The paper addresses several bottlenecks in existing multi-play multi-armed bandit (MP-MAB) frameworks when applied to resource allocation:
- Nonlinear Combinatorial Utility Structure: The prioritized resource sharing mechanism and movement costs impose a nonlinear combinatorial structure on the utility function, making it difficult to locate the optimal play allocation policy.