🤖 AI Summary
This work addresses the challenge in multi-object tracking where limited sensor resolution often results in multiple targets generating a single unresolved measurement, leading to track loss. To tackle this issue, the authors propose a probabilistic partition model based on pairwise object coupling that uniformly characterizes the association structure among targets under unresolved measurements. Building upon this model, they develop a Gaussian Loopy Belief Propagation (GLBP) algorithm that integrates the loopy belief propagation framework with Gaussian approximations. By explicitly modeling sensor resolution, detection probability, and noise characteristics, GLBP substantially reduces computational complexity while maintaining high estimation accuracy. Experimental results demonstrate that GLBP achieves performance close to that of exact marginalization methods, yet with significantly lower computational cost, thereby confirming its efficiency and effectiveness.
📝 Abstract
Unresolved measurements occur in many inference problems where two or more hidden processes may, at times, jointly generate a single measurement. For instance, such phenomena are encountered in multiobject tracking owing to the limited resolution capabilities of practical sensors; or in camera-aided autonomous driving due to shadowing or occlusions. Substantial performance degradation, such as track losses, are incurred when unresolved measurements are not accounted for.
In this paper, we address multiobject tracking under a generalized unresolved measurement model, where any subset of objects may generate a single unresolved measurement according to a probabilistic model. Our innovation lies both in modeling and algorithm-design directions. First, we develop a probability distribution for object partitions based on a model of pairwise coupling of objects and subsequently a probability distribution for object-to-measurement association variables. This generic model incorporates sensor resolution capabilities, sensor detection, and sensor noise characteristics for object groups. Second, a generic Loopy Belief Propagation (LBP) method as well as a specialized Gaussian-LBP (GLBP) algorithm are proposed that perform object state inference under the aforementioned model. In contrast to direct marginalization methods, which involve a computational complexity of $O(m^n)$, for $m$ measurements and $n$ objects, the proposed GLBP algorithm achieves a computational complexity on the order of $O(m n 2^{n})$. Numerical results demonstrate the effectiveness of our proposed GLBP, with estimation performance that closely matches that of exact marginalization for only a fraction of the computational resources.