🤖 AI Summary
In high-noise, high-clutter scenarios, multi-particle tracking suffers from combinatorial explosion: the number of trajectory association hypotheses grows super-exponentially with both particle count and frame number. To address this, we propose a hybrid tracking framework that synergistically integrates attention mechanisms with Bayesian filtering. Specifically, we innovatively employ the Transformer’s self-attention mechanism to learn discriminative motion representations of particles and generate soft association predictions, enabling efficient pruning of the hypothesis space. The pruned candidate set is then refined via Bayesian filtering to yield locally optimal state estimates—balancing global robustness with local accuracy. This work is the first to incorporate Transformers into the soft-label-driven pre-screening stage of data association, preserving interpretability while substantially improving tracking accuracy and false-alarm resilience. Experiments demonstrate superior efficiency and strong robustness under severe clutter conditions.
📝 Abstract
Tracking multiple particles in noisy and cluttered scenes remains challenging due to a combinatorial explosion of trajectory hypotheses, which scales super-exponentially with the number of particles and frames. The transformer architecture has shown a significant improvement in robustness against this high combinatorial load. However, its performance still falls short of the conventional Bayesian filtering approaches in scenarios presenting a reduced set of trajectory hypothesis. This suggests that while transformers excel at narrowing down possible associations, they may not be able to reach the optimality of the Bayesian approach in locally sparse scenario. Hence, we introduce a hybrid tracking framework that combines the ability of self-attention to learn the underlying representation of particle behavior with the reliability and interpretability of Bayesian filtering. We perform trajectory-to-detection association by solving a label prediction problem, using a transformer encoder to infer soft associations between detections across frames. This prunes the hypothesis set, enabling efficient multiple-particle tracking in Bayesian filtering framework. Our approach demonstrates improved tracking accuracy and robustness against spurious detections, offering a solution for high clutter multiple particle tracking scenarios.