paper-with-me

Papers

Recurrent Filter Learning for Visual Tracking

2017-08-13 · Tianyu Yang, Antoni B. Chan

Recently using convolutional neural networks (CNNs) has gained popularity in visual tracking, due to its robust feature representation of images. Recent methods perform online tracking by fine-tuning a pre-trained CNN model to the specific target object using stochastic gradient descent (SGD) back-propagation, which is usually time-consuming. In this paper, we propose a recurrent filter generation methods for visual tracking. We directly feed the target's image patch to a recurrent neural network (RNN) to estimate an object-specific filter for tracking. As the video sequence is a spatiotemporal data, we extend the matrix multiplications of the fully-connected layers of the RNN to a convolution operation on feature maps, which preserves the target's spatial structure and also is memory-efficient. The tracked object in the subsequent frames will be fed into the RNN to adapt the generated filters to appearance variations of the target. Note that once the off-line training process of our network is finished, there is no need to fine-tune the network for specific objects, which makes our approach more efficient than methods that use iterative fine-tuning to online learn the target. Extensive experiments conducted on widely used benchmarks, OTB and VOT, demonstrate encouraging results compared to other recent methods.

📄 PDF Abstract BibTeX arXiv:1708.03874

Code (1)

skyoung/RFL tf

Tasks

ObjectVisual Tracking

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Recurrently Target-Attending Tracking

2016-06-01 · CVPR 2016 6 · Zhen Cui, Shengtao Xiao, Jiashi Feng, Shuicheng Yan

Robust visual tracking is a challenging task in computer vision. Due to the accumulation and propagation of estimation error, model drifting often occurs and degrades the tracking performance. To mitigate this problem, i…

Visual Tracking

First Step toward Model-Free, Anonymous Object Tracking with Recurrent Neural Networks

2015-11-19 · Quan Gan, Qipeng Guo, Zheng Zhang, Kyunghyun Cho

In this paper, we propose and study a novel visual object tracking approach based on convolutional networks and recurrent networks. The proposed approach is distinct from the existing approaches to visual object tracking…

ObjectObject TrackingVisual Object TrackingVisual Tracking

Convolutional Recurrent Predictor: Implicit Representation for Multi-target Filtering and Tracking

2018-11-01 · Mehryar Emambakhsh, Alessandro Bay, Eduard Vazquez

Defining a multi-target motion model, which is an important step of tracking algorithms, can be very challenging. Using fixed models (as in several generative Bayesian algorithms, such as Kalman filters) can fail to accu…

Multi-Object TrackingObject Tracking

Spatially Supervised Recurrent Convolutional Neural Networks for Visual Object Tracking

2016-07-19 · Guanghan Ning, Zhi Zhang, Chen Huang, Zhihai He 외

In this paper, we develop a new approach of spatially supervised recurrent convolutional neural networks for visual object tracking. Our recurrent convolutional network exploits the history of locations as well as the di…

Binary Classificationobject-detectionObject DetectionObject Tracking+2

Object-Adaptive LSTM Network for Real-time Visual Tracking with Adversarial Data Augmentation

2020-02-07 · Yihan Du, Yan Yan, Si Chen, Yang Hua

In recent years, deep learning based visual tracking methods have obtained great success owing to the powerful feature representation ability of Convolutional Neural Networks (CNNs). Among these methods, classification-b…

Computational EfficiencyData AugmentationGeneral ClassificationGenerative Adversarial Network+2