paper-with-me

Papers

NDH-Full: Learning and Evaluating Navigational Agents on Full-Length Dialogue

2021-11-01 · EMNLP 2021 11 · Hyounghun Kim, Jialu Li, Mohit Bansal

Communication between human and mobile agents is getting increasingly important as such agents are widely deployed in our daily lives. Vision-and-Dialogue Navigation is one of the tasks that evaluate the agent’s ability to interact with humans for assistance and navigate based on natural language responses. In this paper, we explore the Navigation from Dialogue History (NDH) task, which is based on the Cooperative Vision-and-Dialogue Navigation (CVDN) dataset, and present a state-of-the-art model which is built upon Vision-Language transformers. However, despite achieving competitive performance, we find that the agent in the NDH task is not evaluated appropriately by the primary metric – Goal Progress. By analyzing the performance mismatch between Goal Progress and other metrics (e.g., normalized Dynamic Time Warping) from our state-of-the-art model, we show that NDH’s sub-path based task setup (i.e., navigating partial trajectory based on its correspondent subset of the full dialogue) does not provide the agent with enough supervision signal towards the goal region. Therefore, we propose a new task setup called NDH-Full which takes the full dialogue and the whole navigation path as one instance. We present a strong baseline model and show initial results on this new task. We further describe several approaches that we try, in order to improve the model performance (based on curriculum learning, pre-training, and data-augmentation), suggesting potential useful training methods on this new NDH-Full task.

📄 PDF Abstract BibTeX

Code (1)

hyounghk/ndh-full 공식 구현 pytorch

Tasks

Data AugmentationDynamic Time WarpingNavigate

Similar Papers 제목 키워드 기반

CLIP-Nav: Using CLIP for Zero-Shot Vision-and-Language Navigation

2022-11-30 · Vishnu Sashank Dorbala, Gunnar Sigurdsson, Robinson Piramuthu, Jesse Thomason 외

Household environments are visually diverse. Embodied agents performing Vision-and-Language Navigation (VLN) in the wild must be able to handle this diversity, while also following arbitrary language instructions. Recent…

DiversityInstruction FollowingObject RecognitionVision and Language Navigation

What Is Near?: Room Locality Learning for Enhanced Robot Vision-Language-Navigation in Indoor Living Environments

2023-09-10 · Muraleekrishna Gopinathan, Jumana Abu-Khalaf, David Suter, Sidike Paheding 외

Humans use their knowledge of common house layouts obtained from previous experiences to predict nearby rooms while navigating in new environments. This greatly helps them navigate previously unseen environments and loca…

Common Sense ReasoningDecision MakingDescriptiveNavigate+1

Less is Less: When Are Snippets Insufficient for Human vs Machine Relevance Estimation?

2022-01-21 · Gabriella Kazai, Bhaskar Mitra, Anlei Dong, Nick Craswell 외

Traditional information retrieval (IR) ranking models process the full text of documents. Newer models based on Transformers, however, would incur a high computational cost when processing long texts, so typically use on…

Information RetrievalRetrieval

A Deep Learning Based Behavioral Approach to Indoor Autonomous Navigation

2018-03-12 · Gabriel Sepulveda, Juan Carlos Niebles, Alvaro Soto

We present a semantically rich graph representation for indoor robotic navigation. Our graph representation encodes: semantic locations such as offices or corridors as nodes, and navigational behaviors such as enter offi…

Autonomous NavigationDeep Learning

Do Visual Imaginations Improve Vision-and-Language Navigation Agents?

2025-03-20 · CVPR 2025 1 · Akhil Perincherry, Jacob Krantz, Stefan Lee

Vision-and-Language Navigation (VLN) agents are tasked with navigating an unseen environment using natural language instructions. In this work, we study if visual representations of sub-goals implied by the instructions …

Vision and Language Navigation