CVJul 23, 2019

Real-Time Correlation Tracking via Joint Model Compression and Transfer

arXiv:1907.09831v150 citations
Originality Incremental advance
AI Analysis

This work addresses the deployment challenge for visual tracking on resource-constrained devices, representing an incremental improvement in efficiency.

The paper tackled the problem of deep correlation filter trackers being too computationally heavy for mobile platforms with single-core CPUs by jointly compressing and transferring a CNN model via knowledge distillation, achieving real-time speed while maintaining nearly the same tracking accuracy.

Correlation filters (CF) have received considerable attention in visual tracking because of their computational efficiency. Leveraging deep features via off-the-shelf CNN models (e.g., VGG), CF trackers achieve state-of-the-art performance while consuming a large number of computing resources. This limits deep CF trackers to be deployed to many mobile platforms on which only a single-core CPU is available. In this paper, we propose to jointly compress and transfer off-the-shelf CNN models within a knowledge distillation framework. We formulate a CNN model pretrained from the image classification task as a teacher network, and distill this teacher network into a lightweight student network as the feature extractor to speed up CF trackers. In the distillation process, we propose a fidelity loss to enable the student network to maintain the representation capability of the teacher network. Meanwhile, we design a tracking loss to adapt the objective of the student network from object recognition to visual tracking. The distillation process is performed offline on multiple layers and adaptively updates the student network using a background-aware online learning scheme. Extensive experiments on five challenging datasets demonstrate that the lightweight student network accelerates the speed of state-of-the-art deep CF trackers to real-time on a single-core CPU while maintaining almost the same tracking accuracy.

Code Implementations1 repo
Foundations

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

Your Notes