Tracking by Instance Detection: A Meta-Learning Approach

Abstract

We consider the tracking problem as a special type of object detection problem, which we call instance detection. With proper initialization, a detector can be quickly converted into a tracker by learning the new instance from a single image. We find that model-agnostic meta-learning (MAML) offers a strategy to initialize the detector that satisfies our needs. We propose a principled three-step approach to build a high-performance tracker. First, pick any modern object detector trained with gradient descent. Second, conduct offline training (or initialization) with MAML. Third, perform domain adaptation using the initial frame. We follow this procedure to build two trackers, named Retina-MAML and FCOS-MAML, based on two modern detectors RetinaNet and FCOS. Evaluations on four benchmarks show that both trackers are competitive against state-of-the-art trackers. On OTB-100, Retina-MAML achieves the highest ever AUC of 0.712. On TrackingNet, FCOS-MAML ranks the first on the leader board with an AUC of 0.757 and the normalized precision of 0.822. Both trackers run in real-time at 40 FPS.

Cite

Text

Wang et al. "Tracking by Instance Detection: A Meta-Learning Approach." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00632

Markdown

[Wang et al. "Tracking by Instance Detection: A Meta-Learning Approach." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/wang2020cvpr-tracking/) doi:10.1109/CVPR42600.2020.00632

BibTeX

@inproceedings{wang2020cvpr-tracking,
  title     = {{Tracking by Instance Detection: A Meta-Learning Approach}},
  author    = {Wang, Guangting and Luo, Chong and Sun, Xiaoyan and Xiong, Zhiwei and Zeng, Wenjun},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00632},
  url       = {https://mlanthology.org/cvpr/2020/wang2020cvpr-tracking/}
}