CVJan 20, 2018

EnKCF: Ensemble of Kernelized Correlation Filters for High-Speed Object Tracking

arXiv:1801.06729v14 citations
Originality Incremental advance
AI Analysis

This work addresses the need for fast, training-free tracking algorithms in embedded computer vision applications, representing an incremental improvement over existing high-speed trackers.

The paper tackled the problem of high-speed single-target tracking for embedded systems by proposing EnKCF, an ensemble of kernelized correlation filters, which achieved average precision of 70.10% and success rate of 53.00% on OTB100, and ran at 340 fps.

Computer vision technologies are very attractive for practical applications running on embedded systems. For such an application, it is desirable for the deployed algorithms to run in high-speed and require no offline training. To develop a single-target tracking algorithm with these properties, we propose an ensemble of the kernelized correlation filters (KCF), we call it EnKCF. A committee of KCFs is specifically designed to address the variations in scale and translation of moving objects. To guarantee a high-speed run-time performance, we deploy each of KCFs in turn, instead of applying multiple KCFs to each frame. To minimize any potential drifts between individual KCFs transition, we developed a particle filter. Experimental results showed that the performance of ours is, on average, 70.10% for precision at 20 pixels, 53.00% for success rate for the OTB100 data, and 54.50% and 40.2% for the UAV123 data. Experimental results showed that our method is better than other high-speed trackers over 5% on precision on 20 pixels and 10-20% on AUC on average. Moreover, our implementation ran at 340 fps for the OTB100 and at 416 fps for the UAV123 dataset that is faster than DCF (292 fps) for the OTB100 and KCF (292 fps) for the UAV123. To increase flexibility of the proposed EnKCF running on various platforms, we also explored different levels of deep convolutional features.

Code Implementations2 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