CVMar 22, 2022

Joint Feature Learning and Relation Modeling for Tracking: A One-Stream Framework

arXiv:2203.11991v4895 citationsh-index: 96Has Code
AI Analysis

This work addresses inefficiencies in visual object tracking for computer vision applications, offering a novel approach that improves both accuracy and speed, though it is incremental in the context of existing tracking frameworks.

The authors tackled the problem of limited target-background discriminability in visual object tracking by proposing a one-stream framework that unifies feature learning and relation modeling, achieving state-of-the-art performance with 73.7% AO on GOT-10k, a 4.3% improvement over the previous best.

The current popular two-stream, two-stage tracking framework extracts the template and the search region features separately and then performs relation modeling, thus the extracted features lack the awareness of the target and have limited target-background discriminability. To tackle the above issue, we propose a novel one-stream tracking (OSTrack) framework that unifies feature learning and relation modeling by bridging the template-search image pairs with bidirectional information flows. In this way, discriminative target-oriented features can be dynamically extracted by mutual guidance. Since no extra heavy relation modeling module is needed and the implementation is highly parallelized, the proposed tracker runs at a fast speed. To further improve the inference efficiency, an in-network candidate early elimination module is proposed based on the strong similarity prior calculated in the one-stream framework. As a unified framework, OSTrack achieves state-of-the-art performance on multiple benchmarks, in particular, it shows impressive results on the one-shot tracking benchmark GOT-10k, i.e., achieving 73.7% AO, improving the existing best result (SwinTrack) by 4.3\%. Besides, our method maintains a good performance-speed trade-off and shows faster convergence. The code and models are available at https://github.com/botaoye/OSTrack.

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