Conference Paper
Computer Vision

Visual Tracking: An Experimental Survey

A.W.M. Smeulders(Centrum Wiskunde & Informatica), Dung M. Chu(University of Amsterdam), Rita Cucchiara(University of Modena and Reggio Emilia), Simone Calderara(University of Modena and Reggio Emilia), Afshin Dehghan(University of Florida), Mubarak Shah(University of Florida)
January 31, 2014IEEE Transactions on Pattern Analysis and Machine Intelligence1,560 citations

1.6k

Citations

0

Influential Citations

IEEE Transactions on Pattern Analysis and Machine Intelligence

Venue

2014

Year

Abstract

There is a large variety of trackers, which have been proposed in the literature during the last two decades with some mixed success. Object tracking in realistic scenarios is a difficult problem, therefore, it remains a most active area of research in computer vision. A good tracker should perform well in a large number of videos involving illumination changes, occlusion, clutter, camera motion, low contrast, specularities, and at least six more aspects. However, the performance of proposed trackers have been evaluated typically on less than ten videos, or on the special purpose datasets. In this paper, we aim to evaluate trackers systematically and experimentally on 315 video fragments covering above aspects. We selected a set of nineteen trackers to include a wide variety of algorithms often cited in literature, supplemented with trackers appearing in 2010 and 2011 for which the code was publicly available. We demonstrate that trackers can be evaluated objectively by survival curves, Kaplan Meier statistics, and Grubs testing. We find that in the evaluation practice the F-score is as effective as the object tracking accuracy (OTA) score. The analysis under a large variety of circumstances provides objective insight into the strengths and weaknesses of trackers.

Analysis

Why This Paper Matters

This paper addresses a critical gap in visual tracking research: the lack of systematic, large-scale evaluation. Prior to this work, most trackers were tested on fewer than ten videos or on specialized datasets, making it difficult to generalize performance claims. By evaluating 19 trackers on 315 video fragments covering a wide range of challenging conditions (illumination changes, occlusion, clutter, camera motion, low contrast, specularities, and more), the authors provide the first comprehensive benchmark that objectively reveals the strengths and weaknesses of different approaches.

The paper's methodological contributions—using survival curves, Kaplan-Meier statistics, and Grubbs testing—introduce rigorous statistical tools to the tracking community. These methods allow for fair comparison even when trackers fail at different points in a video sequence, addressing the common issue of varying failure times. The finding that F-score is as effective as the more complex OTA score simplifies future evaluations, making it easier for practitioners to adopt consistent metrics.

Technical Contributions

  • Large-scale benchmark: 315 video fragments covering diverse challenges, far exceeding previous evaluations.
  • Statistical evaluation framework: Introduction of survival curves and Kaplan-Meier statistics to model tracker performance over time, and Grubbs testing for outlier detection.
  • Metric comparison: Demonstration that F-score (a simple harmonic mean of precision and recall) is as effective as the object tracking accuracy (OTA) score, reducing evaluation complexity.
  • Publicly available code: All 19 trackers were selected based on code availability, ensuring reproducibility.
  • Objective insights: Detailed analysis of tracker performance under each challenging condition, providing actionable guidance for algorithm selection and improvement.

Results

The paper does not report a single best tracker but rather provides comparative performance profiles. Key findings include:

  • Survival curves show clear differences in tracker robustness across video fragments.
  • F-score and OTA score yield similar rankings, validating the use of simpler metrics.
  • No single tracker excels in all conditions; performance varies significantly with specific challenges (e.g., occlusion vs. illumination changes).
  • The evaluation reveals that many trackers fail early under certain conditions, highlighting areas for improvement.

Significance

This paper had a profound impact on the visual tracking field by establishing a standard for rigorous evaluation. It influenced subsequent benchmarks (e.g., VOT, OTB) and encouraged researchers to test on diverse, challenging datasets. The statistical methods introduced here have been adopted in later tracking surveys and competitions. By providing objective insights into tracker weaknesses, the paper guided the development of more robust algorithms. Its emphasis on reproducibility and public code also promoted open science practices in computer vision. Even today, the paper's evaluation framework remains relevant for comparing classical trackers and serves as a baseline for deep learning-based methods.