Multimodal Learning 相关度: 8/10

AgentRVOS: Reasoning over Object Tracks for Zero-Shot Referring Video Object Segmentation

Woojeong Jin, Jaeho Lee, Heeseong Shin, Seungho Jang, Junhwan Heo, Seungryong Kim
arXiv: 2603.23489v1 发布: 2026-03-24 更新: 2026-03-24

AI 摘要

AgentRVOS利用SAM3和MLLM构建无训练Agent框架,通过对象轨迹推理实现视频对象分割。

主要贡献

  • 提出AgentRVOS框架,无需训练即可实现高质量RVOS
  • 利用SAM3生成对象轨迹,提供对象级证据
  • MLLM在对象轨迹上进行推理,提高分割准确性

方法论

SAM3生成视频中对象的mask轨迹,MLLM基于query和mask轨迹进行推理,迭代地修剪mask,最终分割出目标对象。

原文摘要

Referring Video Object Segmentation (RVOS) aims to segment a target object throughout a video given a natural language query. Training-free methods for this task follow a common pipeline: a MLLM selects keyframes, grounds the referred object within those frames, and a video segmentation model propagates the results. While intuitive, this design asks the MLLM to make temporal decisions before any object-level evidence is available, limiting both reasoning quality and spatio-temporal coverage. To overcome this, we propose AgentRVOS, a training-free agentic pipeline built on the complementary strengths of SAM3 and a MLLM. Given a concept derived from the query, SAM3 provides reliable perception over the full spatio-temporal extent through generated mask tracks. The MLLM then identifies the target through query-grounded reasoning over this object-level evidence, iteratively pruning guided by SAM3's temporal existence information. Extensive experiments show that AgentRVOS achieves state-of-the-art performance among training-free methods across multiple benchmarks, with consistent results across diverse MLLM backbones. Our project page is available at: https://cvlab-kaist.github.io/AgentRVOS/.

标签

Referring Video Object Segmentation RVOS MLLM SAM3 Agent

arXiv 分类

cs.CV