🤖 AI Summary
To address the challenge of extending 2D multi-target multi-camera tracking (MTMC) systems to 3D space, this paper proposes a lightweight, plug-and-play 3D extension framework. It leverages monocular depth estimation and camera calibration to project online 2D detections and trajectories into point-cloud space. Cross-camera data association is enhanced via local identity consistency constraints, while a depth-aware post-fusion strategy ensures global identity coherence. Furthermore, point-cloud clustering and yaw-angle optimization are integrated to reconstruct high-accuracy 3D bounding boxes and trajectories. Crucially, the method operates without modifying the underlying 2D tracking modules, significantly reducing deployment overhead. Evaluated on the 2025 AI City Challenge 3D MTMC benchmark, it achieves third place—demonstrating strong effectiveness, robustness, and engineering practicality.
📝 Abstract
Multi-Target Multi-Camera Tracking (MTMC) is an essential computer vision task for automating large-scale surveillance. With camera calibration and depth information, the targets in the scene can be projected into 3D space, offering unparalleled levels of automatic perception of a 3D environment. However, tracking in the 3D space requires replacing all 2D tracking components from the ground up, which may be infeasible for existing MTMC systems. In this paper, we present an approach for extending any online 2D multi-camera tracking system into 3D space by utilizing depth information to reconstruct a target in point-cloud space, and recovering its 3D box through clustering and yaw refinement following tracking. We also introduced an enhanced online data association mechanism that leverages the target's local ID consistency to assign global IDs across frames. The proposed framework is evaluated on the 2025 AI City Challenge's 3D MTMC dataset, achieving 3rd place on the leaderboard.