DeepAI AI Chat
Log In Sign Up

Strong-TransCenter: Improved Multi-Object Tracking based on Transformers with Dense Representations

10/24/2022
by   Amit Galor, et al.
Tel Aviv University
0

Transformer networks have been a focus of research in many fields in recent years, being able to surpass the state-of-the-art performance in different computer vision tasks. A few attempts have been made to apply this method to the task of Multiple Object Tracking (MOT), among those the state-of-the-art was TransCenter, a transformer-based MOT architecture with dense object queries for accurately tracking all the objects while keeping reasonable runtime. TransCenter is the first center-based transformer framework for MOT, and is also among the first to show the benefits of using transformer-based architectures for MOT. In this paper we show an improvement to this tracker using post processing mechanism based in the Track-by-Detection paradigm: motion model estimation using Kalman filter and target Re-identification using an embedding network. Our new tracker shows significant improvements in the IDF1 and HOTA metrics and comparable results on the MOTA metric (70.9 and 75.8 on all 3 metrics (67.5 tracker is currently ranked first among transformer-based trackers in these datasets. The code is publicly available at: https://github.com/amitgalor18/STC_Tracker

READ FULL TEXT

page 3

page 5

page 7

page 8

06/29/2022

BoT-SORT: Robust Associations Multi-Pedestrian Tracking

The goal of multi-object tracking (MOT) is detecting and tracking all th...
12/17/2021

Efficient Visual Tracking with Exemplar Transformers

The design of more complex and powerful neural network models has signif...
03/28/2021

TransCenter: Transformers with Dense Queries for Multiple-Object Tracking

Transformer networks have proven extremely powerful for a wide variety o...
01/04/2023

Motion-based Post-Processing: Using Kalman Filter to Exclude Similar Targets in Underwater Object Tracking

Visual tracker includes network and post-processing. Despite the color d...
10/11/2022

EnsembleMOT: A Step towards Ensemble Learning of Multiple Object Tracking

Multiple Object Tracking (MOT) has rapidly progressed in recent years. E...
06/15/2019

DeepMOT: A Differentiable Framework for Training Multiple Object Trackers

Multiple Object Tracking accuracy and precision (MOTA and MOTP) are two ...
11/26/2021

Immortal Tracker: Tracklet Never Dies

Previous online 3D Multi-Object Tracking(3DMOT) methods terminate a trac...

Code Repositories

STC_Tracker

Multiple Object Tracking framework based on transformers for the MOT Challenge


view repo