MUTR3D: A Multi-Camera Tracking Framework via 3D-to-2D Queries

Abstract

Accurate and consistent 3D tracking from multiple cameras is a key component in a vision-based autonomous driving system. It involves modeling 3D dynamic objects in complex scenes across multiple cameras. This problem is inherently challenging due to depth estimation, visual occlusions, appearance ambiguity, etc. Moreover, objects are not consistently associated across time and cameras. To address that, we propose an end-to-end MUlti-camera TRacking framework called MUTR3D. In contrast to prior works, MUTR3D does not explicitly rely on the spatial and appearance similarity of objects. Instead, our method introduces 3D track query to model spatial and appearance coherent track for each object that appears in multiple cameras and multiple frames. We use camera transformations to link 3D trackers with their observations in 2D images. Each tracker is further refined according to the features that are obtained from camera images. MUTR3D uses a set-to-set loss to measure the difference between the predicted tracking results and the ground truths. Therefore, it does not require any post-processing such as non-maximum suppression and/or bounding box association. MUTR3D outperforms state-of-the-art methods by 5.3 AMOTA on the nuScenes dataset. Code will be released.

Cite

Text

Zhang et al. "MUTR3D: A Multi-Camera Tracking Framework via 3D-to-2D Queries." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022. doi:10.1109/CVPRW56347.2022.00500

Markdown

[Zhang et al. "MUTR3D: A Multi-Camera Tracking Framework via 3D-to-2D Queries." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022.](https://mlanthology.org/cvprw/2022/zhang2022cvprw-mutr3d/) doi:10.1109/CVPRW56347.2022.00500

BibTeX

@inproceedings{zhang2022cvprw-mutr3d,
  title     = {{MUTR3D: A Multi-Camera Tracking Framework via 3D-to-2D Queries}},
  author    = {Zhang, Tianyuan and Chen, Xuanyao and Wang, Yue and Wang, Yilun and Zhao, Hang},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2022},
  pages     = {4536-4545},
  doi       = {10.1109/CVPRW56347.2022.00500},
  url       = {https://mlanthology.org/cvprw/2022/zhang2022cvprw-mutr3d/}
}