paper-with-me

홈 › Papers

Robust Visual Tracking Revisited: From Correlation Filter to Template Matching

2019-04-15 · Fanghui Liu, Chen Gong, Xiaolin Huang, Tao Zhou, Jie Yang, DaCheng Tao

In this paper, we propose a novel matching based tracker by investigating the relationship between template matching and the recent popular correlation filter based trackers (CFTs). Compared to the correlation operation in CFTs, a sophisticated similarity metric termed "mutual buddies similarity" (MBS) is proposed to exploit the relationship of multiple reciprocal nearest neighbors for target matching. By doing so, our tracker obtains powerful discriminative ability on distinguishing target and background as demonstrated by both empirical and theoretical analyses. Besides, instead of utilizing single template with the improper updating scheme in CFTs, we design a novel online template updating strategy named "memory filtering" (MF), which aims to select a certain amount of representative and reliable tracking results in history to construct the current stable and expressive template set. This scheme is beneficial for the proposed tracker to comprehensively "understand" the target appearance variations, "recall" some stable results. Both qualitative and quantitative evaluations on two benchmarks suggest that the proposed tracking method performs favorably against some recently developed CFTs and other competitive trackers.

📄 PDF Abstract BibTeX arXiv:1904.06842

Code (0)

등록된 구현이 없습니다.

Tasks

Template MatchingVisual Tracking

Similar Papers 제목 키워드 기반

Equivalence of Correlation Filter and Convolution Filter in Visual Tracking

2021-05-01 · Shuiwang Li, Qijun Zhao, Ziliang Feng, Li Lu

(Discriminative) Correlation Filter has been successfully applied to visual tracking and has advanced the field significantly in recent years. Correlation filter-based trackers consider visual tracking as a problem of ma…

Edge DetectionVisual Tracking

Discussion among Different Methods of Updating Model Filter in Object Tracking

2017-11-21 · Taihang Dong, Sheng Zhong

Discriminative correlation filters (DCF) have recently shown excellent performance in visual object tracking area. In this paper, we summarize the methods of updating model filter from discriminative correlation filter (…

ObjectObject TrackingVisual Object Tracking

DCF-ASN: Coarse-to-fine Real-time Visual Tracking via Discriminative Correlation Filter and Attentional Siamese Network

2021-03-19 · Xizhe Xue, Ying Li, Xiaoyue Yin, Qiang Shen

Discriminative correlation filters (DCF) and siamese networks have achieved promising performance on visual tracking tasks thanks to their superior computational efficiency and reliable similarity metric learning, respec…

Computational EfficiencyMetric LearningReal-Time Visual TrackingVisual Tracking

Learning Spatio-Appearance Memory Network for High-Performance Visual Tracking

2020-09-21 · Fei Xie, Wankou Yang, Bo Liu, Kaihua Zhang 외

Existing visual object tracking usually learns a bounding-box based template to match the targets across frames, which cannot accurately learn a pixel-wise representation, thereby being limited in handling severe appeara…

Object TrackingSegmentationSemantic SegmentationVideo Object Segmentation+4

End-to-end representation learning for Correlation Filter based tracking

2017-04-20 · CVPR 2017 7 · Jack Valmadre, Luca Bertinetto, João F. Henriques, Andrea Vedaldi 외

The Correlation Filter is an algorithm that trains a linear template to discriminate between images and their translations. It is well suited to object tracking because its formulation in the Fourier domain provides a fa…

Object TrackingRepresentation Learning