paper-with-me

홈 › Papers

TAPTRv2: Attention-based Position Update Improves Tracking Any Point

2024-07-23 · Hongyang Li, Hao Zhang, Shilong Liu, Zhaoyang Zeng, Feng Li, Tianhe Ren, Bohan Li, Lei Zhang

In this paper, we present TAPTRv2, a Transformer-based approach built upon TAPTR for solving the Tracking Any Point (TAP) task. TAPTR borrows designs from DEtection TRansformer (DETR) and formulates each tracking point as a point query, making it possible to leverage well-studied operations in DETR-like algorithms. TAPTRv2 improves TAPTR by addressing a critical issue regarding its reliance on cost-volume,which contaminates the point query\'s content feature and negatively impacts both visibility prediction and cost-volume computation. In TAPTRv2, we propose a novel attention-based position update (APU) operation and use key-aware deformable attention to realize. For each query, this operation uses key-aware attention weights to combine their corresponding deformable sampling positions to predict a new query position. This design is based on the observation that local attention is essentially the same as cost-volume, both of which are computed by dot-production between a query and its surrounding features. By introducing this new operation, TAPTRv2 not only removes the extra burden of cost-volume computation, but also leads to a substantial performance improvement. TAPTRv2 surpasses TAPTR and achieves state-of-the-art performance on many challenging datasets, demonstrating the superiority

📄 PDF Abstract BibTeX arXiv:2407.16291

Code (0)

등록된 구현이 없습니다.

Tasks

Position

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 제목 키워드 기반

TAPTRv3: Spatial and Temporal Context Foster Robust Tracking of Any Point in Long Video

2024-11-27 · Jinyuan Qu, Hongyang Li, Shilong Liu, Tianhe Ren 외

In this paper, we present TAPTRv3, which is built upon TAPTRv2 to improve its point tracking robustness in long videos. TAPTRv2 is a simple DETR-like framework that can accurately track any point in real-world videos wit…

Point Tracking

Kalman Linear Attention: Parallel Bayesian Filtering For Efficient Language Modelling and State Tracking

2026-02-11 · Vaisakh Shaj, Cameron Barker, Aidan Scannell, Andras Szecsenyi 외 arxiv

State-space language models such as Mamba and gated linear attention (GLA) offer linear-complexity, parallelisable alternatives to transformers, but their linear state updates limit expressivity and robust state tracking…

Language Modelling

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

PURA: Parameter Update-Recovery Test-Time Adaption for RGB-T Tracking

2025-01-01 · CVPR 2025 1 · Zekai Shao, Yufan Hu, Bin Fan, Hongmin Liu

Maintaining stable tracking of objects in domain shift scenarios is crucial for RGB-T tracking, prompting us to explore the use of unlabeled test sample information for effective online model adaptation. However, cur…

Rgb-T TrackingTest-time Adaptation

ROAM: Recurrently Optimizing Tracking Model

2019-07-28 · CVPR 2020 6 · Tianyu Yang, Pengfei Xu, Runbo Hu, Hua Chai 외

In this paper, we design a tracking model consisting of response generation and bounding box regression, where the first component produces a heat map to indicate the presence of the object at different positions and the…

Meta-LearningmodelResponse Generation