paper-with-me

홈 › Papers

March in Chat: Interactive Prompting for Remote Embodied Referring Expression

2023-08-20 · ICCV 2023 1 · Yanyuan Qiao, Yuankai Qi, Zheng Yu, Jing Liu, Qi Wu

Many Vision-and-Language Navigation (VLN) tasks have been proposed in recent years, from room-based to object-based and indoor to outdoor. The REVERIE (Remote Embodied Referring Expression) is interesting since it only provides high-level instructions to the agent, which are closer to human commands in practice. Nevertheless, this poses more challenges than other VLN tasks since it requires agents to infer a navigation plan only based on a short instruction. Large Language Models (LLMs) show great potential in robot action planning by providing proper prompts. Still, this strategy has not been explored under the REVERIE settings. There are several new challenges. For example, the LLM should be environment-aware so that the navigation plan can be adjusted based on the current visual observation. Moreover, the LLM planned actions should be adaptable to the much larger and more complex REVERIE environment. This paper proposes a March-in-Chat (MiC) model that can talk to the LLM on the fly and plan dynamically based on a newly proposed Room-and-Object Aware Scene Perceiver (ROASP). Our MiC model outperforms the previous state-of-the-art by large margins by SPL and RGSPL metrics on the REVERIE benchmark.

📄 PDF Abstract BibTeX arXiv:2308.10141

Code (1)

yanyuanqiao/mic 공식 구현 pytorch

Tasks

Referring ExpressionVision and Language Navigation

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
SPL 설명 없음

Similar Papers 제목 키워드 기반

ChangeChat: An Interactive Model for Remote Sensing Change Analysis via Multimodal Instruction Tuning

2024-09-13 · Pei Deng, Wenqian Zhou, Hanlin Wu

Remote sensing (RS) change analysis is vital for monitoring Earth's dynamic processes by detecting alterations in images over time. Traditional change detection excels at identifying pixel-level changes but lacks the abi…

Change DetectionLanguage ModelingLanguage Modelling

How is ChatGPT's behavior changing over time?

2023-07-18 · Lingjiao Chen, Matei Zaharia, James Zou

GPT-3.5 and GPT-4 are the two most widely used large language model (LLM) services. However, when and how these models are updated over time is opaque. Here, we evaluate the March 2023 and June 2023 versions of GPT-3.5 a…

Code GenerationLanguage ModellingLarge Language ModelMath+1

ChatENV: An Interactive Vision-Language Model for Sensor-Guided Environmental Monitoring and Scenario Simulation

2025-08-14 · Hosam Elgendy, Ahmed Sharshar, Ahmed Aboeitta, Mohsen Guizani arxiv

Understanding environmental changes from remote sensing imagery is vital for climate resilience, urban planning, and ecosystem monitoring. Yet, current vision language models (VLMs) overlook causal signals from environme…

RoboTHOR: An Open Simulation-to-Real Embodied AI Platform

2020-04-14 · CVPR 2020 6 · Matt Deitke, Winson Han, Alvaro Herrasti, Aniruddha Kembhavi 외

Visual recognition ecosystems (e.g. ImageNet, Pascal, COCO) have undeniably played a prevailing role in the evolution of modern computer vision. We argue that interactive and embodied visual AI has reached a stage of dev…

Chat2Layout: Interactive 3D Furniture Layout with a Multimodal LLM

2024-07-31 · Can Wang, Hongliang Zhong, Menglei Chai, Mingming He 외

Automatic furniture layout is long desired for convenient interior design. Leveraging the remarkable visual reasoning capabilities of multimodal large language models (MLLMs), recent methods address layout generation in …

In-Context LearningLayout DesignLayout GenerationVisual Prompting+1