TAPNext++让点追踪更长更准,解决重识别难题
TAPNext++: What's Next for Tracking Any Point (TAP)?

- 用递归变压器+序列并行训练长视频点追踪
- 在1024帧序列上实现低延迟高精度追踪
- 新增重检测指标,适合AR/XR和机器人应用
追踪任意点(TAP)模型旨在视频中持续追踪任意点,是增强现实/扩展现实(AR/XR)与机器人应用的关键任务。近期提出的TAPNext采用端到端递归变换器架构,在纯在线模式下实现低延迟的逐帧追踪,表现优异。然而,我们发现TAPNext在长视频序列中表现下降,且对遮挡后重新出现的查询点常无法重新检测。本文提出TAPNext++,可在长达数倍于以往的视频序列中追踪点,同时保持原有低内存与计算开销。通过序列并行技术训练长达1024帧的长序列数据,引入针对性几何增强(如周期性滚动模拟点重新进入),并监督被遮挡点以提升重检测能力。我们提出新指标Re-Detection Average Jaccard(AJ_RD)以专门评估重出现点的追踪性能。实验表明,递归变换器可显著改进点追踪效果,并在多个基准上达到新最优水平。模型与代码见https://tap-next-plus-plus.github.io。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。