• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2020, Vol. 42 ›› Issue (08): 1406-1413.

Previous Articles     Next Articles

A robust target tracking algorithm based on VGG network

XU Liang1,ZHANG Jiang4,ZHANG Jing1,2,3,YANG Ya-qi5   

  1. (1.Faculty of Information Engineering and Automation,Kunming University of Science and Technology,Kunming 650500;

    2.Yunnan Xiaorun Technology Service Co.,Ltd.,Kunming 650500;

    3.Yunnan Key Laboratory of Artificial Intelligence,Kunming University of Science and Technology,Kunming 650500;

    4.Kunming Branch of the 705th Research Institute of China State ShipBuilding Co.,Ltd.,Kunming 650102;

    5.Yunnan Administration for Market Regulation,Kunming 650228,China)

  • Received:2019-12-09 Revised:2020-02-22 Accepted:2020-08-25 Online:2020-08-25 Published:2020-08-29

Abstract: In the traditional target tracking algorithm, when the target is disturbed by various factors such as occlusion and light intensity changes, the correlation filter template updates incorrectly and the error accumulates frame by frame, eventually causing the target tracking failure. Therefore, this paper proposes a robust object tracking algorithm based on VGG network. Firstly, the VGG network is used to extract the average feature map of the local context area image to establish a correlation filter template in the first frame of the input image. Secondly, the VGG network is used to extract the average feature map and the affine transformation average feature map of the local context area image in the subsequent frame of the input image. Thirdly, combining the kernel correlation filter tracking algorithm, the target position and the final target position are adaptively determined. Finally, the algorithm adaptively updates the final average feature map and the final correlation filter template in the current frame of the input image. Experimental results show that the proposed algorithm still has high target tracking accuracy and robustness when the target is disturbed by various factors such as occlusion and light intensity changes.

Key words: target tracking, Visual Geometry Group (VGG) network, kernel correlation filter, feature map update, template update