DeepAI AI Chat
Log In Sign Up

Split and Connect: A Universal Tracklet Booster for Multi-Object Tracking

05/06/2021
by   Gaoang Wang, et al.
6

Multi-object tracking (MOT) is an essential task in the computer vision field. With the fast development of deep learning technology in recent years, MOT has achieved great improvement. However, some challenges still remain, such as sensitiveness to occlusion, instability under different lighting conditions, non-robustness to deformable objects, etc. To address such common challenges in most of the existing trackers, in this paper, a tracklet booster algorithm is proposed, which can be built upon any other tracker. The motivation is simple and straightforward: split tracklets on potential ID-switch positions and then connect multiple tracklets into one if they are from the same object. In other words, the tracklet booster consists of two parts, i.e., Splitter and Connector. First, an architecture with stacked temporal dilated convolution blocks is employed for the splitting position prediction via label smoothing strategy with adaptive Gaussian kernels. Then, a multi-head self-attention based encoder is exploited for the tracklet embedding, which is further used to connect tracklets into larger groups. We conduct sufficient experiments on MOT17 and MOT20 benchmark datasets, which demonstrates promising results. Combined with the proposed tracklet booster, existing trackers usually can achieve large improvements on the IDF1 score, which shows the effectiveness of the proposed method.

READ FULL TEXT

page 1

page 3

page 4

page 8

10/11/2021

Multiple Object Trackers in OpenCV: A Benchmark

Object tracking is one of the most important and fundamental disciplines...
01/05/2015

Adaptive Objectness for Object Tracking

Object tracking is a long standing problem in vision. While great effort...
11/17/2021

TraSw: Tracklet-Switch Adversarial Attacks against Multi-Object Tracking

Benefiting from the development of Deep Neural Networks, Multi-Object Tr...
02/09/2018

Tracking Noisy Targets: A Review of Recent Object Tracking Approaches

Visual object tracking is an important computer vision problem with nume...
10/19/2022

RLM-Tracking: Online Multi-Pedestrian Tracking Supported by Relative Location Mapping

The problem of multi-object tracking is a fundamental computer vision re...
04/22/2022

Improving tracking with a tracklet associator

Multiple object tracking (MOT) is a task in computer vision that aims to...
06/30/2020

Tackling Occlusion in Siamese Tracking with Structured Dropouts

Occlusion is one of the most difficult challenges in object tracking to ...