吉林大学学报(理学版) ›› 2021, Vol. 59 ›› Issue (5): 1161-1170.

• • 上一篇    下一篇

 行人多目标跟踪算法

朱新丽1, 才华1,2, 寇婷婷1, 杜冬晖1, 孙俊喜3   

  1. 1. 长春理工大学 电子信息工程学院, 长春 130022;  2. 长春中国光学科学技术馆, 长春 130117; 3. 东北师范大学 信息科学与技术学院, 长春 130117
  • 收稿日期:2021-01-13 出版日期:2021-09-26 发布日期:2021-09-26
  • 通讯作者: 才华 E-mail:caihua@cust.edu.cn

Pedestrian Multi-target Tracking Algorithm

ZHU Xinli1, CAI Hua1,2, KOU Tingting1, DU Donghui1, SUN Junxi3   

  1. 1. School of Electronic Information and Engineering, Changchun University of Science and Technology, Changchun 130022, China; 
    2. Changchun China Optics Science and Technology Museum, Changchun 130117, China;
    3. School of Information Science and Technology, Northeast Normal University, Changchun 130117, China
  • Received:2021-01-13 Online:2021-09-26 Published:2021-09-26

摘要: 针对多目标跟踪中因目标遮挡而导致跟踪过程中身份交换频繁的问题, 提出一种行人多目标跟踪算法. 该算法首先使用YOLOv4作为检测器, 检测出目标并确定检测框坐标, 利用扩展Kalman滤波器对轨迹进行预测; 然后用匈牙利算法作为数据关联模块, 采用级联匹配方法将扩展Kalman滤波预测的检测框与目标检测的检测框进行匹配, 并将发生遮挡的目标加入轨迹异常修正算法; 最后在数据集MOT16的测试集上进行实验. 实验结果表明, 该算法取得了56.5%的跟踪准确度, 且对遮挡现象效果良好, 有效改进了对目标遮挡身份频繁切换以及遮挡引起的目标丢失的问题.

关键词: 计算机视觉, 多目标跟踪, YOLOv4, 扩展Kalman滤波

Abstract: Aiming at the problem of frequent identity exchange in multi-target tracking due to target occlusion, we proposed a pedestrian multi-target tracking algorithm. Firtsly, the algorithm used YOLOv4 as the detector to detect the target and determine the coordinates of the detection frame, the extended Kalman filter was used to predict the trajectory. Secondly, the Hungarian algorithm was used as the data association module, the detection frame predicted by extended Kalman filter was matched with the detection frame of target detection by cascade matching method, and the trajectory anomaly correction algorithm was added for the occluded target. Finally, the experiments were carried out on the test set of the MOT16 data set. The experimental results show that the algorithm achieves 56.5% tracking accuracy, and has a good effect on the occlusion phenomenon, which effectively improves the problem of frequent identity switching and target loss caused by occlusion.

Key words: computer vision, multi-target tracking, YOLOv4, extended Kalman filter

中图分类号: 

  • TP391