paper-with-me

홈 › Papers

Regret of Queueing Bandits

2016-12-01 · NeurIPS 2016 12 · Subhashini Krishnasamy, Rajat Sen, Ramesh Johari, Sanjay Shakkottai

We consider a variant of the multiarmed bandit problem where jobs queue for service, and service rates of different servers may be unknown. We study algorithms that minimize queue-regret: the (expected) difference between the queue-lengths obtained by the algorithm, and those obtained by a genie-aided matching algorithm that knows exact service rates. A naive view of this problem would suggest that queue-regret should grow logarithmically: since queue-regret cannot be larger than classical regret, results for the standard MAB problem give algorithms that ensure queue-regret increases no more than logarithmically in time. Our paper shows surprisingly more complex behavior. In particular, the naive intuition is correct as long as the bandit algorithm's queues have relatively long regenerative cycles: in this case queue-regret is similar to cumulative regret, and scales (essentially) logarithmically. However, we show that this "early stage" of the queueing bandit eventually gives way to a "late stage", where the optimal queue-regret scaling is O(1/t). We demonstrate an algorithm that (order-wise) achieves this asymptotic queue-regret, and also exhibits close to optimal switching time from the early stage to the late stage.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Queue Length Regret Bounds for Contextual Queueing Bandits

2026-01-27 · Seoungbin Bae, Garyeong Kang, Dabeen Lee arxiv

We introduce contextual queueing bandits, a new context-aware framework for scheduling while simultaneously learning unknown service rates. Individual jobs carry heterogeneous contextual features, based on which the agen…

Algorithm for Contextual Queueing Bandits with Rate-Optimal Queue Length Regret

2026-06-08 · Seoungbin Bae, Dabeen Lee arxiv

Contextual queueing bandits provide a framework for learning to schedule heterogeneous jobs under unknown context-dependent service rates. Under stochastic contexts, existing algorithms achieve $\widetilde{\mathcal{O}}(T…

BanditQ: Fair Bandits with Guaranteed Rewards

2023-04-11 · Abhishek Sinha

Classic no-regret multi-armed bandit algorithms, including the Upper Confidence Bound (UCB), Hedge, and EXP3, are inherently unfair by design. Their unfairness stems from their objective of playing the most rewarding arm…

Multi-Armed Bandits

Learning to Route and Schedule LLMs from User Retrials via Contextual Queueing Bandits

2026-02-02 · Seoungbin Bae, Junyoung Son, Dabeen Lee arxiv

Explosive demands for LLMs often cause user queries to accumulate in server queues, requiring efficient routing (query-LLM matching) and scheduling (query prioritization) mechanisms. Several online algorithms are being d…

Contrastive Learning

Queueing Matching Bandits with Preference Feedback

2024-10-14 · Jung-hun Kim, Min-hwan Oh

In this study, we consider multi-class multi-server asymmetric queueing systems consisting of $N$ queues on one side and $K$ servers on the other side, where jobs randomly arrive in queues at each time. The service rate …

Thompson Sampling