paper-with-me

홈 › Papers

Fast Dynamic Convolutional Neural Networks for Visual Tracking

2018-06-29 · Zhiyan Cui, Na Lu

Most of the existing tracking methods based on CNN(convolutional neural networks) are too slow for real-time application despite the excellent tracking precision compared with the traditional ones. In this paper, a fast dynamic visual tracking algorithm combining CNN based MDNet(Multi-Domain Network) and RoIAlign was developed. The major problem of MDNet also lies in the time efficiency. Considering the computational complexity of MDNet is mainly caused by the large amount of convolution operations and fine-tuning of the network during tracking, a RoIPool layer which could conduct the convolution over the whole image instead of each RoI is added to accelerate the convolution and a new strategy of fine-tuning the fully-connected layers is used to accelerate the update. With RoIPool employed, the computation speed has been increased but the tracking precision has dropped simultaneously. RoIPool could lose some positioning precision because it can not handle locations represented by floating numbers. So RoIAlign, instead of RoIPool, which can process floating numbers of locations by bilinear interpolation has been added to the network. The results show the target localization precision has been improved and it hardly increases the computational cost. These strategies can accelerate the processing and make it 7x faster than MDNet with very low impact on precision and it can run at around 7 fps. The proposed algorithm has been evaluated on two benchmarks: OTB100 and VOT2016, on which high precision and speed have been obtained. The influence of the network structure and training data are also discussed with experiments.

📄 PDF Abstract BibTeX arXiv:1807.03132

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Tracking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
RoIPool 설명 없음
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 제목 키워드 기반

Deep Reinforcement Learning for Visual Object Tracking in Videos

2017-01-31 · Da Zhang, Hamid Maei, Xin Wang, Yuan-Fang Wang

In this paper we introduce a fully end-to-end approach for visual tracking in videos that learns to predict the bounding box locations of a target object at every frame. An important insight is that the tracking problem …

Decision MakingDeep Reinforcement LearningObjectObject Tracking+6

Visual Coin-Tracking: Tracking of Planar Double-Sided Objects

2019-08-07 · Jonáš Šerých, Jiří Matas

We introduce a new video analysis problem -- tracking of rigid planar objects in sequences where both their sides are visible. Such coin-like objects often rotate fast with respect to an arbitrary axis producing unique c…

SegmentationSemantic Segmentation

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

Adaptive Exploitation of Pre-trained Deep Convolutional Neural Networks for Robust Visual Tracking

2020-08-29 · Seyed Mojtaba Marvasti-Zadeh, Hossein Ghanei-Yakhdan, Shohreh Kasaei

Due to the automatic feature extraction procedure via multi-layer nonlinear transformations, the deep learning-based visual trackers have recently achieved great success in challenging scenarios for visual tracking purpo…

AttributeVisual Tracking

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