paper-with-me

Papers

Bandit Task Assignment with Unknown Processing Time

2023-09-21 · NeurIPS 2023 11

This study considers a novel problem setting, referred to as \textit{bandit task assignment}, that incorporates the processing time of each task in the bandit setting. In this problem setting, a player sequentially chooses a set of tasks to start so that the set of processing tasks satisfies a given combinatorial constraint. The reward and processing time for each task follow unknown distributions, values of which are revealed only after the task has been completed. The problem generalizes the stochastic combinatorial semi-bandit problem and the budget-constrained bandit problem. For this problem setting, we propose an algorithm based on upper confidence bounds~(UCB) combined with a phased-update approach. The proposed algorithm admits a gap-dependent regret upper bound of $O(MN(1/\Delta){\log T})$ and a gap-free regret upper bound of $\tilde{O}( \sqrt{MNT} )$, where $N$ is the number of the tasks, $M$ is the maximum number of tasks run at the same time, $T$ is the time horizon, and $\Delta$ is the gap between expected per-round rewards of the optimal and best suboptimal sets of tasks. These regret bounds nearly match lower bounds.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stochastic Bandits for Egalitarian Assignment

2024-10-08 · Eugene Lim, Vincent Y. F. Tan, Harold Soh

We study EgalMAB, an egalitarian assignment problem in the context of stochastic multi-armed bandits. In EgalMAB, an agent is tasked with assigning a set of users to arms. At each time step, the agent must assign exactly…

FairnessMulti-Armed Bandits

The Combinatorial Multi-Bandit Problem and its Application to Energy Management

2020-10-30 · Tobias Jacobs, Mischa Schmidt, Sébastien Nicolas, Anett Schülke

We study a Combinatorial Multi-Bandit Problem motivated by applications in energy systems management. Given multiple probabilistic multi-arm bandits with unknown outcome distributions, the task is to optimize the value o…

energy managementManagement

Learning the Optimal Path and DNN Partition for Collaborative Edge Inference

2024-10-02 · Yin Huang, Letian Zhang, Jie Xu

Recent advancements in Deep Neural Networks (DNNs) have catalyzed the development of numerous intelligent mobile applications and services. However, they also introduce significant computational challenges for resource-c…

Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach

2021-12-22 · Xiong Wang, Jiancheng Ye, John C. S. Lui

Mobile edge computing facilitates users to offload computation tasks to edge servers for meeting their stringent delay requirements. Previous works mainly explore task offloading when system-side information is given (e.…

Edge-computing

Task Selection for Bandit-Based Task Assignment in Heterogeneous Crowdsourcing

2015-07-26 · Hao Zhang, Masashi Sugiyama

Task selection (picking an appropriate labeling task) and worker selection (assigning the labeling task to a suitable worker) are two major challenges in task assignment for crowdsourcing. Recently, worker selection has …

Active Learning