MITracker: Multi-View Integration for Visual Object Tracking
Mengjie Xu, Yitao Zhu, Haotian Jiang, Jiaming Li, Zhenrong Shen, Sheng Wang, Haolin Huang, Xinyu Wang, Qing Yang, Han Zhang, Qian Wang
TL;DR
MITracker tackles occlusion and target loss in multi-view visual object tracking by forming a BEV-guided $3$D feature volume from per-view 2D features and applying a geometry-aware attention module for cross-view refinement. The authors introduce the MVTrack dataset, a 234K-frame, 27-object, 9-attribute benchmark collected from calibrated 3–4 camera rigs, enabling class-agnostic MVOT research. Empirically, MITracker achieves state-of-the-art results on MVTrack and GMTD, with notable improvements in multi-view $P_{Norm}$ and strong single-view transfer, while demonstrating robust recovery after target disappearance. These contributions advance practical multi-view tracking by providing a large-scale dataset and a robust BEV-guided fusion framework suitable for long sequences and varied viewpoints.
Abstract
Multi-view object tracking (MVOT) offers promising solutions to challenges such as occlusion and target loss, which are common in traditional single-view tracking. However, progress has been limited by the lack of comprehensive multi-view datasets and effective cross-view integration methods. To overcome these limitations, we compiled a Multi-View object Tracking (MVTrack) dataset of 234K high-quality annotated frames featuring 27 distinct objects across various scenes. In conjunction with this dataset, we introduce a novel MVOT method, Multi-View Integration Tracker (MITracker), to efficiently integrate multi-view object features and provide stable tracking outcomes. MITracker can track any object in video frames of arbitrary length from arbitrary viewpoints. The key advancements of our method over traditional single-view approaches come from two aspects: (1) MITracker transforms 2D image features into a 3D feature volume and compresses it into a bird's eye view (BEV) plane, facilitating inter-view information fusion; (2) we propose an attention mechanism that leverages geometric information from fused 3D feature volume to refine the tracking results at each view. MITracker outperforms existing methods on the MVTrack and GMTD datasets, achieving state-of-the-art performance. The code and the new dataset will be available at https://mii-laboratory.github.io/MITracker/.
