paper-with-me

홈 › Papers

TAPTR: Tracking Any Point with Transformers as Detection

2024-03-19 · Hongyang Li, Hao Zhang, Shilong Liu, Zhaoyang Zeng, Tianhe Ren, Feng Li, Lei Zhang

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 designs from DETR-like algorithms to address the task of TAP. In the proposed framework, in each video frame, each tracking point is represented as a point query, which consists of a positional part and a content part. As in DETR, each query (its position and content feature) is naturally updated layer by layer. Its visibility is predicted by its updated content feature. Queries belonging to the same tracking point can exchange information through self-attention along the temporal dimension. As all such operations are well-designed in DETR-like algorithms, the model is conceptually very simple. We also adopt some useful designs such as cost volume from optical flow models and develop simple designs to provide long temporal information while mitigating the feature drifting issue. Our framework demonstrates strong performance with state-of-the-art performance on various TAP datasets with faster inference speed.

📄 PDF Abstract BibTeX arXiv:2403.13042

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionOptical Flow EstimationPoint Tracking

Similar Papers 제목 키워드 기반

TAPTRv2: Attention-based Position Update Improves Tracking Any Point

2024-07-23 · Hongyang Li, Hao Zhang, Shilong Liu, Zhaoyang Zeng 외

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

Position

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

TAPNext++: What's Next for Tracking Any Point (TAP)?

2026-04-12 · Sebastian Jung, Artem Zholus, Martin Sundermeyer, Carl Doersch 외 arxiv

Tracking-Any-Point (TAP) models aim to track any point through a video which is a crucial task in AR/XR and robotics applications. The recently introduced TAPNext approach proposes an end-to-end, recurrent transformer ar…

Point Tracking

Transformers for Object Detection in Large Point Clouds

2022-09-30 · Felicia Ruppel, Florian Faion, Claudius Gläser, Klaus Dietmayer

We present TransLPC, a novel detection model for large point clouds that is based on a transformer architecture. While object detection with transformers has been an active field of research, it has proved difficult to a…

Autonomous DrivingDecoderMulti-Object TrackingObject+3

Motion-Aware Transformer for Multi-Object Tracking

2025-09-26 · Xu Yang, Gady Agam arxiv

Multi-object tracking (MOT) in videos remains challenging due to complex object motions and crowded scenes. Recent DETR-based frameworks offer end-to-end solutions but typically process detection and tracking queries joi…

Multi-Object Tracking