arXiv:2603.18988cs.RO2026-03

MERGE让机器人在多人互动中精准识别角色、物体与事件,提升协作效率。

MERGE: Guided Vision-Language Models for Multi-Actor Event Reasoning and Grounding in Human-Robot Interaction

  • 用视觉语言模型+轻量级感知流,只在必要时调用模型,降低延迟和成本。
  • 在新数据集上,接地准确率比纯VLM高2倍,运行时间减少4倍。
  • 适合需要实时理解多人人机交互的机器人系统开发者。

我们提出MERGE系统,用于动态人机群体互动中对参与者、物体和事件的情境定位。有效协作依赖于持续的情境感知,基于对人物和物体的持久表征以及事件的历时抽象。MERGE通过唯一标识物理实体(人或机器人)和物体,并将其组织为角色-动作-对象关系,确保交互中的时间一致性。其核心是将视觉语言模型(VLMs)与感知流水线结合:一个轻量级流式模块持续处理视觉输入,仅在检测到变化时选择性调用VLM。这种解耦设计在保留VLM推理能力和零样本泛化能力的同时,提升了效率,避免了逐帧生成带来的高额成本和延迟输出。为填补多参与者协作评估基准空白,我们构建了GROUND数据集,提供细粒度的多人员及人机交互情境标注。在该数据集上,我们的方法相比纯VLM基线(包括GPT-4o、GPT-5和Gemini 2.5 Flash)平均接地得分提升2倍,同时运行时间减少4倍。代码与数据已在www.github.com/HRI-EU/merge公开。

原文摘要 · Abstract (English)

We introduce MERGE, a system for situational grounding of actors, objects, and events in dynamic human-robot group interactions. Effective collaboration in such settings requires consistent situational awareness, built on persistent representations of people and objects and an episodic abstraction of events. MERGE achieves this by uniquely identifying physical instances of actors (humans or robots) and objects and structuring them into actor-action-object relations, ensuring temporal consistency across interactions. Central to MERGE is the integration of Vision-Language Models (VLMs) guided with a perception pipeline: a lightweight streaming module continuously processes visual input to detect changes and selectively invokes the VLM only when necessary. This decoupled design preserves the reasoning power and zero-shot generalization of VLMs while improving efficiency, avoiding both the high monetary cost and the latency of frame-by-frame captioning that leads to fragmented and delayed outputs. To address the absence of suitable benchmarks for multi-actor collaboration, we introduce the GROUND dataset, which offers fine-grained situational annotations of multi-person and human-robot interactions. On this dataset, our approach improves the average grounding score by a factor of 2 compared to the performance of VLM-only baselines - including GPT-4o, GPT-5 and Gemini 2.5 Flash - while also reducing run-time by a factor of 4. The code and data are available at www.github.com/HRI-EU/merge.

人机交互视觉语言模型情境定位多主体推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。