Exploiting Weak Mask Representation with Convolutional Neural Networks for Accurate Object Tracking.

Jianglei Huang,Wengang Zhou,Qi Tian,Houqiang Li
DOI: https://doi.org/10.1007/s11042-019-7219-y
IF: 2.577
2019-01-01
Multimedia Tools and Applications
Abstract:Recent years have witnessed the popularity of Convolutional Neural Networks (CNN) in a variety of computer vision tasks, including video object tracking. Existing object tracking methods with CNN employ either a scalar score or a confidence map as CNN's output, which suffer the infeasibility of estimating the object's accurate scale and rotation angle. Specifically, as with other traditional methods, they assume the targets' scale aspect ratio and rotation angle are fixed. To address the limitation, we propose to take a binary mask as the output of CNN for tracking. To this end, we adapt a semantic segmentation model by online fine-tuning with augmented samples in the initial frame to uncover the target in the following frames. During the generation of training samples, we employ a Crop and Paste method to better utilize context information, add a random value to lightness component to mimic the illumination change, and take a Gaussian filtering approach to mimic the blur. During the tracking, due to the limitation of CNN's receptive field size and spatial resolution, the network may fail to identify the target if the estimated bounding box is considerably incorrect. Therefore we propose a bounding box approximation method by considering temporal consistency. Excluding the initial training cost, our tracker runs at 41 FPS on a single GeForce 1080Ti GPU. Evaluated on benchmarks including OTB-2015, VOT-2016 and TempleColor, it achieves comparable results with non real-time top trackers and state-of-the-art performance among those real-time ones.
What problem does this paper attempt to address?