Fast CNN-Based Object Tracking Using Localization Layers and Deep Features Interpolation
Al-Hussein A. El-Shafie, Mohamed Zaki, Serag El-Din Habib

TL;DR
This paper introduces a fast CNN-based object tracking method that reduces computational load by processing the entire region-of-interest once, using localization layers and feature interpolation, achieving 8x speedup with competitive accuracy.
Contribution
The authors propose novel schemes including region-of-interest processing, coarse and fine localization with bilinear interpolation, and training patch feature generation without forward passes, enhancing speed without sacrificing performance.
Findings
Achieves 8x faster tracking speed compared to similar CNN-based trackers.
Maintains competitive accuracy on the OTB benchmark.
Reduces computational load by avoiding redundant feature map calculations.
Abstract
Object trackers based on Convolution Neural Network (CNN) have achieved state-of-the-art performance on recent tracking benchmarks, while they suffer from slow computational speed. The high computational load arises from the extraction of the feature maps of the candidate and training patches in every video frame. The candidate and training patches are typically placed randomly around the previous target location and the estimated target location respectively. In this paper, we propose novel schemes to speed-up the processing of the CNN-based trackers. We input the whole region-of-interest once to the CNN to eliminate the redundant computations of the random candidate patches. In addition to classifying each candidate patch as an object or background, we adapt the CNN to classify the target location inside the object patches as a coarse localization step, and we employ bilinear…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Convolution
