Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

High-Speed Tracking with Kernelized Correlation Filters

About

The core component of most modern trackers is a discriminative classifier, tasked with distinguishing between the target and the surrounding environment. To cope with natural image changes, this classifier is typically trained with translated and scaled sample patches. Such sets of samples are riddled with redundancies -- any overlapping pixels are constrained to be the same. Based on this simple observation, we propose an analytic model for datasets of thousands of translated patches. By showing that the resulting data matrix is circulant, we can diagonalize it with the Discrete Fourier Transform, reducing both storage and computation by several orders of magnitude. Interestingly, for linear regression our formulation is equivalent to a correlation filter, used by some of the fastest competitive trackers. For kernel regression, however, we derive a new Kernelized Correlation Filter (KCF), that unlike other kernel algorithms has the exact same complexity as its linear counterpart. Building on it, we also propose a fast multi-channel extension of linear correlation filters, via a linear kernel, which we call Dual Correlation Filter (DCF). Both KCF and DCF outperform top-ranking trackers such as Struck or TLD on a 50 videos benchmark, despite running at hundreds of frames-per-second, and being implemented in a few lines of code (Algorithm 1). To encourage further developments, our tracking framework was made open-source.

Jo\~ao F. Henriques, Rui Caseiro, Pedro Martins, Jorge Batista• 2014

Related benchmarks

TaskDatasetResultRank
Object TrackingLaSoT--
333
Object TrackingTrackingNet
Precision (P)44.7
225
Visual Object TrackingUAV123 (test)
AUC33.1
188
Visual Object TrackingVOT 2020 (test)
EAO0.154
147
Visual Object TrackingVOT 2016
EAO19.2
79
Visual TrackingVOT 2016 (test)
EAO0.192
70
Visual Object TrackingNFS (Need for Speed) 30 FPS (test)
AUC21.7
54
RGBT TrackingRGBT 234
Precision Rate46.3
53
Visual Object TrackingOTB 2015 (test)
AUC Score47.5
47
Visual Object TrackingOTB100 (test)--
41
Showing 10 of 38 rows

Other info

Follow for update