paper-with-me

Papers

Looking Beyond Two Frames: End-to-End Multi-Object Tracking Using Spatial and Temporal Transformers

2021-03-27 · Tianyu Zhu, Markus Hiller, Mahsa Ehsanpour, Rongkai Ma, Tom Drummond, Ian Reid, Hamid Rezatofighi

Tracking a time-varying indefinite number of objects in a video sequence over time remains a challenge despite recent advances in the field. Most existing approaches are not able to properly handle multi-object tracking challenges such as occlusion, in part because they ignore long-term temporal information. To address these shortcomings, we present MO3TR: a truly end-to-end Transformer-based online multi-object tracking (MOT) framework that learns to handle occlusions, track initiation and termination without the need for an explicit data association module or any heuristics. MO3TR encodes object interactions into long-term temporal embeddings using a combination of spatial and temporal Transformers, and recursively uses the information jointly with the input data to estimate the states of all tracked objects over time. The spatial attention mechanism enables our framework to learn implicit representations between all the objects and the objects to the measurements, while the temporal attention mechanism focuses on specific parts of past information, allowing our approach to resolve occlusions over multiple frames. Our experiments demonstrate the potential of this new approach, achieving results on par with or better than the current state-of-the-art on multiple MOT metrics for several popular multi-object tracking benchmarks.

📄 PDF Abstract BibTeX arXiv:2103.14829

Code (1)

alanzty/mo3tr 공식 구현 pytorch

Tasks

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

Similar Papers 제목 키워드 기반

FastTrackTr:Towards Fast Multi-Object Tracking with Transformers

2024-11-24 · Pan Liao, Feng Yang, Di wu, Jinwen Yu 외

Transformer-based multi-object tracking (MOT) methods have captured the attention of many researchers in recent years. However, these models often suffer from slow inference speeds due to their structure or other issues.…

Multi-Object TrackingObjectObject Tracking

Tracking by Associating Clips

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

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 f…

ChunkingManagementMulti-Object TrackingObject+1

Track Targets by Dense Spatio-Temporal Position Encoding

2022-10-17 · Jinkun Cao, Hao Wu, Kris Kitani

In this work, we propose a novel paradigm to encode the position of targets for target tracking in videos using transformers. The proposed paradigm, Dense Spatio-Temporal (DST) position encoding, encodes spatio-temporal …

Multi-Object TrackingMulti-Object Tracking and SegmentationObjectObject Tracking+1

MOTS: Multi-Object Tracking and Segmentation

2019-02-10 · CVPR 2019 6 · Paul Voigtlaender, Michael Krause, Aljosa Osep, Jonathon Luiten 외

This paper extends the popular task of multi-object tracking to multi-object tracking and segmentation (MOTS). Towards this goal, we create dense pixel-level annotations for two existing tracking datasets using a semi-au…

Multi-Object TrackingMulti-Object Tracking and SegmentationMultiple Object TrackingObject+2

Real-time Online Multi-Object Tracking in Compressed Domain

2022-04-05 · Qiankun Liu, Bin Liu, Yue Wu, Weihai Li 외

Recent online Multi-Object Tracking (MOT) methods have achieved desirable tracking performance. However, the tracking speed of most existing methods is rather slow. Inspired from the fact that the adjacent frames are hig…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking