SIMPLE ONLINE AND REALTIME TRACKING WITH A DEEP ASSOCIATION METRIC

This paper delves into the enhancement of Simple Online and Realtime Tracking (SORT) by incorporating appearance information to elevate its tracking capabilities. By integrating a deep association metric learned from a vast person re-identification dataset, the algorithm exhibits improved tracking performance, particularly in scenarios of occlusions where object continuity is crucial. The research demonstrates a significant 45% reduction in identity switches, showcasing competitive tracking accuracy even at high frame rates, thereby advancing the efficiency and robustness of SORT in multiple object tracking applications.

Introduction

The section introduces the evolution of object tracking from batch processing to online scenarios, highlighting methods like Multiple Hypothesis Tracking (MHT) and Joint Probabilistic Data Association Filter (JPDAF) that perform frame-by-frame data association. Simple Online and Realtime Tracking (SORT) emerges as a simpler yet effective approach that utilizes Kalman filtering and the Hungarian method for data association based on bounding box overlap measurements.

SORT WITH DEEP ASSOCIATION METRIC

The section delves into the integration of a deep association metric into the Simple Online and Realtime Tracking (SORT) framework. Here's a breakdown of the tracking methodology:

By incorporating a deep association metric into SORT, the researchers are able to:

This integration not only reduces identity switches by 45% but also maintains competitive performance levels at high frame rates, as evidenced by experimental evaluations.