CVLGMMNov 28, 2024

Improving Accuracy and Generalization for Efficient Visual Tracking

arXiv:2411.18855v23 citationsh-index: 7Has CodeWACV
Originality Highly original
AI Analysis

This addresses generalization issues for efficient visual tracking in real-world deployments, representing a strong specific gain.

The paper tackles the problem of efficient visual trackers overfitting to training data and lacking generalization to out-of-distribution sequences, introducing SiamABC which improves OOD tracking by 7.6% on AVisT while running at 100 FPS on a CPU.

Efficient visual trackers overfit to their training distributions and lack generalization abilities, resulting in them performing well on their respective in-distribution (ID) test sets and not as well on out-of-distribution (OOD) sequences, imposing limitations to their deployment in-the-wild under constrained resources. We introduce SiamABC, a highly efficient Siamese tracker that significantly improves tracking performance, even on OOD sequences. SiamABC takes advantage of new architectural designs in the way it bridges the dynamic variability of the target, and of new losses for training. Also, it directly addresses OOD tracking generalization by including a fast backward-free dynamic test-time adaptation method that continuously adapts the model according to the dynamic visual changes of the target. Our extensive experiments suggest that SiamABC shows remarkable performance gains in OOD sets while maintaining accurate performance on the ID benchmarks. SiamABC outperforms MixFormerV2-S by 7.6\% on the OOD AVisT benchmark while being 3x faster (100 FPS) on a CPU. Our code and models are available at https://wvuvl.github.io/SiamABC/.

Foundations

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

Your Notes