paper-with-me

Papers

BabyWalk: Going Farther in Vision-and-Language Navigation by Taking Baby Steps

2020-05-10 · ACL 2020 6 · Wang Zhu, Hexiang Hu, Jiacheng Chen, Zhiwei Deng, Vihan Jain, Eugene Ie, Fei Sha

Learning to follow instructions is of fundamental importance to autonomous agents for vision-and-language navigation (VLN). In this paper, we study how an agent can navigate long paths when learning from a corpus that consists of shorter ones. We show that existing state-of-the-art agents do not generalize well. To this end, we propose BabyWalk, a new VLN agent that is learned to navigate by decomposing long instructions into shorter ones (BabySteps) and completing them sequentially. A special design memory buffer is used by the agent to turn its past experiences into contexts for future steps. The learning process is composed of two phases. In the first phase, the agent uses imitation learning from demonstration to accomplish BabySteps. In the second phase, the agent uses curriculum-based reinforcement learning to maximize rewards on navigation tasks with increasingly longer instructions. We create two new benchmark datasets (of long navigation tasks) and use them in conjunction with existing ones to examine BabyWalk's generalization ability. Empirical results show that BabyWalk achieves state-of-the-art results on several metrics, in particular, is able to follow long instructions better. The codes and the datasets are released on our project page https://github.com/Sha-Lab/babywalk.

📄 PDF Abstract BibTeX arXiv:2005.04625

Code (1)

Sha-Lab/babywalk 공식 구현 pytorch

Tasks

Imitation LearningNavigateVision and Language Navigation

Similar Papers 제목 키워드 기반

Vision-and-Dialog Navigation

2019-07-10 · Jesse Thomason, Michael Murray, Maya Cakmak, Luke Zettlemoyer

Robots navigating in human environments should use language to ask for assistance and be able to understand human responses. To study this challenge, we introduce Cooperative Vision-and-Dialog Navigation, a dataset of ov…

2kVisual Navigation

NavMorph: A Self-Evolving World Model for Vision-and-Language Navigation in Continuous Environments

2025-06-30 · Xuan Yao, Junyu Gao, Changsheng Xu

Vision-and-Language Navigation in Continuous Environments (VLN-CE) requires agents to execute sequential navigation actions in complex environments guided by natural language instructions. Current approaches often strugg…

Decision MakingVision and Language Navigation

ESceme: Vision-and-Language Navigation with Episodic Scene Memory

2023-03-02 · Qi Zheng, Daqing Liu, Chaoyue Wang, Jing Zhang 외

Vision-and-language navigation (VLN) simulates a visual agent that follows natural-language navigation instructions in real-world scenes. Existing approaches have made enormous progress in navigation in new environments,…

Vision and Language Navigation

VELMA: Verbalization Embodiment of LLM Agents for Vision and Language Navigation in Street View

2023-07-12 · Raphael Schumann, Wanrong Zhu, Weixi Feng, Tsu-Jui Fu 외

Incremental decision making in real-world environments is one of the most challenging tasks in embodied artificial intelligence. One particularly demanding scenario is Vision and Language Navigation~(VLN) which requires …

Decision MakingNatural Language UnderstandingVision and Language Navigation

Vision-Language Navigation with Energy-Based Policy

2024-10-18 · Rui Liu, Wenguan Wang, Yi Yang

Vision-language navigation (VLN) requires an agent to execute actions following human instructions. Existing VLN models are optimized through expert demonstrations by supervised behavioural cloning or incorporating manua…

Behavioural cloningVision-Language Navigation