paper-with-me

홈 › Papers

Multi-object Tracking by Detection and Query: an efficient end-to-end manner

2024-11-09 · Shukun Jia, Yichao Cao, Feng Yang, Xin Lu, Xiaobo Lu

Multi-object tracking is advancing through two dominant paradigms: traditional tracking by detection and newly emerging tracking by query. In this work, we fuse them together and propose the tracking-by-detection-and-query paradigm, which is achieved by a Learnable Associator. Specifically, the basic information interaction module and the content-position alignment module are proposed for thorough information Interaction among object queries. Tracking results are directly Decoded from these queries. Hence, we name the method as LAID. Compared to tracking-by-query models, LAID achieves competitive tracking accuracy with notably higher training efficiency. With regard to tracking-by-detection methods, experimental results on DanceTrack show that LAID significantly surpasses the state-of-the-art heuristic method by 3.9% on HOTA metric and 6.1% on IDF1 metric. On SportsMOT, LAID also achieves the best score on HOTA metric. By holding low training cost, strong tracking capabilities, and an elegant end-to-end approach all at once, LAID presents a forward-looking direction for the field.

📄 PDF Abstract BibTeX arXiv:2411.06197

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

End-to-end Tracking with a Multi-query Transformer

2022-10-26 · Bruno Korbar, Andrew Zisserman

Multiple-object tracking (MOT) is a challenging task that requires simultaneous reasoning about location, appearance, and identity of the objects in the scene over time. Our aim in this paper is to move beyond tracking-b…

Multiple Object TrackingObjectObject Tracking

Siamese-DETR for Generic Multi-Object Tracking

2023-10-27 · Qiankun Liu, Yichen Li, Yuqi Jiang, Ying Fu

The ability to detect and track the dynamic objects in different scenes is fundamental to real-world applications, e.g., autonomous driving and robot navigation. However, traditional Multi-Object Tracking (MOT) is limite…

Autonomous DrivingLanguage ModellingMulti-Object TrackingObject+2

TransTrack: Multiple Object Tracking with Transformer

2020-12-31 · Peize Sun, Jinkun Cao, Yi Jiang, Rufeng Zhang 외

In this work, we propose TransTrack, a simple but efficient scheme to solve the multiple object tracking problems. TransTrack leverages the transformer architecture, which is an attention-based query-key mechanism. It ap…

Multi-Object TrackingMultiple Object TrackingMultiple Object Tracking with TransformerObject+3

ADA-Track++: End-to-End Multi-Camera 3D Multi-Object Tracking with Alternating Detection and Association

2024-05-14 · CVPR 2024 1 · Shuxiao Ding, Lukas Schneider, Marius Cordts, Juergen Gall

Many query-based approaches for 3D Multi-Object Tracking (MOT) adopt the tracking-by-attention paradigm, utilizing track queries for identity-consistent detection and object queries for identity-agnostic track spawning. …

3D Multi-Object TrackingDecoderMulti-Object TrackingObject Tracking

GateMOT: Q-Gated Attention for Dense Object Tracking

2026-04-29 · Mingjin Lv, Zelin Liu, Feifei Shao, Yi-Ping Phoebe Chen 외 arxiv

While large models demonstrate the strong representational power of vanilla attention, this core mechanism cannot be directly applied to Dense Object Tracking: its quadratic all-to-all interactions are computationally pr…

Object Tracking