paper-with-me

홈 › Papers

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

2026-04-12 · Sebastian Jung, Artem Zholus, Martin Sundermeyer, Carl Doersch, Ross Goroshin, David Joseph Tan, Sarath Chandar, Rudolph Triebel, Federico Tombari 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 architecture to track points frame-by-frame in a purely online fashion -- demonstrating competitive performance at minimal latency. However, we show that TAPNext struggles with longer video sequences and also frequently fails to re-detect query points that reappear after being occluded or leaving the frame. In this work, we present TAPNext++, a model that tracks points in sequences that are orders of magnitude longer while preserving the low memory and compute footprint of the architecture. We train the recurrent video transformer using several data-driven solutions, including training on long 1024-frame sequences enabled by sequence parallelism techniques. We highlight that re-detection performance is a blind spot in the current literature and introduce a new metric, Re-Detection Average Jaccard ($AJ_{RD}$), to explicitly evaluate tracking on re-appearing points. To improve re-detection of points, we introduce tailored geometric augmentations, such as periodic roll that simulates point re-entries, and supervising occluded points. We demonstrate that recurrent transformers can be substantially improved for point tracking and set a new state-of-the-art on multiple benchmarks. Model and code can be found at https://tap-next-plus-plus.github.io.

📄 PDF Abstract BibTeX arXiv:2604.10582

Code (0)

등록된 구현이 없습니다.

Tasks

Point Tracking

Similar Papers 제목 키워드 기반

TAPNext: Tracking Any Point (TAP) as Next Token Prediction

2025-04-08 · Artem Zholus, Carl Doersch, Yi Yang, Skanda Koppula 외

Tracking Any Point (TAP) in a video is a challenging computer vision problem with many demonstrated applications in robotics, video editing, and 3D reconstruction. Existing methods for TAP rely heavily on complex trackin…

Point Tracking

CoMaL Tracking: Tracking Points at the Object Boundaries

2017-06-07 · Santhosh K. Ramakrishnan, Swarna Kamlam Ravindran, Anurag Mittal

Traditional point tracking algorithms such as the KLT use local 2D information aggregation for feature detection and tracking, due to which their performance degrades at the object boundaries that separate multiple objec…

ObjectPoint Tracking

Dialog State Tracking: A Neural Reading Comprehension Approach

2019-08-06 · WS 2019 9 · Shuyang Gao, Abhishek Sethi, Sanchit Agarwal, Tagyoung Chung 외

Dialog state tracking is used to estimate the current belief state of a dialog given all the preceding conversation. Machine reading comprehension, on the other hand, focuses on building systems that read passages of tex…

dialog state trackingMachine Reading ComprehensionMulti-domain Dialogue State TrackingReading Comprehension+1

Best Viewpoint Tracking for Camera Mounted on Robotic Arm with Dynamic Obstacles

2017-08-01 · Christos Maniatis, Marcelo Saval-Calvo, Radim Tylecek, Robert B. Fisher

The problem of finding a next best viewpoint for 3D modeling or scene mapping has been explored in computer vision over the last decade. This paper tackles a similar problem, but with different characteristics. It propos…

Toward Scalable, Flexible Scene Flow for Point Clouds

2025-03-19 · Kyle Vedder

Scene flow estimation is the task of describing 3D motion between temporally successive observations. This thesis aims to build the foundation for building scene flow estimators with two important properties: they are sc…

Point TrackingScene Flow Estimation