English

Deep Reinforcement Learning for Visual Object Tracking in Videos

Computer Vision and Pattern Recognition 2017-04-12 v2 Machine Learning

Abstract

In this paper we introduce a fully end-to-end approach for visual tracking in videos that learns to predict the bounding box locations of a target object at every frame. An important insight is that the tracking problem can be considered as a sequential decision-making process and historical semantics encode highly relevant information for future decisions. Based on this intuition, we formulate our model as a recurrent convolutional neural network agent that interacts with a video overtime, and our model can be trained with reinforcement learning (RL) algorithms to learn good tracking policies that pay attention to continuous, inter-frame correlation and maximize tracking performance in the long run. The proposed tracking algorithm achieves state-of-the-art performance in an existing tracking benchmark and operates at frame-rates faster than real-time. To the best of our knowledge, our tracker is the first neural-network tracker that combines convolutional and recurrent networks with RL algorithms.

Keywords

Cite

@article{arxiv.1701.08936,
  title  = {Deep Reinforcement Learning for Visual Object Tracking in Videos},
  author = {Da Zhang and Hamid Maei and Xin Wang and Yuan-Fang Wang},
  journal= {arXiv preprint arXiv:1701.08936},
  year   = {2017}
}
R2 v1 2026-06-22T18:04:54.943Z