CVROSep 18, 2024

RockTrack: A 3D Robust Multi-Camera-Ken Multi-Object Tracking Framework

arXiv:2409.11749v14 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the need for more versatile and efficient tracking in autonomous driving and robotics, though it is incremental as it builds on existing tracking-by-detection methods.

The paper tackled the problem of limited versatility and overlooked features in 3D multi-object tracking for multi-camera setups by proposing RockTrack, a framework that achieves state-of-the-art performance with 59.1% AMOTA on the nuScenes vision-only tracking leaderboard.

3D Multi-Object Tracking (MOT) obtains significant performance improvements with the rapid advancements in 3D object detection, particularly in cost-effective multi-camera setups. However, the prevalent end-to-end training approach for multi-camera trackers results in detector-specific models, limiting their versatility. Moreover, current generic trackers overlook the unique features of multi-camera detectors, i.e., the unreliability of motion observations and the feasibility of visual information. To address these challenges, we propose RockTrack, a 3D MOT method for multi-camera detectors. Following the Tracking-By-Detection framework, RockTrack is compatible with various off-the-shelf detectors. RockTrack incorporates a confidence-guided preprocessing module to extract reliable motion and image observations from distinct representation spaces from a single detector. These observations are then fused in an association module that leverages geometric and appearance cues to minimize mismatches. The resulting matches are propagated through a staged estimation process, forming the basis for heuristic noise modeling. Additionally, we introduce a novel appearance similarity metric for explicitly characterizing object affinities in multi-camera settings. RockTrack achieves state-of-the-art performance on the nuScenes vision-only tracking leaderboard with 59.1% AMOTA while demonstrating impressive computational efficiency.

Code Implementations1 repo
Foundations

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

Your Notes