CVNov 18, 2018

Exploit the Connectivity: Multi-Object Tracking with TrackletNet

arXiv:1811.07258v1196 citations
Originality Incremental advance
AI Analysis

This work addresses tracking problems in surveillance and autonomous driving, but it appears incremental as it builds on existing re-identification approaches.

The paper tackles the challenge of multi-object tracking by proposing TrackletNet Tracker (TNT), which combines temporal and appearance information to handle issues like occlusion and camera motion, achieving promising results on MOT16 and MOT17 benchmarks.

Multi-object tracking (MOT) is an important and practical task related to both surveillance systems and moving camera applications, such as autonomous driving and robotic vision. However, due to unreliable detection, occlusion and fast camera motion, tracked targets can be easily lost, which makes MOT very challenging. Most recent works treat tracking as a re-identification (Re-ID) task, but how to combine appearance and temporal features is still not well addressed. In this paper, we propose an innovative and effective tracking method called TrackletNet Tracker (TNT) that combines temporal and appearance information together as a unified framework. First, we define a graph model which treats each tracklet as a vertex. The tracklets are generated by appearance similarity with CNN features and intersection-over-union (IOU) with epipolar constraints to compensate camera movement between adjacent frames. Then, for every pair of two tracklets, the similarity is measured by our designed multi-scale TrackletNet. Afterwards, the tracklets are clustered into groups which represent individual object IDs. Our proposed TNT has the ability to handle most of the challenges in MOT, and achieve promising results on MOT16 and MOT17 benchmark datasets compared with other state-of-the-art methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes