Fast Dynamic Convolutional Neural Networks for Visual Tracking

06/29/2018
by   Zhiyan Cui, et al.
0

Most of the existing tracking methods based on CNN(convolutional neural networks) are too slow for real-time application despite the excellent tracking accuracy 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, a RoIPool layer which could conduct the convolution over the whole image instead of each RoI was added to accelerate the calculation. With RoIPool employed, the computation speed has been increased but the tracking accuracy has dropped simultaneously. RoIPool could lose some positioning accuracy 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 accuracy has been improved and it hardly increases the computational cost. These strategies can accelerate the processing and make it 5x faster than MDNet with very low impact on accuracy. The proposed algorithm has been evaluated on two benchmarks: OTB100 and VOT2016, on which high accuracy and speed have been obtained. The influence of the network structure and training data are also discussed with experiments.

READ FULL TEXT
research
01/01/2018

Depth-Adaptive Computational Policies for Efficient Visual Tracking

Current convolutional neural networks algorithms for video object tracki...
research
08/27/2018

Real-Time MDNet

We present a fast and accurate visual tracking algorithm based on the mu...
research
08/26/2019

High Performance Visual Object Tracking with Unified Convolutional Networks

Convolutional neural networks (CNN) based tracking approaches have shown...
research
01/09/2019

Fast CNN-Based Object Tracking Using Localization Layers and Deep Features Interpolation

Object trackers based on Convolution Neural Network (CNN) have achieved ...
research
02/07/2020

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

In recent years, deep learning based visual tracking methods have obtain...
research
03/25/2017

More is Less: A More Complicated Network with Less Inference Complexity

In this paper, we present a novel and general network structure towards ...
research
09/25/2019

FALCON: Fast and Lightweight Convolution for Compressing and Accelerating CNN

How can we efficiently compress Convolutional Neural Networks (CNN) whil...

Please sign up or login with your details

Forgot password? Click here to reset