I Introduction
Coordinating tasks among collaborative multi-robot systems that must operate without conflict calls for efficient multi-robot task allocation (MRTA) methods [1, 2, 3]. While centralized approaches to solving MRTA problems have traditionally dominated the fields of robotics, transportation, and IoT [4, 5], decentralized methods have gained increasing prominence in recent years. This is partly due to concerns regarding the scalability of purely centralized approaches and their vulnerability to communication disruptions [6], and partly driven by accelerated advancements in robot autonomy capabilities [7]. In this paper, we develop a novel computationally-efficient decentralized algorithm that not only tackles the above challenges but also demonstrates applicability to scenarios with asynchronous decision-making and dynamic tasks (i.e., new tasks appear during mission). This problem falls into the Multi-task Robots, Single-robot Tasks, and Time-extended Assignment (MR-ST-TA) class defined in [1].
The performance of the new approaches are compared with that of a centralized ILP based approach and biased random-walk baseline. The next section presents our proposed decentralized MRTA framework. Results, encapsulating the performance of these methods on different-sized problems and a parametric analysis of the proposed decentralized method, are presented in Section III. The paper ends with concluding remarks.
Ii Decentralized Mrta Algorithm
Algorithm 1 depicts the pseudocode of our proposed decentralized MRTA or Dec-MRTA algorithm. Each robot is assumed to run the Dec-MRTA algorithm at each decision-making step (e.g., 1 min before finishing its current task) to take the best action that maximizes the team’s (mission) outcome. Our Dec-MRTA algorithm is composed of three components, which are described next.
1) Weighted Bipartite Graph Construction: In order to represent and analyze the task-robot relations, we use the concept of bipartite graphs, or bigraphs. A bigraph is a graph whose vertices can be divided into two sets such that no two vertices in the same set are joined by an edge [8]. In this paper, we define our problem as a weighted bigraph during each decision time-period, where and are a set of robots and a set of tasks, respectively; and represents a set of weighted edges that connect robots to available tasks.
2) Bigraph Weights Assignment - Robots’ Incentive Model: In order to fully construct the representative weighted bipartite graph, we should determine the weights of edges, a typically challenging endeavor given the lack of any standard recommendations to this end. In other words, the purpose of weighted bigraph construction is to identify and systematically represent the incentive of robots for doing each task, in a manner that facilitates mission success. In this paper, the mission outcome (goal) is defined as delivering the survival kits to the maximum possible number of victims prior to their respective time deadlines.
We handcraft the incentive (graph edge weight) model to be a negative exponential function of the time () by which the robot can accomplish the concerned task if chosen next, and if and only if the task can be completed before the deadline , i.e., if ; this function is scaled by a remaining flight-range parameter (). If the task cannot be completed before the deadline, a weight of zero is assigned. With this model, the weight, , of a bigraph edge can be expressed as:
(1) |
where . Here, , , and respectively represent the remaining range of the UAV at that time instant, the distance to be traveled by robot to get to task , and the distance between task and the depot. The parameter is a normalizing constant (scaling length) for time and the margin parameter is the lowest remaining range that a UAV is allowed to travel with. The scaling factor is designed to regulate the remaining range (to undertake further tasks) after the completion of the selected task . The robots are assumed to all start from/end at a single depot. At the beginning, the robots’ labels are randomly assigned.
3) Maximum Weight Matching: Once the weighted bipartite graph has been constructed, the final step is to solve the task assignment or allocation problem as a maximum weight matching problem [9]. This problem is defined as drawing a largest possible set of edges such that they do not share any vertices and the summation of the weights of the selected edges are maximum. An improved maximum matching algorithm [10] is used here to determine the optimal task assignment. It is important to note that the outcomes of this (uniquely) asynchronous decentralized decision-making process are deterministic and inherently conflict free.
Input: - the recent states of active tasks and the robots, including robot- () and its peers ().
Output: - the next decision of robot- at its iteration .
Iii Results and Discussion
In this paper, the delivery of survival kits for flood victims via a UAV team is considered as the application. We design and execute a set of numerical experiments to investigate the performance and scalability of the Dec-MRTA approach, and compare it with a Feasibility-preserving Random-walk MRTA (RND-Feas) approach where each robot randomly chooses available and feasible tasks (through a random allocation that uses GetFeasibleTask in Alg. 1). Moreover, in order to measure the optimality of decision-making of the Dec-MRTA, a centralized ILP is run and compared.
Comparative Analysis of Dec-MRTA: As shown in Fig. 1, the completion rate of the centralized ILP and Dec-MRTA algorithms is found to be 100% in all scenarios, while that of the biased random-walk approach is found to vary from 94% to 100% across the case scenarios.

In terms of the computational efficiency, the biased random-walk approach is the fastest. More importantly, as observed from Fig. 1, the cumulative computing time of Dec-MRTA is about 3 orders of magnitude smaller than that of the centralized ILP approach.

Scalability Analysis of Dec-MRTA: In order to study the impact of the number of robots (scalability) on computational tractability of the Dec-MRTA algorithm, we tested it for the huge problem and the dynamic case studies by changing the number robots from 1 to 100. For both case studies, the proposed algorithm outperforms the biased random-walk method in terms of completion rate (the huge problem is shown in Fig. 2). The mission success (completion rate) improves by increasing the number of robots, but saturates after certain point (after and in static huge case and dynamic case, respectively).
Communication Latency Analysis of Dec-MRTA: Here, we run Dec-MRTA on the huge Case with swarm sizes varying from 1 to 100 to elaborate how a 1-minute communication latency impacts on the performance (completion rate) of the Dec-MRTA approach. There is no significant impact for 1 and 2-robot swarm case and for swarm with size larger than 50 robots. For 20-robot and 30-robot swarms, the 1-minute latency has a big impact (about ).
Iv Conclusion
In this paper, we proposed a decentralized graph (construction and matching) based algorithm to perform task allocation in multi-robot systems, and assess its performance on a multi-UAV flood response application. The new algorithm, Dec-MRTA, is compared with a feasibility-preserving random-walk and a centralized ILP method. Dec-MRTA outperforms the random-walk approach by achieving (up to) 5% and 57% better completion rate in a large 100-robot/1000-fixed-task case and a dynamic-task case, respectively. Compared to the ILP method, Dec-MRTA is observed to offer up to times higher computational efficiency, and similar robustness across missions. Future work will focus on alleviating the deterministic environment and perfect communication assumptions made in applying Dec-MRTA.
References
- [1] B. P. Gerkey and M. J. Matarić, “A formal analysis and taxonomy of task allocation in multi-robot systems,” The International Journal of Robotics Research, vol. 23, no. 9, pp. 939–954, 2004.
- [2] P. Ghassemi and S. Chowdhury, “Decentralized task allocation in multi-robot systems via bipartite graph matching augmented with fuzzy clustering,” in ASME 2018 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2018, pp. V02AT03A014–V02AT03A014.
- [3] ——, “Decentralized informative path planning with exploration-exploitation balance for swarm robotic search,” arXiv preprint arXiv:1905.09988, 2019.
- [4] G. A. Korsah, A. Stentz, and M. B. Dias, “A comprehensive taxonomy for multi-robot task allocation,” The International Journal of Robotics Research, vol. 32, no. 12, pp. 1495–1512, 2013.
- [5] G. Colistra, V. Pilloni, and L. Atzori, “The problem of task allocation in the internet of things and the consensus-based approach,” Computer Networks, vol. 73, pp. 98–111, 2014.
- [6] F. Wu, S. Zilberstein, and X. Chen, “Online planning for multi-agent systems with bounded communication,” Artificial Intelligence, vol. 175, no. 2, pp. 487–511, 2011.
- [7] B. Siciliano and O. Khatib, Springer handbook of robotics. Springer, 2016.
- [8] A. S. Asratian, T. M. Denley, and R. Häggkvist, Bipartite graphs and their applications. Cambridge University Press, 1998, vol. 131.
- [9] D. B. West et al., Introduction to graph theory. Prentice hall Upper Saddle River, 2001, vol. 2.
- [10] Z. Galil, “Efficient algorithms for finding maximum matching in graphs,” ACM Computing Surveys (CSUR), vol. 18, no. 1, pp. 23–38, 1986.
Comments
There are no comments yet.