vix.ing · top · new · best · stats · spec

Multiple Object Tracking with Kernelized Correlation Filters in Urban Mixed Traffic

2016/11/08 by Yuebin Yang, Yang, Yuebin, Guillaume-Alexandre Bilodeau +1
Computer Science · Engineering · Environmental Science · #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Fire Detection and Safety Systems #Impact of Light on Environment and Health #Video Surveillance and Tracking Methods

paper · pdf · doi:10.48550/arxiv.1611.02364

openalex publication_date 2016/11/08 · openalex created_date 2016/11/30 · openalex updated_date 2026/07/28

Abstract

Recently, the Kernelized Correlation Filters tracker (KCF) achieved competitive performance and robustness in visual object tracking. On the other hand, visual trackers are not typically used in multiple object tracking. In this paper, we investigate how a robust visual tracker like KCF can improve multiple object tracking. Since KCF is a fast tracker, many can be used in parallel and still result in fast tracking. We build a multiple object tracking system based on KCF and background subtraction. Background subtraction is applied to extract moving objects and get their scale and size in combination with KCF outputs, while KCF is used for data association and to handle fragmentation and occlusion problems. As a result, KCF and background subtraction help each other to take tracking decision at every frame. Sometimes KCF outputs are the most trustworthy (e.g. during occlusion), while in some other case, it is the background subtraction outputs. To validate the effectiveness of our system, the algorithm is demonstrated on four urban video recordings from a standard dataset. Results show that our method is competitive with state-of-the-art trackers even if we use a much simpler data association step.

Related