arXiv:2411.17646cs.CV2024-11CVPR被引 55

让SAM2学会理解语言并追踪视频对象,实时处理更准。

SAMWISE: Infusing Wisdom in SAM2 for Text-Driven Video Segmentation

  • 在特征提取阶段注入语言与时间信息,不微调原模型
  • 在多个基准上达到领先效果,参数增量不足500万
  • 适合需要实时流式处理的视频分割场景

指代视频对象分割(RVOS)依赖自然语言描述来分割视频中的目标。现有方法要么仅处理独立短片段,丢失全局上下文;要么需离线处理整段视频,难以支持流式应用。本文旨在突破这些限制,设计一种可在类似流式场景下运行且保留历史帧上下文的RVOS方法。基于具备强分割与跟踪能力的Segment-Anything 2(SAM2)模型,我们提出SAMWISE,通过引入新型适配模块,在不微调权重、不依赖外部模型的前提下,实现自然语言理解与显式时序建模。该模块将时间信息与多模态线索注入特征提取过程。我们还发现SAM2存在跟踪偏差现象,并提出可学习模块,在当前帧特征更符合描述时调整其跟踪焦点。SAMWISE在多个基准上达到最优性能,额外参数少于500万。代码已公开于https://github.com/ClaudiaCuttano/SAMWISE。

原文摘要 · Abstract (English)

Referring Video Object Segmentation (RVOS) relies on natural language expressions to segment an object in a video clip. Existing methods restrict reasoning either to independent short clips, losing global context, or process the entire video offline, impairing their application in a streaming fashion. In this work, we aim to surpass these limitations and design an RVOS method capable of effectively operating in streaming-like scenarios while retaining contextual information from past frames. We build upon the Segment-Anything 2 (SAM2) model, that provides robust segmentation and tracking capabilities and is naturally suited for streaming processing. We make SAM2 wiser, by empowering it with natural language understanding and explicit temporal modeling at the feature extraction stage, without fine-tuning its weights, and without outsourcing modality interaction to external models. To this end, we introduce a novel adapter module that injects temporal information and multi-modal cues in the feature extraction process. We further reveal the phenomenon of tracking bias in SAM2 and propose a learnable module to adjust its tracking focus when the current frame features suggest a new object more aligned with the caption. Our proposed method, SAMWISE, achieves state-of-the-art across various benchmarks, by adding a negligible overhead of less than 5 M parameters. Code is available at https://github.com/ClaudiaCuttano/SAMWISE .

视频分割多模态流式处理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。