DE-DQN: A Dual-Embedding Based Deep Q-Network for Task Assignment Problem in Spatial Crowdsourcing

Yucen Gao,Dejun Kong,Haipeng Dai,Xiaofeng Gao,Jiaqi Zheng,Fan Wu,Guihai Chen
DOI: https://doi.org/10.1007/978-3-031-25158-0_22
2023-01-01
Abstract:Along with the rapid development of sharing economy, spatial crowdsourcing has become a hot topic of general interests in recent years. One of its core issues is the task assignment problem, in which tasks are released on the platforms and then assigned to available workers. Due to the various characteristics of tasks and workers, finding the optimal assignment scheme and routing plan are difficult. In this paper, we define the utility-driven destination-aware spatial task assignment problem (UDSTA), which is proved to be NP-complete. Our goal is to maximize the total utility of workers. We propose a dual-embedding based deep Q-Network (DE-DQN) to sequentially assign tasks to suitable workers. Specifically, we design a utility embedding to reflect the top- k utility tasks for workers and worker-task pairs, and propose a coverage embedding to represent the potential future utility of an assignment action. For the first time, we combine the dual embedding with DQN to realize the multi-task and multi-worker matching, and obtain route plans of workers. Experiments based on both synthetic and real-world datasets indicate that DE-DQN performs well and shows significant advantages over the baseline methods.
What problem does this paper attempt to address?