无需微调大模型,用即时数字孪生实现在线视频推理分割
Online Reasoning Video Segmentation with Just-in-Time Digital Twins
- 通过即时数字孪生分离感知与推理,动态调用视觉模型构建场景表示
- 在895个隐式查询上实现90.3%准确率,复杂推理任务提升显著
- 适合需要实时理解高阶指令的机器人、自动驾驶等在线系统
推理分割(RS)旨在基于隐式文本查询识别并分割目标对象,是具身智能体实现高层命令理解的关键。现有方法依赖多模态大模型的视觉感知能力,存在三大局限:难以处理多步推理或复杂时空关系;需频繁微调大模型,易引发灾难性遗忘;不适用于在线视频处理。为此,我们提出一种无需微调的在线视频推理分割框架,引入‘即时数字孪生’概念——给定隐式查询时,大模型规划如何从视频中利用专业视觉模型构建低级场景表示。该过程称为‘即时’,因大模型仅在需要时才请求特定信息,而非持续评估所有专家模型。随后,大模型在该数字孪生表示上进行推理以定位目标。为评估该方法,我们构建了一个新基准,包含200段视频、895个隐式文本查询,覆盖语义、空间、时间三类推理,以及三种推理链复杂度。
原文摘要 · Abstract (English)
Reasoning segmentation (RS) aims to identify and segment objects of interest based on implicit text queries. As such, RS is a catalyst for embodied AI agents, enabling them to interpret high-level commands without requiring explicit step-by-step guidance. However, current RS approaches rely heavily on the visual perception capabilities of multimodal large language models (LLMs), leading to several major limitations. First, they struggle with queries that require multiple steps of reasoning or those that involve complex spatial/temporal relationships. Second, they necessitate LLM fine-tuning, which may require frequent updates to maintain compatibility with contemporary LLMs and may increase risks of catastrophic forgetting during fine-tuning. Finally, being primarily designed for static images or offline video processing, they scale poorly to online video data. To address these limitations, we propose an agent framework that disentangles perception and reasoning for online video RS without LLM fine-tuning. Our innovation is the introduction of a just-in-time digital twin concept, where -- given an implicit query -- a LLM plans the construction of a low-level scene representation from high-level video using specialist vision models. We refer to this approach to creating a digital twin as "just-in-time" because the LLM planner will anticipate the need for specific information and only request this limited subset instead of always evaluating every specialist model. The LLM then performs reasoning on this digital twin representation to identify target objects. To evaluate our approach, we introduce a new comprehensive video reasoning segmentation benchmark comprising 200 videos with 895 implicit text queries. The benchmark spans three reasoning categories (semantic, spatial, and temporal) with three different reasoning chain complexity.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。