paper-with-me

홈 › Papers

Sim-to-Real Transfer for Vision-and-Language Navigation

2020-11-07 · Peter Anderson, Ayush Shrivastava, Joanne Truong, Arjun Majumdar, Devi Parikh, Dhruv Batra, Stefan Lee

We study the challenging problem of releasing a robot in a previously unseen environment, and having it follow unconstrained natural language navigation instructions. Recent work on the task of Vision-and-Language Navigation (VLN) has achieved significant progress in simulation. To assess the implications of this work for robotics, we transfer a VLN agent trained in simulation to a physical robot. To bridge the gap between the high-level discrete action space learned by the VLN agent, and the robot's low-level continuous action space, we propose a subgoal model to identify nearby waypoints, and use domain randomization to mitigate visual domain differences. For accurate sim and real comparisons in parallel environments, we annotate a 325m2 office space with 1.3km of navigation instructions, and create a digitized replica in simulation. We find that sim-to-real transfer to an environment not seen in training is successful if an occupancy map and navigation graph can be collected and annotated in advance (success rate of 46.8% vs. 55.9% in sim), but much more challenging in the hardest setting with no prior mapping at all (success rate of 22.5%).

📄 PDF Abstract BibTeX arXiv:2011.03807

Code (1)

batra-mlp-lab/vln-sim2real 공식 구현 pytorch

Tasks

Vision and Language Navigation

Similar Papers 제목 키워드 기반

Multimodal Text Style Transfer for Outdoor Vision-and-Language Navigation

2020-07-01 · EACL 2021 2 · Wanrong Zhu, Xin Eric Wang, Tsu-Jui Fu, An Yan 외

One of the most challenging topics in Natural Language Processing (NLP) is visually-grounded language understanding and reasoning. Outdoor vision-and-language navigation (VLN) is such a task where an agent follows natura…

Style TransferText Style TransferVision and Language Navigation

Sim-to-Real Transfer via 3D Feature Fields for Vision-and-Language Navigation

2024-06-14 · Zihan Wang, Xiangyang Li, Jiahao Yang, Yeqi Liu 외

Vision-and-language navigation (VLN) enables the agent to navigate to a remote location in 3D environments following the natural language instruction. In this field, the agent is usually trained and evaluated in the navi…

NavigateVision and Language Navigation

LangNav: Language as a Perceptual Representation for Navigation

2023-10-11 · Bowen Pan, Rameswar Panda, SouYoung Jin, Rogerio Feris 외

We explore the use of language as a perceptual representation for vision-and-language navigation (VLN), with a focus on low-data settings. Our approach uses off-the-shelf vision systems for image captioning and object de…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model+3

Transferable Representation Learning in Vision-and-Language Navigation

2019-08-09 · ICCV 2019 10 · Haoshuo Huang, Vihan Jain, Harsh Mehta, Alexander Ku 외

Vision-and-Language Navigation (VLN) tasks such as Room-to-Room (R2R) require machine agents to interpret natural language instructions and learn to act in visually realistic environments to achieve navigation goals. The…

Representation LearningVision and Language Navigation

Sim-2-Sim Transfer for Vision-and-Language Navigation in Continuous Environments

2022-04-20 · Jacob Krantz, Stefan Lee

Recent work in Vision-and-Language Navigation (VLN) has presented two environmental paradigms with differing realism -- the standard VLN setting built on topological environments where navigation is abstracted away, and …

NavigateVision and Language Navigation