CVMar 23, 2018

Region-filtering Correlation Tracking

arXiv:1803.08687v1
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in visual tracking for computer vision applications, representing an incremental improvement over existing correlation filter methods.

The authors tackled the problem of interference regions degrading correlation filter tracking performance by proposing Region-filtering Correlation Tracking (RFCT), which uses a spatial map to filter training samples, resulting in favorable performance against state-of-the-art methods on OTB-2013 and OTB-2015 benchmarks.

Recently, correlation filters have demonstrated the excellent performance in visual tracking. However, the base training sample region is larger than the object region,including the Interference Region(IR). The IRs in training samples from cyclic shifts of the base training sample severely degrade the quality of a tracking model. In this paper, we propose the novel Region-filtering Correlation Tracking (RFCT) to address this problem. We immediately filter training samples by introducing a spatial map into the standard CF formulation. Compared with existing correlation filter trackers, our proposed tracker has the following advantages: (1) The correlation filter can be learned on a larger search region without the interference of the IR by a spatial map. (2) Due to processing training samples by a spatial map, it is more general way to control background information and target information in training samples. The values of the spatial map are not restricted, then a better spatial map can be explored. (3) The weight proportions of accurate filters are increased to alleviate model corruption. Experiments are performed on two benchmark datasets: OTB-2013 and OTB-2015. Quantitative evaluations on these benchmarks demonstrate that the proposed RFCT algorithm performs favorably against several state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes