MeMOT: Multi-Object Tracking with Memory

Abstract

We propose an online tracking algorithm that performs the object detection and data association under a common framework, capable of linking objects after a long time span. This is realized by preserving a large spatio-temporal memory to store the identity embeddings of the tracked objects, and by adaptively referencing and aggregating useful information from the memory as needed. Our model, called MeMOT, consists of three main modules that are all Transformer-based: 1) Hypothesis Generation that produce object proposals in the current video frame; 2) Memory Encoding that extracts the core information from the memory for each tracked object; and 3) Memory Decoding that solves the object detection and data association tasks simultaneously for multi-object tracking. When evaluated on widely adopted MOT benchmark datasets, MeMOT observes very competitive performance.

Cite

Text

Cai et al. "MeMOT: Multi-Object Tracking with Memory." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.00792

Markdown

[Cai et al. "MeMOT: Multi-Object Tracking with Memory." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/cai2022cvpr-memot/) doi:10.1109/CVPR52688.2022.00792

BibTeX

@inproceedings{cai2022cvpr-memot,
  title     = {{MeMOT: Multi-Object Tracking with Memory}},
  author    = {Cai, Jiarui and Xu, Mingze and Li, Wei and Xiong, Yuanjun and Xia, Wei and Tu, Zhuowen and Soatto, Stefano},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {8090-8100},
  doi       = {10.1109/CVPR52688.2022.00792},
  url       = {https://mlanthology.org/cvpr/2022/cai2022cvpr-memot/}
}