Multi-Agent Team Access Monitoring: Environments that Benefit from Target Information Sharing
Andrew Dudash, Scott James, Ryan Rubel
TL;DR
This work extends the minimum-node-cut framework to monitor access to multiple non-contiguous target regions by comparing an iterative per-target approach with a holistic, information-sharing approach. Both methods solve a $minimum\text{-}node\text{-}cut$ on a traversability graph using the $preflow\text{-}push$ algorithm, with the holistic method connecting targets to a common sink to compute a single cut. Through extensive simulations on open and closed grid environments with varying obstacle densities, target counts, and sizes, the authors show that holistic monitoring can reduce robot requirements notably in medium-density scenarios while remaining a valid solution strategy. The findings have practical implications for dynamic checkpointing, surveillance, and hazard containment by leveraging environment structure to share information across targets.
Abstract
Robotic access monitoring of multiple target areas has applications including checkpoint enforcement, surveillance and containment of fire and flood hazards. Monitoring access for a single target region has been successfully modeled as a minimum-cut problem. We generalize this model to support multiple target areas using two approaches: iterating on individual targets and examining the collections of targets holistically. Through simulation we measure the performance of each approach on different scenarios.
