Attention-Aware Multi-View Pedestrian Tracking
Reef Alturki, Adrian Hilton, Jean-Yves Guillemaut
TL;DR
This paper tackles occlusion in multi-view pedestrian tracking by combining an early-fusion BEV representation with a cross-attention mechanism that propagates and aligns pedestrian features across frames. The approach uses an encoder–projection–decoder BEV pipeline, enhanced by a cross-attention module that operates on BEV tokens from neighboring frames and a 3D positional encoding to improve temporal associations. It introduces a robust affinity estimation for cross-frame matching and a deformable-convolution-based BEV decoder to better fuse multi-scale location and appearance cues. Evaluations on Wildtrack and MultiviewX show state-of-the-art IDF1 and competitive MOTA/MOTP, highlighting the practical impact of cross-view temporal reasoning for occlusion-heavy scenes.
Abstract
In spite of the recent advancements in multi-object tracking, occlusion poses a significant challenge. Multi-camera setups have been used to address this challenge by providing a comprehensive coverage of the scene. Recent multi-view pedestrian detection models have highlighted the potential of an early-fusion strategy, projecting feature maps of all views to a common ground plane or the Bird's Eye View (BEV), and then performing detection. This strategy has been shown to improve both detection and tracking performance. However, the perspective transformation results in significant distortion on the ground plane, affecting the robustness of the appearance features of the pedestrians. To tackle this limitation, we propose a novel model that incorporates attention mechanisms in a multi-view pedestrian tracking scenario. Our model utilizes an early-fusion strategy for detection, and a cross-attention mechanism to establish robust associations between pedestrians in different frames, while efficiently propagating pedestrian features across frames, resulting in a more robust feature representation for each pedestrian. Extensive experiments demonstrate that our model outperforms state-of-the-art models, with an IDF1 score of $96.1\%$ on Wildtrack dataset, and $85.7\%$ on MultiviewX dataset.
