Real-Time Multiple Object Tracking - A Study on the Importance of Speed
In this project, we implement a multiple object tracker, following the tracking-by-detection paradigm, as an extension of an existing method. It works by modelling the movement of objects by solving the filtering problem, and associating detections with predicted new locations in new frames using the Hungarian algorithm. Three different similarity measures are used, which use the location and shape of the bounding boxes. Compared to other trackers on the MOTChallenge leaderboard, our method, referred to as C++SORT, is the fastest non-anonymous submission, while also achieving decent score on other metrics. By running our model on the Okutama-Action dataset, sampled at different frame-rates, we show that the performance is greatly reduced when running the model - including detecting objects - in real-time. In most metrics, the score is reduced by 50%, but in certain cases as much as 90%. We argue that this indicates that other, slower methods could not be used for tracking in real-time, but that more research is required specifically on this.
Code (1)
Tasks
Multiple Object TrackingObject TrackingSimilar Papers 제목 키워드 기반
Enhancing Multiple Object Tracking Accuracy via Quantum Annealing
Multiple object tracking (MOT), a key task in image recognition, presents a persistent challenge in balancing processing speed and tracking accuracy. This study introduces a novel approach that leverages quantum annealin…
ManagementMultiple Object TrackingObjectObject TrackingDeep Similarity Metric Learning for Real-Time Pedestrian Tracking
Tracking by detection is a common approach to solving the Multiple Object Tracking problem. In this paper we show how learning a deep similarity metric can improve three key aspects of pedestrian tracking on a multiple o…
Metric LearningMultiple Object TrackingObject TrackingPerson Re-IdentificationLearning to associate detections for real-time multiple object tracking
With the recent advances in the object detection research field, tracking-by-detection has become the leading paradigm adopted by multi-object tracking algorithms. By extracting different features from detected objects, …
Multi-Object TrackingMultiple Object TrackingObjectobject-detection+2Extending Multi-Object Tracking systems to better exploit appearance and 3D information
Tracking multiple objects in real time is essential for a variety of real-world applications, with self-driving industry being at the foremost. This work involves exploiting temporally varying appearance and motion infor…
Multi-Object TrackingObjectObject TrackingReal-Time Multi-Object TrackingOnline and Real-Time Tracking in a Surveillance Scenario
This paper presents an approach for tracking in a surveillance scenario. Typical aspects for this scenario are a 24/7 operation with a static camera mounted above the height of a human with many objects or people. The Mu…
Multiple Object TrackingObject Tracking