TAPNext: Tracking Any Point (TAP) as Next Token Prediction
Artem Zholus, Carl Doersch, Yi Yang, Skanda Koppula, Viorica Patraucean, Xu Owen He, Ignacio Rocco, Mehdi S. M. Sajjadi, Sarath Chandar, Ross Goroshin
TL;DR
TAPNext reframes Tracking Any Point as next-token prediction, using a shared spatio-temporal token bank and a causal recurrent backbone (SSM) coupled with ViT blocks to track points online without tracking-specific biases. It predicts point coordinates as distributions via a 256-bin classification head, enabling sub-pixel accuracy through expectation, and relies on masked decoding to impute missing tokens across frames. Trained on a large synthetic Kubric dataset and refined with BootsTAPNext on real data, TAPNext achieves state-of-the-art performance on TAP-Vid with minimal latency and demonstrates emergent, interpretable attention patterns. The work highlights a scalable, end-to-end approach to TAP that can extend to broader video understanding tasks while identifying avenues for improving long-horizon generalization.
Abstract
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 tracking-specific inductive biases and heuristics, limiting their generality and potential for scaling. To address these challenges, we present TAPNext, a new approach that casts TAP as sequential masked token decoding. Our model is causal, tracks in a purely online fashion, and removes tracking-specific inductive biases. This enables TAPNext to run with minimal latency, and removes the temporal windowing required by many existing state of art trackers. Despite its simplicity, TAPNext achieves a new state-of-the-art tracking performance among both online and offline trackers. Finally, we present evidence that many widely used tracking heuristics emerge naturally in TAPNext through end-to-end training. The TAPNext model and code can be found at https://tap-next.github.io/.
