Preprint
Computer Vision

Overview and methods of correlation filter algorithms in object tracking

Shuai Liu(Hunan Normal University), Dongye Liu(Inner Mongolia University), Gautam Srivastava(China Medical University), Dawid Połap(Silesian University of Technology), Marcin Woźniak(Silesian University of Technology)
June 9, 2020Complex & Intelligent Systems305 citations

305

Citations

0

Influential Citations

Complex & Intelligent Systems

Venue

2020

Year

Abstract

Abstract An important area of computer vision is real-time object tracking, which is now widely used in intelligent transportation and smart industry technologies. Although the correlation filter object tracking methods have a good real-time tracking effect, it still faces many challenges such as scale variation, occlusion, and boundary effects. Many scholars have continuously improved existing methods for better efficiency and tracking performance in some aspects. To provide a comprehensive understanding of the background, key technologies and algorithms of single object tracking, this article focuses on the correlation filter-based object tracking algorithms. Specifically, the background and current advancement of the object tracking methodologies, as well as the presentation of the main datasets are introduced. All kinds of methods are summarized to present tracking results in various vision problems, and a visual tracking method based on reliability is observed.

Analysis

Why This Paper Matters

Real-time object tracking is a cornerstone of intelligent transportation and smart industry systems. Correlation filter methods offer exceptional speed, making them attractive for deployment, yet they suffer from well-known failure modes like scale changes, occlusion, and boundary artifacts. This survey consolidates the fragmented literature on correlation filter tracking, giving practitioners a clear map of existing solutions and their trade-offs. By organizing methods according to the specific challenges they address, the paper helps engineers select appropriate algorithms for their application constraints.

The emphasis on reliability-based tracking is particularly timely. As tracking systems move from controlled lab settings to unpredictable real-world environments, robustness becomes as critical as speed. The survey's catalog of datasets also aids in benchmarking and reproducibility.

Technical Contributions

The paper's main technical contribution is its structured taxonomy of correlation filter tracking methods:

  • Scale variation handling: Methods that adapt filter size or use multi-scale search strategies.
  • Occlusion handling: Approaches that incorporate occlusion detection and model update gating.
  • Boundary effect mitigation: Techniques such as spatial regularization, background-aware correlation filters, and cropping strategies.
  • Reliability-based tracking: A method that estimates per-channel or per-patch reliability to weight filter responses, improving robustness.

The survey also provides a concise overview of key datasets (e.g., OTB, VOT, TC128) and evaluation metrics, which is valuable for newcomers.

Results

As a survey, the paper does not present new experimental results. Instead, it summarizes qualitative and quantitative findings from prior work, noting that correlation filter methods achieve high frame rates (often >100 fps) but lag in accuracy on challenging sequences with heavy occlusion or fast motion. The reliability-based method is described as improving tracking success rates on standard benchmarks, though specific numbers are not given.

Significance

This paper serves as a useful reference for AI practitioners deploying real-time trackers in resource-constrained environments. By highlighting the trade-off between speed and robustness, it guides algorithm selection and future research directions. The focus on reliability is a practical step toward making correlation filters viable for safety-critical applications like autonomous driving and industrial automation.