Assignment Algorithms for Multi-Robot Multi-Target Tracking with Sufficient and Limited Sensing Capability
Peihan Li, Lifeng Zhou

TL;DR
This paper develops and analyzes greedy algorithms for assigning robots to track targets with different sensing capabilities, optimizing tracking quality and providing theoretical guarantees.
Contribution
It introduces two polynomial-time greedy algorithms with proven approximation bounds for multi-robot multi-target tracking with varying sensing requirements.
Findings
Algorithms perform close to optimal solutions.
Greedy algorithms achieve 1/2 and 1/3 approximation bounds.
Validated in ROS-Gazebo environment.
Abstract
We study the problem of assigning robots with actions to track targets. The objective is to optimize the robot team's tracking quality which can be defined as the reduction in the uncertainty of the targets' states. Specifically, we consider two assignment problems given the different sensing capabilities of the robots. In the first assignment problem, a single robot is sufficient to track a target. To this end, we present a greedy algorithm (Algorithm 1) that assigns a robot with its action to each target. We prove that the greedy algorithm has a 1/2 approximation bound and runs in polynomial time. Then, we study the second assignment problem where two robots are necessary to track a target. We design another greedy algorithm (Algorithm 2) that assigns a pair of robots with their actions to each target. We prove that the greedy algorithm achieves a 1/3 approximation bound and has a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Distributed Control Multi-Agent Systems · Machine Learning and Algorithms
