One More Check: Making "Fake Background" Be Tracked Again
Chao Liang, Zhipeng Zhang, Xue Zhou, Bing Li, Weiming Hu

TL;DR
This paper introduces a re-check network to recover false background detections in one-shot multi-object tracking, improving tracklet continuity and overall tracking performance.
Contribution
It proposes a novel re-check network that uses ID embedding for motion forecasting, enhancing the robustness of one-shot trackers against visual degradation.
Findings
Achieves higher MOTA scores on MOT16 and MOT17 datasets.
Reaches new state-of-the-art MOTA and IDF1 performance.
Effectively repairs broken tracklets caused by false background classification.
Abstract
The one-shot multi-object tracking, which integrates object detection and ID embedding extraction into a unified network, has achieved groundbreaking results in recent years. However, current one-shot trackers solely rely on single-frame detections to predict candidate bounding boxes, which may be unreliable when facing disastrous visual degradation, e.g., motion blur, occlusions. Once a target bounding box is mistakenly classified as background by the detector, the temporal consistency of its corresponding tracklet will be no longer maintained. In this paper, we set out to restore the bounding boxes misclassified as ``fake background'' by proposing a re-check network. The re-check network innovatively expands the role of ID embedding from data association to motion forecasting by effectively propagating previous tracklets to the current frame with a small overhead. Note that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Face recognition and analysis · Advanced Neural Network Applications
MethodsRepair
