CVMar 31, 2017

Efficient Asymmetric Co-Tracking using Uncertainty Sampling

arXiv:1704.00083v13 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accumulating errors and speed-accuracy trade-offs in object tracking for computer vision applications, representing an incremental improvement.

The paper tackled the trade-off between speed and accuracy in adaptive tracking-by-detection by proposing a co-tracking system with two detectors and an uncertainty sampling unit, resulting in improved efficiency and superior performance against state-of-the-art trackers on benchmark videos.

Adaptive tracking-by-detection approaches are popular for tracking arbitrary objects. They treat the tracking problem as a classification task and use online learning techniques to update the object model. However, these approaches are heavily invested in the efficiency and effectiveness of their detectors. Evaluating a massive number of samples for each frame (e.g., obtained by a sliding window) forces the detector to trade the accuracy in favor of speed. Furthermore, misclassification of borderline samples in the detector introduce accumulating errors in tracking. In this study, we propose a co-tracking based on the efficient cooperation of two detectors: a rapid adaptive exemplar-based detector and another more sophisticated but slower detector with a long-term memory. The sampling labeling and co-learning of the detectors are conducted by an uncertainty sampling unit, which improves the speed and accuracy of the system. We also introduce a budgeting mechanism which prevents the unbounded growth in the number of examples in the first detector to maintain its rapid response. Experiments demonstrate the efficiency and effectiveness of the proposed tracker against its baselines and its superior performance against state-of-the-art trackers on various benchmark videos.

Foundations

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

Your Notes