paper-with-me

홈 › Papers

FastTrackTr:Towards Fast Multi-Object Tracking with Transformers

2024-11-24 · Pan Liao, Feng Yang, Di wu, Jinwen Yu, Wenhui Zhao, Bo Liu

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. To address this problem, we revisited the Joint Detection and Tracking (JDT) method by looking back at past approaches. By integrating the original JDT approach with some advanced theories, this paper employs an efficient method of information transfer between frames on the DETR, constructing a fast and novel JDT-type MOT framework: FastTrackTr. Thanks to the superiority of this information transfer method, our approach not only reduces the number of queries required during tracking but also avoids the excessive introduction of network structures, ensuring model simplicity. Experimental results indicate that our method has the potential to achieve real-time tracking and exhibits competitive tracking accuracy across multiple datasets.

📄 PDF Abstract BibTeX arXiv:2411.15811

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Object TrackingObjectObject Tracking

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Lightweight RGB-T Tracking with Mobile Vision Transformers

2025-06-23 · Mahdi Falaki, Maria A. Amer

Single-modality object tracking (e.g., RGB-only) encounters difficulties in challenging imaging conditions, such as low illumination and adverse weather conditions. To solve this, multimodal tracking (e.g., RGB-T models)…

GPUObject TrackingRgb-T Tracking

Mobile Vision Transformer-based Visual Object Tracking

2023-09-11 · Goutam Yelluru Gopal, Maria A. Amer

The introduction of robust backbones, such as Vision Transformers, has improved the performance of object tracking algorithms in recent years. However, these state-of-the-art trackers are computationally expensive since …

GPUObjectObject TrackingVisual Object Tracking

Efficient Visual Tracking with Exemplar Transformers

2021-12-17 · Philippe Blatter, Menelaos Kanakis, Martin Danelljan, Luc van Gool

The design of more complex and powerful neural network models has significantly advanced the state-of-the-art in visual object tracking. These advances can be attributed to deeper networks, or the introduction of new bui…

CPUObject TrackingVideo Object TrackingVisual Object Tracking+1

TAPTR: Tracking Any Point with Transformers as Detection

2024-03-19 · Hongyang Li, Hao Zhang, Shilong Liu, Zhaoyang Zeng 외

In this paper, we propose a simple and strong framework for Tracking Any Point with TRansformers (TAPTR). Based on the observation that point tracking bears a great resemblance to object detection and tracking, we borrow…

object-detectionObject DetectionOptical Flow EstimationPoint Tracking

The Progression of Transformers from Language to Vision to MOT: A Literature Review on Multi-Object Tracking with Transformers

2024-06-24 · Abhi Kamboj

The transformer neural network architecture allows for autoregressive sequence-to-sequence modeling through the use of attention layers. It was originally created with the application of machine translation but has revol…

Machine TranslationMulti-Object TrackingObject TrackingTranslation