Deep Convolutional Correlation Iterative Particle Filter for Visual Tracking
This work proposes a novel framework for visual tracking based on the integration of an iterative particle filter, a deep convolutional neural network, and a correlation filter. The iterative particle filter enables the particles to correct themselves and converge to the correct target position. We employ a novel strategy to assess the likelihood of the particles after the iterations by applying K-means clustering. Our approach ensures a consistent support for the posterior distribution. Thus, we do not need to perform resampling at every video frame, improving the utilization of prior distribution information. Experimental results on two different benchmark datasets show that our tracker performs favorably against state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringPositionVisual TrackingSimilar Papers 제목 키워드 기반
Deep Convolutional Likelihood Particle Filter for Visual Tracking
We propose a novel particle filter for convolutional-correlation visual trackers. Our method uses correlation response maps to estimate likelihood distributions and employs these likelihoods as proposal densities to samp…
Visual TrackingMulti-Task Correlation Particle Filter for Robust Object Tracking
In this paper, we propose a multi-task correlation particle filter (MCPF) for robust visual tracking. We first present the multi-task correlation filter (MCF) that takes the interdependencies among different features int…
ObjectObject TrackingVisual TrackingA Structural Correlation Filter Combined with A Multi-task Gaussian Particle Filter for Visual Tracking
In this paper, we propose a novel structural correlation filter combined with a multi-task Gaussian particle filter (KCF-GPF) model for robust visual tracking. We first present an assemble structure where several KCF tra…
Visual TrackingParticle filter re-detection for visual tracking via correlation filters
Most of the correlation filter based tracking algorithms can achieve good performance and maintain fast computational speed. However, in some complicated tracking scenes, there is a fatal defect that causes the object to…
ObjectObject LocalizationVisual TrackingOcclusion Aware Kernel Correlation Filter Tracker using RGB-D
Unlike deep learning which requires large training datasets, correlation filter-based trackers like Kernelized Correlation Filter (KCF) uses implicit properties of tracked images (circulant matrices) for training in real…