English

ROAM: Recurrently Optimizing Tracking Model

Computer Vision and Pattern Recognition 2020-03-25 v3

Abstract

In this paper, we design a tracking model consisting of response generation and bounding box regression, where the first component produces a heat map to indicate the presence of the object at different positions and the second part regresses the relative bounding box shifts to anchors mounted on sliding-window locations. Thanks to the resizable convolutional filters used in both components to adapt to the shape changes of objects, our tracking model does not need to enumerate different sized anchors, thus saving model parameters. To effectively adapt the model to appearance variations, we propose to offline train a recurrent neural optimizer to update tracking model in a meta-learning setting, which can converge the model in a few gradient steps. This improves the convergence speed of updating the tracking model while achieving better performance. We extensively evaluate our trackers, ROAM and ROAM++, on the OTB, VOT, LaSOT, GOT-10K and TrackingNet benchmark and our methods perform favorably against state-of-the-art algorithms.

Keywords

Cite

@article{arxiv.1907.12006,
  title  = {ROAM: Recurrently Optimizing Tracking Model},
  author = {Tianyu Yang and Pengfei Xu and Runbo Hu and Hua Chai and Antoni B. Chan},
  journal= {arXiv preprint arXiv:1907.12006},
  year   = {2020}
}

Comments

CVPR2020 camera ready

R2 v1 2026-06-23T10:32:54.307Z