Multiple People Tracking Using Hierarchical Deep Tracklet Re-identification
The task of multiple people tracking in monocular videos is challenging because of the numerous difficulties involved: occlusions, varying environments, crowded scenes, camera parameters and motion. In the tracking-by-detection paradigm, most approaches adopt person re-identification techniques based on computing the pairwise similarity between detections. However, these techniques are less effective in handling long-term occlusions. By contrast, tracklet (a sequence of detections) re-identification can improve association accuracy since tracklets offer a richer set of visual appearance and spatio-temporal cues. In this paper, we propose a tracking framework that employs a hierarchical clustering mechanism for merging tracklets. To this end, tracklet re-identification is performed by utilizing a novel multi-stage deep network that can jointly reason about the visual appearance and spatio-temporal properties of a pair of tracklets, thereby providing a robust measure of affinity. Experimental results on the challenging MOT16 and MOT17 benchmarks show that our method significantly outperforms state-of-the-arts.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringMultiple People TrackingPerson Re-IdentificationSimilar Papers 제목 키워드 기반
Overlap Suppression Clustering for Offline Multi-Camera People Tracking
Multi-Camera People Tracking is a multifaceted issue that requires the integration of several computer vision tasks such as Object Detection Multiple Object Tracking and Person Re-identification. This study presents a mu…
ClusteringMulti-Object TrackingMultiple Object TrackingObject+5Online Multi-camera People Tracking with Spatial-temporal Mechanism and Anchor-feature Hierarchical Clustering
Multi-camera Multi-object tracking (MTMC) surpasses conventional single-camera tracking by enabling seamless object tracking across multiple camera views. This capability is critical for security systems and improving si…
Multi-Object TrackingObjectObject TrackingMultiple Object Tracking from appearance by hierarchically clustering tracklets
Current approaches in Multiple Object Tracking (MOT) rely on the spatio-temporal coherence between detections combined with object appearance to match objects from consecutive frames. In this work, we explore MOT using o…
ClusteringMulti-Object TrackingMultiple Object TrackingObject+1Addressing Ambiguity in Multi-target Tracking by Hierarchical Strategy
This paper presents a novel hierarchical approach for the simultaneous tracking of multiple targets in a video. We use a network flow approach to link detections in low-level and tracklets in high-level. At each step of …
Tracking People by Predicting 3D Appearance, Location & Pose
In this paper, we present an approach for tracking people in monocular videos, by predicting their future 3D representations. To achieve this, we first lift people to 3D from a single frame in a robust way. This lifting …