paper-with-me

홈 › Papers

Tracking by Associating Clips

2022-12-20 · Sanghyun Woo, KwanYong Park, Seoung Wug Oh, In So Kweon, Joon-Young Lee

The tracking-by-detection paradigm today has become the dominant method for multi-object tracking and works by detecting objects in each frame and then performing data association across frames. However, its sequential frame-wise matching property fundamentally suffers from the intermediate interruptions in a video, such as object occlusions, fast camera movements, and abrupt light changes. Moreover, it typically overlooks temporal information beyond the two frames for matching. In this paper, we investigate an alternative by treating object association as clip-wise matching. Our new perspective views a single long video sequence as multiple short clips, and then the tracking is performed both within and between the clips. The benefits of this new approach are two folds. First, our method is robust to tracking error accumulation or propagation, as the video chunking allows bypassing the interrupted frames, and the short clip tracking avoids the conventional error-prone long-term track memory management. Second, the multiple frame information is aggregated during the clip-wise matching, resulting in a more accurate long-range track association than the current frame-wise matching. Given the state-of-the-art tracking-by-detection tracker, QDTrack, we showcase how the tracking performance improves with our new tracking formulation. We evaluate our proposals on two tracking benchmarks, TAO and MOT17 that have complementary characteristics and challenges each other.

📄 PDF Abstract BibTeX arXiv:2212.10149

Code (0)

등록된 구현이 없습니다.

Tasks

ChunkingManagementMulti-Object TrackingObjectObject Tracking

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Searching Action Proposals via Spatial Actionness Estimation and Temporal Path Inference and Tracking

2016-08-23 · Nannan Li, Dan Xu, Zhenqiang Ying, Zhihao LI 외

In this paper, we address the problem of searching action proposals in unconstrained video clips. Our approach starts from actionness estimation on frame-level bounding boxes, and then aggregates the bounding boxes belon…

ByteTrack: Multi-Object Tracking by Associating Every Detection Box

2021-10-13 · arXiv 2021 10 · Yifu Zhang, Peize Sun, Yi Jiang, Dongdong Yu 외

Multi-object tracking (MOT) aims at estimating bounding boxes and identities of objects in videos. Most methods obtain identities by associating detection boxes whose scores are higher than a threshold. The objects with …

GPUMulti-Object TrackingMultiple Object TrackingObject+1

Self-supervised Keypoint Correspondences for Multi-Person Pose Estimation and Tracking in Videos

2020-04-27 · ECCV 2020 8 · Umer Rafi, Andreas Doering, Bastian Leibe, Juergen Gall

Video annotation is expensive and time consuming. Consequently, datasets for multi-person pose estimation and tracking are less diverse and have more sparse annotations compared to large scale image datasets for human po…

Multi-Person Pose EstimationMulti-Person Pose Estimation and TrackingPose EstimationPose Tracking

Multi-Drone based Single Object Tracking with Agent Sharing Network

2020-03-16 · Pengfei Zhu, Jiayu Zheng, Dawei Du, Longyin Wen 외

Drone equipped with cameras can dynamically track the target in the air from a broader view compared with static cameras or moving sensors over the ground. However, it is still challenging to accurately track the target …

Object Tracking

Detect-and-Track: Efficient Pose Estimation in Videos

2017-12-26 · CVPR 2018 6 · Rohit Girdhar, Georgia Gkioxari, Lorenzo Torresani, Manohar Paluri 외

This paper addresses the problem of estimating and tracking human body keypoints in complex, multi-person video. We propose an extremely lightweight yet highly effective approach that builds upon the latest advancements …

Human DetectionKeypoint EstimationMulti-Object TrackingObject Tracking+3