CVNov 19, 2018

ATOM: Accurate Tracking by Overlap Maximization

arXiv:1811.07628v21293 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the specific problem of accurate target state estimation in visual tracking, which is crucial for applications like surveillance and autonomous driving, and represents a strong incremental improvement in the field.

The paper tackles the problem of limited accuracy in visual tracking by proposing a novel architecture with dedicated target estimation and classification components, achieving a 15% relative gain over the previous best approach on the TrackingNet dataset while running at over 30 FPS.

While recent years have witnessed astonishing improvements in visual tracking robustness, the advancements in tracking accuracy have been limited. As the focus has been directed towards the development of powerful classifiers, the problem of accurate target state estimation has been largely overlooked. In fact, most trackers resort to a simple multi-scale search in order to estimate the target bounding box. We argue that this approach is fundamentally limited since target estimation is a complex task, requiring high-level knowledge about the object. We address this problem by proposing a novel tracking architecture, consisting of dedicated target estimation and classification components. High level knowledge is incorporated into the target estimation through extensive offline learning. Our target estimation component is trained to predict the overlap between the target object and an estimated bounding box. By carefully integrating target-specific information, our approach achieves previously unseen bounding box accuracy. We further introduce a classification component that is trained online to guarantee high discriminative power in the presence of distractors. Our final tracking framework sets a new state-of-the-art on five challenging benchmarks. On the new large-scale TrackingNet dataset, our tracker ATOM achieves a relative gain of 15% over the previous best approach, while running at over 30 FPS. Code and models are available at https://github.com/visionml/pytracking.

Code Implementations4 repos
Foundations

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

Your Notes