paper-with-me

홈 › Papers

GateMOT: Q-Gated Attention for Dense Object Tracking

2026-04-29 · Mingjin Lv, Zelin Liu, Feifei Shao, Yi-Ping Phoebe Chen, Junqing Yu, Wei Yang, Zikai Song 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 prohibitive for dense motion estimation on high-resolution features. This mismatch prevents Dense Object Tracking from fully leveraging attention-based modeling in crowded and occlusion-heavy scenes. To address this challenge, we introduce GateMOT, an online tracking framework centered on Q-Gated Attention (Q-Attention), an efficient and spatially aware attention variant. Our key idea is to repurpose the Query from a similarity-conditioning term into a learnable gating unit. This Gating-Query (Gating-Q) produces a probabilistic gate that modulates Key features in an element-wise manner, enabling explicit relevance selection instead of costly global aggregation. Built on this mechanism, parallel Q-Attention heads transform one shared feature map into task-specific yet consistent representations for detection, motion, and re-identification, yielding a tightly coupled multi-task decoder with linear-complexity gating operations. GateMOT achieves state-of-the-art HOTA of 48.4, MOTA of 67.8, and IDF1 of 64.5 on BEE24, and demonstrates strong performance on additional Dense Object Tracking benchmarks. These results show that Q-Attention is a simple, effective, and transferable building block for attention-based tracking in dense tracking scenarios.

📄 PDF Abstract BibTeX arXiv:2604.26353

Code (0)

등록된 구현이 없습니다.

Tasks

Object Tracking

Similar Papers 제목 키워드 기반

Know Your Surroundings: Exploiting Scene Information for Object Tracking

2020-03-24 · ECCV 2020 8 · Goutam Bhat, Martin Danelljan, Luc van Gool, Radu Timofte

Current state-of-the-art trackers only rely on a target appearance model in order to localize the object in each frame. Such approaches are however prone to fail in case of e.g. fast appearance changes or presence of dis…

Object TrackingVideo Object Tracking

Exploiting More Information in Sparse Point Cloud for 3D Single Object Tracking

2022-10-02 · Yubo Cui, Jiayao Shan, Zuoxu Gu, Zhiheng Li 외

3D single object tracking is a key task in 3D computer vision. However, the sparsity of point clouds makes it difficult to compute the similarity and locate the object, posing big challenges to the 3D tracker. Previous w…

3D Single Object TrackingDecoderObjectObject Tracking

Dense Feature Aggregation and Pruning for RGBT Tracking

2019-07-24 · Yabin Zhu, Chenglong Li, Bin Luo, Jin Tang 외

How to perform effective information fusion of different modalities is a core factor in boosting the performance of RGBT tracking. This paper presents a novel deep fusion algorithm based on the representations from an en…

Zero-Shot Open-Vocabulary Tracking with Large Pre-Trained Models

2023-10-10 · Wen-Hsuan Chu, Adam W. Harley, Pavel Tokmakov, Achal Dave 외

Object tracking is central to robot perception and scene understanding. Tracking-by-detection has long been a dominant paradigm for object tracking of specific object categories. Recently, large-scale pre-trained models …

ObjectObject TrackingOptical Flow EstimationScene Understanding+3

TransCenter: Transformers with Dense Representations for Multiple-Object Tracking

2021-03-28 · Yihong Xu, Yutong Ban, Guillaume Delorme, Chuang Gan 외

Transformers have proven superior performance for a wide variety of tasks since they were introduced. In recent years, they have drawn attention from the vision community in tasks such as image classification and object …

Decoderimage-classificationImage ClassificationMulti-Object Tracking+5