Vision-Language-Motion Maps: An Open-Vocabulary, Uncertainty-Aware, Queryable Motion Attribute for 3D Scene Maps

📄 arXiv: 2607.16173 📥 PDF

作者: Dibyendu Ghosh, Ayushi Shakya

分类: cs.RO

发布日期: 2026-07-20


💡 一句话要点

提出视觉-语言-运动地图以解决动态场景查询问题

🎯 匹配领域: 支柱三:空间感知与语义 (Perception & Semantics)

关键词: 视觉-语言-运动 动态场景理解 开放词汇 不确定性建模 机器人导航 3D地图

📋 核心要点

  1. 现有的3D地图方法假设场景是静态的,无法处理动态元素的行为查询,限制了机器人的应用能力。
  2. 本文提出的视觉-语言-运动地图(VLMM)通过结合语义可动性先验和几何观察到的运动,提供了一种新的动态场景表示方式。
  3. 实验结果表明,VLMM在移动与静态物体的识别上显著提高了平均精度,并且在处理噪声姿态时表现出更好的鲁棒性。

📝 摘要(中文)

开放词汇的3D地图使机器人能够回答关于物体和位置的语言查询,但假设世界是静态的,无法回答场景元素的行为问题。本文提出了视觉-语言-运动地图(VLMM),这是一个开放词汇、可自然语言查询的3D地图,其中每个元素都携带融合的运动属性:结合了VLM/LLM语义可动性先验和几何观察到的跨帧运动,以及每个元素的不确定性。通过在控制模拟器基准(AI2-THOR,三种场景类型)上的消融实验,验证了各个模式的不可替代性。我们还在真实动态RGB-D数据集(TUM和Bonn,六个序列)上展示了不确定性通道的优势,显著提高了移动与静态的平均精度,并减少了错误的运动标记。

🔬 方法详解

问题定义:本文旨在解决现有3D地图在动态场景中无法有效回答行为查询的问题。现有方法往往假设场景是静态的,无法处理物体的运动状态。

核心思路:VLMM通过引入融合的运动属性,结合语义可动性先验和几何观察到的运动,提供了一种动态场景的表示方式。这种设计使得机器人能够更好地理解和响应关于物体行为的查询。

技术框架:VLMM的整体架构包括多个模块:首先是运动属性的提取模块,接着是不确定性评估模块,最后是查询处理模块。这些模块协同工作,形成一个完整的动态场景理解系统。

关键创新:VLMM的主要创新在于引入了不确定性通道,这是与以往融合运动的工作最大的区别。通过对每个元素的不确定性进行建模,VLMM能够更准确地识别动态与静态物体。

关键设计:在技术细节上,VLMM使用了特定的损失函数来优化运动属性的提取,并采用了后验等距校准方法来提高置信度的准确性。网络结构设计上,结合了卷积神经网络和循环神经网络,以处理时空信息。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,VLMM在移动与静态物体的识别上平均精度提高了显著的幅度,尤其是在处理动态场景时,相较于传统方法减少了错误的运动标记,且在噪声姿态下表现出更好的鲁棒性,后验等距校准达到预期校准误差0.10。

🎯 应用场景

该研究的潜在应用领域包括机器人导航、自动驾驶、智能监控等。通过提供动态场景的深度理解,VLMM能够提升机器人在复杂环境中的决策能力和交互能力,具有重要的实际价值和未来影响。

📄 摘要(原文)

Open-vocabulary 3D maps let robots answer language queries about what and where, but they assume a static world and cannot answer queries about how scene elements behave. We introduce Vision-Language-Motion Maps (VLMM), an open-vocabulary, natural-language-queryable 3D map in which each element carries a fused motion attribute: a VLM/LLM semantic movability prior combined with geometrically observed cross-frame motion, together with a per-element uncertainty. Queries reduce to attribute filters that distinguish what has been seen to move, what could move but has not, and what stays still. On a controlled simulator benchmark with exact ground truth (AI2-THOR, three scene types) we show through ablation that the schema fields are non-substitutable: a semantic-only baseline fails motion queries even with strong features, and neither motion field substitutes for the other (the prior cannot answer "what is moving," observed motion cannot answer "what could move"). On real dynamic RGB-D (TUM and Bonn, six sequences) we show the uncertainty channel-our key difference from prior fused-motion work-consistently improves moving-vs-static average precision and reduces false motion flags, and is robust to estimated (noisy) poses. The raw confidence is not calibrated, but post-hoc isotonic calibration reaches an expected calibration error of 0.10. VLMM is a representation contribution: the closest prior maps each lack at least one of the four properties-open-vocabulary, language-queryable, fused prior-and-observed motion, and per-element uncertainty-that our combination provides.