Optimizing Sensor Network Design for Multiple Coverage
Lukas Taus, Yen-Hsi Richard Tsai
TL;DR
This work tackles minimizing the number of sensors to achieve robust, multi-coverage in non-simply connected environments by formulating a greedy next-best-view approach with a novel gain function $\mathcal{G}_k$. It establishes monotonicity and submodularity properties of the objective $f_k$, provides approximation guarantees, and introduces a parallel greedy variant to accelerate computation. A deep learning strategy with a UNet-like architecture is developed to predict the gain function, enabling near real-time decisions, and a comprehensive data-generation pipeline (including $D_0$, $D_\epsilon$, and $D_+$) supports training. Extensive simulations demonstrate that the combination of greedy, parallelization, and learned gains achieves near-optimal coverage with fewer sensors, while revealing the importance of training data distribution on inference performance. The proposed framework advances practical, robust sensor-network design with potential impact on surveillance, robotics, and infrastructure planning.
Abstract
Sensor placement optimization methods have been studied extensively. They can be applied to a wide range of applications, including surveillance of known environments, optimal locations for 5G towers, and placement of missile defense systems. However, few works explore the robustness and efficiency of the resulting sensor network concerning sensor failure or adversarial attacks. This paper addresses this issue by optimizing for the least number of sensors to achieve multiple coverage of non-simply connected domains by a prescribed number of sensors. We introduce a new objective function for the greedy (next-best-view) algorithm to design efficient and robust sensor networks and derive theoretical bounds on the network's optimality. We further introduce a Deep Learning model to accelerate the algorithm for near real-time computations. The Deep Learning model requires the generation of training examples. Correspondingly, we show that understanding the geometric properties of the training data set provides important insights into the performance and training process of deep learning techniques. Finally, we demonstrate that a simple parallel version of the greedy approach using a simpler objective can be highly competitive.
