CVJun 18, 2024

GroPrompt: Efficient Grounded Prompting and Adaptation for Referring Video Object Segmentation

arXiv:2406.12834v21 citations
Originality Incremental advance
AI Analysis

This work addresses RVOS for video analysis by reducing reliance on dense mask annotations, making it more scalable, though it is incremental as it builds on existing foundation models.

The paper tackles the problem of Referring Video Object Segmentation (RVOS) by efficiently adapting foundation segmentation models using weak supervision with bounding boxes, achieving competitive performance on standard benchmarks like Ref-YouTube-VOS and Ref-DAVIS17.

Referring Video Object Segmentation (RVOS) aims to segment the object referred to by the query sentence throughout the entire video. Most existing methods require end-to-end training with dense mask annotations, which could be computation-consuming and less scalable. In this work, we aim to efficiently adapt foundation segmentation models for addressing RVOS from weak supervision with the proposed Grounded Prompting (GroPrompt) framework. More specifically, we propose Text-Aware Prompt Contrastive Learning (TAP-CL) to enhance the association between the position prompts and the referring sentences with only box supervisions, including Text-Contrastive Prompt Learning (TextCon) and Modality-Contrastive Prompt Learning (ModalCon) at frame level and video level, respectively. With the proposed TAP-CL, our GroPrompt framework can generate temporal-consistent yet text-aware position prompts describing locations and movements for the referred object from the video. The experimental results in the standard RVOS benchmarks (Ref-YouTube-VOS, Ref-DAVIS17, A2D-Sentences, and JHMDB-Sentences) demonstrate the competitive performance of our proposed GroPrompt framework given only bounding box weak supervisions.

Foundations

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

Your Notes