用位置提示和校准记忆提升SAM2在视觉目标跟踪中的鲁棒性
SAMITE: Position Prompted SAM2 with Calibrated Memory for Visual Object Tracking
- 基于SAM2构建,引入原型记忆库筛选高质量帧作为后续条件
- 在6个基准上实现领先性能,对遮挡和干扰有更强抗性
- 适合需要高精度、强鲁棒性的视频目标跟踪场景
视觉目标跟踪(VOT)广泛应用于自动驾驶等场景,用于在视频中持续追踪目标。现有方法分为模板匹配与自回归两类,前者忽略帧间时序依赖,后者训练时偏向特定类别,泛化能力弱。部分工作尝试将视频基础模型SAM2用于VOT,通过编码每帧跟踪结果作为记忆,以自回归方式指导后续帧。然而,现有方法仍难以应对遮挡与干扰,且缺乏抑制跟踪误差传播的机制。为此,本文提出SAMITE模型,在SAM2基础上增加两个模块:(1) 原型记忆库:量化每帧跟踪结果在特征与位置上的准确性,选择最优帧作为后续条件;因遮挡或干扰物体的特征与位置不准确,其得分较低,可被自然过滤,从而阻断错误传播;(2) 位置提示生成器:生成位置掩码提示,为目标提供明确的空间线索,提升跟踪精度。在六个基准上的大量实验表明SAMITE性能优越。代码已公开于https://github.com/Sam1224/SAMITE。
原文摘要 · Abstract (English)
Visual Object Tracking (VOT) is widely used in applications like autonomous driving to continuously track targets in videos. Existing methods can be roughly categorized into template matching and autoregressive methods, where the former usually neglects the temporal dependencies across frames and the latter tends to get biased towards the object categories during training, showing weak generalizability to unseen classes. To address these issues, some methods propose to adapt the video foundation model SAM2 for VOT, where the tracking results of each frame would be encoded as memory for conditioning the rest of frames in an autoregressive manner. Nevertheless, existing methods fail to overcome the challenges of object occlusions and distractions, and do not have any measures to intercept the propagation of tracking errors. To tackle them, we present a SAMITE model, built upon SAM2 with additional modules, including: (1) Prototypical Memory Bank: We propose to quantify the feature-wise and position-wise correctness of each frame's tracking results, and select the best frames to condition subsequent frames. As the features of occluded and distracting objects are feature-wise and position-wise inaccurate, their scores would naturally be lower and thus can be filtered to intercept error propagation; (2) Positional Prompt Generator: To further reduce the impacts of distractors, we propose to generate positional mask prompts to provide explicit positional clues for the target, leading to more accurate tracking. Extensive experiments have been conducted on six benchmarks, showing the superiority of SAMITE. The code is available at https://github.com/Sam1224/SAMITE.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。