CVAIJul 3, 2023

RefSAM: Efficiently Adapting Segmenting Anything Model for Referring Video Object Segmentation

arXiv:2307.00997v329 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the challenge of precise user-interactive prompts and limited multimodal understanding in RVOS, offering an efficient adaptation of SAM for this domain-specific task.

The paper tackled the problem of adapting the Segment Anything Model (SAM) for referring video object segmentation (RVOS) by incorporating multi-view information and cross-modality learning, achieving state-of-the-art performance on datasets like Refer-Youtube-VOS and Ref-DAVIS17.

The Segment Anything Model (SAM) has gained significant attention for its impressive performance in image segmentation. However, it lacks proficiency in referring video object segmentation (RVOS) due to the need for precise user-interactive prompts and a limited understanding of different modalities, such as language and vision. This paper presents the RefSAM model, which explores the potential of SAM for RVOS by incorporating multi-view information from diverse modalities and successive frames at different timestamps in an online manner. Our proposed approach adapts the original SAM model to enhance cross-modality learning by employing a lightweight Cross-Modal MLP that projects the text embedding of the referring expression into sparse and dense embeddings, serving as user-interactive prompts. Additionally, we have introduced the hierarchical dense attention module to fuse hierarchical visual semantic information with sparse embeddings to obtain fine-grained dense embeddings, and an implicit tracking module to generate a tracking token and provide historical information for the mask decoder. Furthermore, we employ a parameter-efficient tuning strategy to align and fuse the language and vision features effectively. Through comprehensive ablation studies, we demonstrate our model's practical and effective design choices. Extensive experiments conducted on Refer-Youtube-VOS, Ref-DAVIS17, and three referring image segmentation datasets validate the superiority and effectiveness of our RefSAM model over existing methods.

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