CVNov 26, 2024

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

arXiv:2411.17646v243 citationsh-index: 11Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the challenge of segmenting objects in videos based on text descriptions for real-time applications, representing an incremental improvement over existing methods.

The paper tackles the problem of referring video object segmentation (RVOS) in streaming scenarios by enhancing SAM2 with natural language understanding and temporal modeling, achieving state-of-the-art results across benchmarks with less than 5M additional parameters.

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 .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes