ROFeb 23, 2020

Active localization of multiple targets using noisy relative measurements

arXiv:2002.09850v11 citations
AI Analysis

This addresses the challenge of efficient target localization for robotics applications, representing an incremental improvement over existing methods.

The paper tackles the problem of a mobile robot localizing multiple targets using noisy relative measurements by formulating path planning as an unsupervised learning problem to minimize uncertainty quickly, showing that it outperforms a greedy approach and performs comparably to an offline algorithm with true target locations.

Consider a mobile robot tasked with localizing targets at unknown locations by obtaining relative measurements. The observations can be bearing or range measurements. How should the robot move so as to localize the targets and minimize the uncertainty in their locations as quickly as possible? Most existing approaches are either greedy in nature or rely on accurate initial estimates. We formulate this path planning problem as an unsupervised learning problem where the measurements are aggregated using a Bayesian histogram filter. The robot learns to minimize the total uncertainty of each target in the shortest amount of time using the current measurement and an aggregate representation of the current belief state. We analyze our method in a series of experiments where we show that our method outperforms a standard greedy approach. In addition, its performance is also comparable to an offline algorithm which has access to the true location of the targets.

Foundations

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

Your Notes