paper-with-me

홈 › Papers

Multi-Object Tracking as Attention Mechanism

2023-07-12 · Hiroshi Fukui, Taiki Miyagawa, Yusuke Morishita

We propose a conceptually simple and thus fast multi-object tracking (MOT) model that does not require any attached modules, such as the Kalman filter, Hungarian algorithm, transformer blocks, or graph networks. Conventional MOT models are built upon the multi-step modules listed above, and thus the computational cost is high. Our proposed end-to-end MOT model, \textit{TicrossNet}, is composed of a base detector and a cross-attention module only. As a result, the overhead of tracking does not increase significantly even when the number of instances ($N_t$) increases. We show that TicrossNet runs \textit{in real-time}; specifically, it achieves 32.6 FPS on MOT17 and 31.0 FPS on MOT20 (Tesla V100), which includes as many as $>$100 instances per frame. We also demonstrate that TicrossNet is robust to $N_t$; thus, it does not have to change the size of the base detector, depending on $N_t$, as is often done by other models for real-time processing.

📄 PDF Abstract BibTeX arXiv:2307.05874

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$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Learning Target-oriented Dual Attention for Robust RGB-T Tracking

2019-08-12 · Rui Yang, Yabin Zhu, Xiao Wang, Chenglong Li 외

RGB-Thermal object tracking attempt to locate target object using complementary visual and thermal infrared data. Existing RGB-T trackers fuse different modalities by robust feature representation learning or adaptive mo…

ObjectObject TrackingRepresentation LearningRgb-T Tracking+1

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

Tracking by Joint Local and Global Search: A Target-aware Attention based Approach

2021-06-09 · Xiao Wang, Jin Tang, Bin Luo, YaoWei Wang 외

Tracking-by-detection is a very popular framework for single object tracking which attempts to search the target object within a local search window for each frame. Although such local search mechanism works well on simp…

DecoderObjectObject Tracking

Online Multi-Object Tracking with Dual Matching Attention Networks

2019-02-02 · ECCV 2018 9 · Ji Zhu, Hua Yang, Nian Liu, Minyoung Kim 외

In this paper, we propose an online Multi-Object Tracking (MOT) approach which integrates the merits of single object tracking and data association methods in a unified framework to handle noisy detections and frequent i…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

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 외

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 …

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking