Hierarchical IoU Tracking based on Interval
Yunhao Du, Zhicheng Zhao, Fei Su

TL;DR
HIT introduces a hierarchical IoU tracking framework that simplifies multi-object tracking by relying solely on IoU for association, improving consistency and performance across multiple datasets.
Contribution
The paper proposes a unified hierarchical tracking framework using tracklet intervals as priors, eliminating complex models and auxiliary cues for more reliable associations.
Findings
Achieves promising results on MOT17, KITTI, DanceTrack, and VisDrone datasets.
Can be integrated with various existing tracking solutions.
Provides a strong baseline for future multi-object tracking research.
Abstract
Multi-Object Tracking (MOT) aims to detect and associate all targets of given classes across frames. Current dominant solutions, e.g. ByteTrack and StrongSORT++, follow the hybrid pipeline, which first accomplish most of the associations in an online manner, and then refine the results using offline tricks such as interpolation and global link. While this paradigm offers flexibility in application, the disjoint design between the two stages results in suboptimal performance. In this paper, we propose the Hierarchical IoU Tracking framework, dubbed HIT, which achieves unified hierarchical tracking by utilizing tracklet intervals as priors. To ensure the conciseness, only IoU is utilized for association, while discarding the heavy appearance models, tricky auxiliary cues, and learning-based association modules. We further identify three inconsistency issues regarding target size, camera…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Algorithms and Applications
