🤖 AI Summary
This work addresses the task of referring video object segmentation (Ref-VOS), where the goal is to segment visual targets specified by textual expressions in videos. The authors propose Sa2VA, a multi-agent framework that explicitly models the collaboration between target existence verification and mask generation. The approach employs a role-specialized agent architecture—comprising a planner, partitioner, scout, refiner, and critic—to iteratively validate, correct, and refine initial semantic hypotheses. Temporal propagation and closed-loop refinement are further integrated via SAM3 to enhance consistency and accuracy across frames. Evaluated on the MeViS-Text benchmark, the method achieves third place, demonstrating significant improvements in both target existence classification accuracy and segmentation mask quality.
📝 Abstract
This report describes a Ref-VOS pipeline centered on Sa2VA and organized with explicit agent roles. The key idea is that Sa2VA should provide the first dense semantic hypothesis, while an agent loop decides whether that hypothesis should be accepted, revised, or refined. The pipeline starts with a target-presence judgment stage. If the referred object does not exist in the video, the system directly outputs zero masks. Otherwise, Sa2VA receives the video and referring prompt and produces a coarse mask trajectory over the full video. This trajectory is treated as a semantic prior rather than a final answer. A planner agent decomposes the query, temporal partition agents identify informative blocks, scout agents search for anchor frames, and refinement agents convert reliable Sa2VA masks into boxes and points for SAM3 propagation. A critic scores candidate trajectories, a reflection controller repairs weak hypotheses, and a collaboration controller reconciles multiple agent branches. The result is a Ref-VOS system in which Sa2VA is responsible for dense grounded understanding, while the agent layer handles presence verification, temporal search, confidence-aware revision, and final mask refinement.