paper-with-me

홈 › Papers

Bridging the Gap Between End-to-end and Non-End-to-end Multi-Object Tracking

2023-05-22 · Feng Yan, Weixin Luo, Yujie Zhong, Yiyang Gan, Lin Ma

Existing end-to-end Multi-Object Tracking (e2e-MOT) methods have not surpassed non-end-to-end tracking-by-detection methods. One potential reason is its label assignment strategy during training that consistently binds the tracked objects with tracking queries and then assigns the few newborns to detection queries. With one-to-one bipartite matching, such an assignment will yield unbalanced training, i.e., scarce positive samples for detection queries, especially for an enclosed scene, as the majority of the newborns come on stage at the beginning of videos. Thus, e2e-MOT will be easier to yield a tracking terminal without renewal or re-initialization, compared to other tracking-by-detection methods. To alleviate this problem, we present Co-MOT, a simple and effective method to facilitate e2e-MOT by a novel coopetition label assignment with a shadow concept. Specifically, we add tracked objects to the matching targets for detection queries when performing the label assignment for training the intermediate decoders. For query initialization, we expand each query by a set of shadow counterparts with limited disturbance to itself. With extensive ablations, Co-MOT achieves superior performance without extra costs, e.g., 69.4% HOTA on DanceTrack and 52.8% TETA on BDD100K. Impressively, Co-MOT only requires 38\% FLOPs of MOTRv2 to attain a similar performance, resulting in the 1.4$\times$ faster inference speed.

📄 PDF Abstract BibTeX arXiv:2305.12724

Code (2)

BingfengYan/CO-MOT 공식 구현 pytorch
bingfengyan/visam pytorch

Tasks

Multi-Object TrackingObject TrackingVideo Object Tracking

Similar Papers 제목 키워드 기반

Quo Vadis: Is Trajectory Forecasting the Key Towards Long-Term Multi-Object Tracking?

2022-10-14 · Patrick Dendorfer, Vladimir Yugay, Aljoša Ošep, Laura Leal-Taixé

Recent developments in monocular multi-object tracking have been very successful in tracking visible objects and bridging short occlusion gaps, mainly relying on data-driven appearance models. While we have significantly…

Multi-Object TrackingObject TrackingTrajectory Forecasting

Using Cross-Domain Detection Loss to Infer Multi-Scale Information for Improved Tiny Head Tracking

2025-05-14 · Jisu Kim, Alex Mattingly, Eung-Joo Lee, Benjamin S. Riggan

Head detection and tracking are essential for downstream tasks, but current methods often require large computational budgets, which increase latencies and ties up resources (e.g., processors, memory, and bandwidth). To …

Head DetectionMultiple Object TrackingObject Tracking

Cross-Modal Object Tracking via Modality-Aware Fusion Network and A Large-Scale Dataset

2023-12-22 · Lei Liu, Mengya Zhang, Cheng Li, Chenglong Li 외

Visual tracking often faces challenges such as invalid targets and decreased performance in low-light conditions when relying solely on RGB image sequences. While incorporating additional modalities like depth and infrar…

Object TrackingVisual Tracking

Learning Pixel Trajectories with Multiscale Contrastive Random Walks

2022-01-20 · CVPR 2022 1 · Zhangxing Bian, Allan Jabri, Alexei A. Efros, Andrew Owens

A range of video modeling tasks, from optical flow to multiple object tracking, share the same fundamental challenge: establishing space-time correspondence. Yet, approaches that dominate each space differ. We take a ste…

Multiple Object TrackingObjectObject TrackingOptical Flow Estimation+4

Zero-Shot Scene Change Detection

2024-06-17 · Kyusik Cho, Dong Yeop Kim, Euntai Kim

We present a novel, training-free approach to scene change detection. Our method leverages tracking models, which inherently perform change detection between consecutive frames of video by identifying common objects and …

Change DetectionScene Change Detection