Real-Time Multiple Object Tracking - A Study on the Importance of Speed

09/11/2017
by   Samuel Murray, et al.
0

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 indicates that other, slower methods could not be used for tracking in real-time, but that more research is required specifically on this.

READ FULL TEXT

page 10

page 20

page 21

research
10/13/2021

ByteTrack: Multi-Object Tracking by Associating Every Detection Box

Multi-object tracking (MOT) aims at estimating bounding boxes and identi...
research
05/22/2022

Real Time Detection Free Tracking of Multiple Objects Via Equilibrium Optimizer

Multiple objects tracking (MOT) is a difficult task, as it usually requi...
research
07/12/2020

Learning to associate detections for real-time multiple object tracking

With the recent advances in the object detection research field, trackin...
research
07/05/2018

Subpixel-Precise Tracking of Rigid Objects in Real-time

We present a novel object tracking scheme that can track rigid objects i...
research
03/17/2017

Need for Speed: A Benchmark for Higher Frame Rate Object Tracking

In this paper, we propose the first higher frame rate video dataset (cal...
research
03/12/2022

VariabilityTrack:Multi-Object Tracking with Variable Speed Object Movement

Multi-object tracking (MOT) aims at estimating bounding boxes and identi...
research
06/15/2019

DeepMOT: A Differentiable Framework for Training Multiple Object Trackers

Multiple Object Tracking accuracy and precision (MOTA and MOTP) are two ...

Please sign up or login with your details

Forgot password? Click here to reset