CVMay 17, 2017

Re3 : Real-Time Recurrent Regression Networks for Visual Tracking of Generic Objects

arXiv:1705.06368v349 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and adaptive object tracking in computer vision, though it is incremental as it builds on existing deep learning methods with improvements in speed and occlusion handling.

The authors tackled the problem of robust visual object tracking by developing Re3, a real-time deep tracker that incorporates temporal information and updates appearance models on the fly, achieving tracking at 150 FPS with competitive results on challenging benchmarks and better handling of temporary occlusion compared to other trackers.

Robust object tracking requires knowledge and understanding of the object being tracked: its appearance, its motion, and how it changes over time. A tracker must be able to modify its underlying model and adapt to new observations. We present Re3, a real-time deep object tracker capable of incorporating temporal information into its model. Rather than focusing on a limited set of objects or training a model at test-time to track a specific instance, we pretrain our generic tracker on a large variety of objects and efficiently update on the fly; Re3 simultaneously tracks and updates the appearance model with a single forward pass. This lightweight model is capable of tracking objects at 150 FPS, while attaining competitive results on challenging benchmarks. We also show that our method handles temporary occlusion better than other comparable trackers using experiments that directly measure performance on sequences with occlusion.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes