English

Transforming Model Prediction for Tracking

Computer Vision and Pattern Recognition 2022-03-22 v1

Abstract

Optimization based tracking methods have been widely successful by integrating a target model prediction module, providing effective global reasoning by minimizing an objective function. While this inductive bias integrates valuable domain knowledge, it limits the expressivity of the tracking network. In this work, we therefore propose a tracker architecture employing a Transformer-based model prediction module. Transformers capture global relations with little inductive bias, allowing it to learn the prediction of more powerful target models. We further extend the model predictor to estimate a second set of weights that are applied for accurate bounding box regression. The resulting tracker relies on training and on test frame information in order to predict all weights transductively. We train the proposed tracker end-to-end and validate its performance by conducting comprehensive experiments on multiple tracking datasets. Our tracker sets a new state of the art on three benchmarks, achieving an AUC of 68.5% on the challenging LaSOT dataset.

Keywords

Cite

@article{arxiv.2203.11192,
  title  = {Transforming Model Prediction for Tracking},
  author = {Christoph Mayer and Martin Danelljan and Goutam Bhat and Matthieu Paul and Danda Pani Paudel and Fisher Yu and Luc Van Gool},
  journal= {arXiv preprint arXiv:2203.11192},
  year   = {2022}
}

Comments

Accepted at CVPR 2022. The code and trained models are available at https://github.com/visionml/pytracking

R2 v1 2026-06-24T10:20:56.114Z