paper-with-me

Papers

Learning Spatial-Temporal Regularized Correlation Filters for Visual Tracking

2018-03-23 · CVPR 2018 6 · Feng Li, Cheng Tian, WangMeng Zuo, Lei Zhang, Ming-Hsuan Yang

Discriminative Correlation Filters (DCF) are efficient in visual tracking but suffer from unwanted boundary effects. Spatially Regularized DCF (SRDCF) has been suggested to resolve this issue by enforcing spatial penalty on DCF coefficients, which, inevitably, improves the tracking performance at the price of increasing complexity. To tackle online updating, SRDCF formulates its model on multiple training images, further adding difficulties in improving efficiency. In this work, by introducing temporal regularization to SRDCF with single sample, we present our spatial-temporal regularized correlation filters (STRCF). Motivated by online Passive-Agressive (PA) algorithm, we introduce the temporal regularization to SRDCF with single sample, thus resulting in our spatial-temporal regularized correlation filters (STRCF). The STRCF formulation can not only serve as a reasonable approximation to SRDCF with multiple training samples, but also provide a more robust appearance model than SRDCF in the case of large appearance variations. Besides, it can be efficiently solved via the alternating direction method of multipliers (ADMM). By incorporating both temporal and spatial regularization, our STRCF can handle boundary effects without much loss in efficiency and achieve superior performance over SRDCF in terms of accuracy and speed. Experiments are conducted on three benchmark datasets: OTB-2015, Temple-Color, and VOT-2016. Compared with SRDCF, STRCF with hand-crafted features provides a 5 times speedup and achieves a gain of 5.4% and 3.6% AUC score on OTB-2015 and Temple-Color, respectively. Moreover, STRCF combined with CNN features also performs favorably against state-of-the-art CNN-based trackers and achieves an AUC score of 68.3% on OTB-2015.

📄 PDF Abstract BibTeX arXiv:1803.08679

Code (1)

lifeng9472/STRCF 공식 구현

Tasks

Video Object TrackingVisual Object TrackingVisual Tracking

Similar Papers 제목 키워드 기반

Faster Spatially Regularized Correlation Filters for Visual Tracking

2017-06-01 · Xiaoxiang Hu, Yujiu Yang

Discriminatively learned correlation filters (DCF) have been widely used in online visual tracking filed due to its simplicity and efficiency. These methods utilize a periodic assumption of the training samples to constr…

Visual Tracking

Learning Spatially Regularized Correlation Filters for Visual Tracking

2016-08-19 · ICCV 2015 12 · Martin Danelljan, Gustav Häger, Fahad Shahbaz Khan, Michael Felsberg

Robust and accurate visual tracking is one of the most challenging computer vision problems. Due to the inherent lack of training data, a robust approach for constructing a target appearance model is crucial. Recently, d…

Video Object TrackingVisual Tracking

Learning Consistency Pursued Correlation Filters for Real-Time UAV Tracking

2020-08-09 · Changhong Fu, Xiaoxiao Yang, Fan Li, Juntao Xu 외

Correlation filter (CF)-based methods have demonstrated exceptional performance in visual object tracking for unmanned aerial vehicle (UAV) applications, but suffer from the undesirable boundary effect. To solve this iss…

CPUObject TrackingVisual Object Tracking

Visual Tracking via Adaptive Spatially-Regularized Correlation Filters

2019-06-01 · CVPR 2019 6 · Kenan Dai, Dong Wang, Huchuan Lu, Chong Sun 외

In this work, we propose a novel adaptive spatially-regularized correlation filters (ASRCF) model to simultaneously optimize the filter coefficients and the spatial regularization weight. First, this adaptive spatial reg…

Visual Tracking

Learning Adaptive Discriminative Correlation Filters via Temporal Consistency Preserving Spatial Feature Selection for Robust Visual Tracking

2018-07-30 · Tianyang Xu, Zhen-Hua Feng, Xiao-Jun Wu, Josef Kittler

With efficient appearance learning models, Discriminative Correlation Filter (DCF) has been proven to be very successful in recent video object tracking benchmarks and competitions. However, the existing DCF paradigm suf…

Benchmarkingfeature selectionObject TrackingVideo Object Tracking+1