Efficient Sensor Placement from Regression with Sparse Gaussian Processes in Continuous and Discrete Spaces
Kalvik Jakkala, Srinivas Akella
TL;DR
The paper tackles efficient sensor placement for spatiotemporally correlated fields under sparse labeling by formulating the problem as variational inference with sparse Gaussian processes. It introduces Continuous-SGP, Greedy-SGP, and Discrete-SGP, exploiting a differentiable ELBO to optimize $m$ inducing points that correspond to sensor locations, and, when needed, maps continuous solutions to a discrete candidate set via an assignment problem. Across four real datasets, the SVGP-based methods achieve reconstruction quality and mutual information on par with or better than MI-based baselines while delivering order-of-magnitude speedups, especially in large or 3D problems. The approach also provides differentiability for integration with neural networks and potential extensions to spatiotemporal, obstacle-aware, and robotic informative path planning contexts.
Abstract
The sensor placement problem is a common problem that arises when monitoring correlated phenomena, such as temperature, precipitation, and salinity. Existing approaches to this problem typically formulate it as the maximization of information metrics, such as mutual information~(MI), and use optimization methods such as greedy algorithms in discrete domains, and derivative-free optimization methods such as genetic algorithms in continuous domains. However, computing MI for sensor placement requires discretizing the environment, and its computation cost depends on the size of the discretized environment. These limitations restrict these approaches from scaling to large problems. We present a novel formulation to the SP problem based on variational approximation that can be optimized using gradient descent, allowing us to efficiently find solutions in continuous domains. We generalize our method to also handle discrete environments. Our experimental results on four real-world datasets demonstrate that our approach generates sensor placements consistently on par with or better than the prior state-of-the-art approaches in terms of both MI and reconstruction quality, all while being significantly faster. Our computationally efficient approach enables both large-scale sensor placement and fast robotic sensor placement for informative path planning algorithms.
