CVDec 12, 2022

Joint Counting, Detection and Re-Identification for Multi-Object Tracking

arXiv:2212.05861v35 citationsh-index: 17
Originality Incremental advance
AI Analysis

It addresses the challenge of accurate object association in crowded scenes for computer vision applications, representing an incremental improvement over prior joint detection and tracking methods.

The paper tackles the problem of multiple object tracking in crowded scenes by jointly modeling counting, detection, and re-identification in an end-to-end framework, achieving state-of-the-art results with MOTA scores of 79.7% on MOT16, 81.3% on MOT17, and 78.9% on MOT20.

The recent trend in 2D multiple object tracking (MOT) is jointly solving detection and tracking, where object detection and appearance feature (or motion) are learned simultaneously. Despite competitive performance, in crowded scenes, joint detection and tracking usually fail to find accurate object associations due to missed or false detections. In this paper, we jointly model counting, detection and re-identification in an end-to-end framework, named CountingMOT, tailored for crowded scenes. By imposing mutual object-count constraints between detection and counting, the CountingMOT tries to find a balance between object detection and crowd density map estimation, which can help it to recover missed detections or reject false detections. Our approach is an attempt to bridge the gap of object detection, counting, and re-Identification. This is in contrast to prior MOT methods that either ignore the crowd density and thus are prone to failure in crowded scenes,or depend on local correlations to build a graphical relationship for matching targets. The proposed MOT tracker can perform online and real-time tracking, and achieves the state-of-the-art results on public benchmarks MOT16 (MOTA of 79.7), MOT17 (MOTA of 81.3%) and MOT20 (MOTA of 78.9%).

Foundations

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

Your Notes