MEXGEN: An Effective and Efficient Information Gain Approximation for Information Gathering Path Planning
Joshua Chesser, Thuraiappah Sathyan, Damith C. Ranasinghe
TL;DR
The paper tackles online information gathering under uncertainty within a POMDP framework, where planning must maximize information-informed rewards over a horizon. It introduces MexGen, a measurement-prediction method that computes a single predicted measurement by averaging $M$ samples of the measurement function $h(\mathbf{x})$ with $\mathbf{x} \sim B_t$, i.e., $\hat{z} = \dfrac{1}{M} \sum_{i=1}^M h(\mathbf{x}^{(i)})$, enabling efficient estimation of information gain. A key theoretical result shows $\mathrm{MSE}(\text{PIM}) + \varepsilon \ge E[\mathrm{MSE}(\text{MexGen})]$ with $\varepsilon = \dfrac{1}{M} \sigma^2$, proving MexGen reduces measurement-prediction error, particularly for nonlinear or multimodal beliefs. Extensive simulations and field experiments with an onboard quadrotor validate improved planning performance and substantial run-time savings over MC and PIM, demonstrating practical impact for autonomous sensing tasks.
Abstract
Autonomous robots for gathering information on objects of interest has numerous real-world applications because of they improve efficiency, performance and safety. Realizing autonomy demands online planning algorithms to solve sequential decision making problems under uncertainty; because, objects of interest are often dynamic, object state, such as location is not directly observable and are obtained from noisy measurements. Such planning problems are notoriously difficult due to the combinatorial nature of predicting the future to make optimal decisions. For information theoretic planning algorithms, we develop a computationally efficient and effective approximation for the difficult problem of predicting the likely sensor measurements from uncertain belief states}. The approach more accurately predicts information gain from information gathering actions. Our theoretical analysis proves the proposed formulation achieves a lower prediction error than the current efficient-method. We demonstrate improved performance gains in radio-source tracking and localization problems using extensive simulated and field experiments with a multirotor aerial robot.
