arXiv:2410.20263cs.ROcs.AI2024-10被引 15

让机器人更高效地探索并自由回答开放词汇问题。

EfficientEQA: An Efficient Approach to Open-Vocabulary Embodied Question Answering

  • 用语义重要性加权探索,优先看关键区域。
  • 答对率提升15%以上,探索步数减少20%以上。
  • 适合需要自主探索的机器人场景使用。

具身问答(EQA)是机器人助手的关键挑战任务。大型视觉语言模型(VLM)在该任务中展现出潜力,但现有方法或将其视为静态视频问答而缺乏主动探索,或限制答案为封闭选项集。这阻碍了真实场景中的应用,因为机器人需高效探索并在开放词汇下给出准确回答。为此,我们提出EfficientEQA,一个将高效探索与自由形式答案生成相结合的新框架。其三大创新包括:(1) 基于黑盒VLM的语义-价值加权前沿探索(SFE)与口语化置信度(VC),以优先探索语义重要区域,加快信息获取;(2) 基于BLIP的相关性机制,通过标记高度相关观察为异常来自适应停止探索;(3) 基于检索增强生成(RAG)的方法,使VLM能根据观测历史中的相关图像生成准确答案,无需依赖预定义选项。实验表明,EfficientEQA在答对率上超过最先进方法15%,探索步数减少超20%。代码已开源:https://github.com/chengkaiAcademyCity/EfficientEQA

原文摘要 · Abstract (English)

Embodied Question Answering (EQA) is an essential yet challenging task for robot assistants. Large vision-language models (VLMs) have shown promise for EQA, but existing approaches either treat it as static video question answering without active exploration or restrict answers to a closed set of choices. These limitations hinder real-world applicability, where a robot must explore efficiently and provide accurate answers in open-vocabulary settings. To overcome these challenges, we introduce EfficientEQA, a novel framework that couples efficient exploration with free-form answer generation. EfficientEQA features three key innovations: (1) Semantic-Value-Weighted Frontier Exploration (SFE) with Verbalized Confidence (VC) from a black-box VLM to prioritize semantically important areas to explore, enabling the agent to gather relevant information faster; (2) a BLIP relevancy-based mechanism to stop adaptively by flagging highly relevant observations as outliers to indicate whether the agent has collected enough information; and (3) a Retrieval-Augmented Generation (RAG) method for the VLM to answer accurately based on pertinent images from the agent's observation history without relying on predefined choices. Our experimental results show that EfficientEQA achieves over 15% higher answer accuracy and requires over 20% fewer exploration steps than state-of-the-art methods. Our code is available at: https://github.com/chengkaiAcademyCity/EfficientEQA

具身问答高效探索开放词汇

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