🤖 AI Summary
This paper addresses key challenges in referring video object segmentation (RVOS): insufficient vision-language alignment, weak long-term temporal modeling, and early-stage object omission. We propose a zero-shot, lightweight framework. Our method introduces: (1) a cross-modal collaboration mechanism between a large language model (LLM) and SAM 2 to enable fine-grained language-guided visual segmentation; (2) a video-language consistency verification module that dynamically filters false positives; and (3) an adaptive keyframe sampling strategy to enhance modeling of long-range temporal context and early-appearing objects. Evaluated on the MeViS test set, our approach achieves a J&F score of 64.14%, ranking second in the RVOS track of the 7th LSVOS Challenge at ICCV 2025.
📝 Abstract
Referential Video Object Segmentation (RVOS) aims to segment all objects in a video that match a given natural language description, bridging the gap between vision and language understanding. Recent work, such as Sa2VA, combines Large Language Models (LLMs) with SAM~2, leveraging the strong video reasoning capability of LLMs to guide video segmentation. In this work, we present a training-free framework that substantially improves Sa2VA's performance on the RVOS task. Our method introduces two key components: (1) a Video-Language Checker that explicitly verifies whether the subject and action described in the query actually appear in the video, thereby reducing false positives; and (2) a Key-Frame Sampler that adaptively selects informative frames to better capture both early object appearances and long-range temporal context. Without any additional training, our approach achieves a J&F score of 64.14% on the MeViS test set, ranking 2nd place in the RVOS track of the 7th LSVOS Challenge at ICCV 2025.