Persistent Monitoring in Discrete Environments: Minimizing the Maximum Weighted Latency Between Observations
Soroush Alamdari, Elaheh Fata, Stephen L. Smith

TL;DR
This paper addresses the challenge of planning robot patrol paths in known environments to minimize the maximum weighted latency between visits, introducing approximation algorithms for an NP-hard problem.
Contribution
It formulates the problem of minimizing maximum weighted latency in robot monitoring, proves its computational hardness, and proposes two approximation algorithms with proven bounds.
Findings
Algorithms scale to thousands of vertices in simulations.
Proposed methods effectively reduce maximum weighted latency.
Case study demonstrates practical application in city crime patrolling.
Abstract
In this paper, we consider the problem of planning a path for a robot to monitor a known set of features of interest in an environment. We represent the environment as a graph with vertex weights and edge lengths. The vertices represent regions of interest, edge lengths give travel times between regions, and the vertex weights give the importance of each region. As the robot repeatedly performs a closed walk on the graph, we define the weighted latency of a vertex to be the maximum time between visits to that vertex, weighted by the importance (vertex weight) of that vertex. Our goal is to find a closed walk that minimizes the maximum weighted latency of any vertex. We show that there does not exist a polynomial time algorithm for the problem. We then provide two approximation algorithms; an -approximation algorithm and an -approximation algorithm, where…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Mobile Ad Hoc Networks · Robotic Path Planning Algorithms
