CVMay 23, 2022

Online Hybrid Lightweight Representations Learning: Its Application to Visual Tracking

arXiv:2205.11179v13 citationsh-index: 57
Originality Incremental advance
AI Analysis

This work addresses the challenge of real-time visual tracking for applications requiring low computational resources, though it is incremental as it builds on existing deep learning methods with optimizations.

The paper tackles the problem of real-time visual tracking by proposing a hybrid representation learning framework that combines a low-bit quantized network with a lightweight full-precision network to handle streaming video data efficiently. The result is competitive accuracy on standard benchmarks with significantly reduced computational cost and memory footprint compared to state-of-the-art real-time trackers.

This paper presents a novel hybrid representation learning framework for streaming data, where an image frame in a video is modeled by an ensemble of two distinct deep neural networks; one is a low-bit quantized network and the other is a lightweight full-precision network. The former learns coarse primary information with low cost while the latter conveys residual information for high fidelity to original representations. The proposed parallel architecture is effective to maintain complementary information since fixed-point arithmetic can be utilized in the quantized network and the lightweight model provides precise representations given by a compact channel-pruned network. We incorporate the hybrid representation technique into an online visual tracking task, where deep neural networks need to handle temporal variations of target appearances in real-time. Compared to the state-of-the-art real-time trackers based on conventional deep neural networks, our tracking algorithm demonstrates competitive accuracy on the standard benchmarks with a small fraction of computational cost and memory footprint.

Foundations

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

Your Notes