MAROAug 12, 2019

A sub-modular receding horizon solution for mobile multi-agent persistent monitoring

arXiv:1908.04425v30.001 citations
AI Analysis50

This work addresses the challenge of efficient multi-agent monitoring in dynamic environments, offering a decentralized solution with robustness to operational changes, though it is incremental as it builds on existing submodular and receding horizon methods.

The paper tackles the NP-hard problem of optimally dispatching heterogeneous mobile agents for persistent monitoring of interconnected nodes by proposing a suboptimal dispatch policy with a known optimality gap, using a submodular utility function and a receding horizon approach enhanced with a term for long-term nodal importance.

We study the problem of persistent monitoring of a finite number of inter-connected geographical nodes by a group of heterogeneous mobile agents. We assign to each geographical node a concave and increasing reward function that resets to zero after an agent's visit. Then, we design the optimal dispatch policy of which nodes to visit at what time and by what agent by finding a policy set that maximizes a utility that is defined as the total reward collected at visit times. We show that this optimization problem is NP-hard and its computational complexity increases exponentially with the number of the agents and the length of the mission horizon. By showing that the utility function is a monotone increasing and submodular set function of agents' policy, we proceed to propose a suboptimal dispatch policy design with a known optimality gap. To reduce the time complexity of constructing the feasible search set and also to induce robustness to changes in the operational factors, we perform our suboptimal policy design in a receding horizon fashion. Then, to compensate for the shortsightedness of the receding horizon approach for reward distribution beyond the feasible policies of the agents over the receding horizon, we add a new term to our utility, which provides a measure of nodal importance beyond the receding horizon's sight. This term gives the policy design an intuition to steer the agents towards the nodes with higher rewards on the patrolling graph. Finally, we discuss how our proposed algorithm can be implemented in a decentralized manner. A simulation study demonstrates our results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes