paper-with-me

홈 › Papers

Speaker-Follower Models for Vision-and-Language Navigation

2018-06-07 · NeurIPS 2018 12 · Daniel Fried, Ronghang Hu, Volkan Cirik, Anna Rohrbach, Jacob Andreas, Louis-Philippe Morency, Taylor Berg-Kirkpatrick, Kate Saenko, Dan Klein, Trevor Darrell

Navigation guided by natural language instructions presents a challenging reasoning problem for instruction followers. Natural language instructions typically identify only a few high-level decisions and landmarks rather than complete low-level motor behaviors; much of the missing information must be inferred based on perceptual context. In machine learning settings, this is doubly challenging: it is difficult to collect enough annotated data to enable learning of this reasoning process from scratch, and also difficult to implement the reasoning process using generic sequence models. Here we describe an approach to vision-and-language navigation that addresses both these issues with an embedded speaker model. We use this speaker model to (1) synthesize new instructions for data augmentation and to (2) implement pragmatic reasoning, which evaluates how well candidate action sequences explain an instruction. Both steps are supported by a panoramic action space that reflects the granularity of human-generated instructions. Experiments show that all three components of this approach---speaker-driven data augmentation, pragmatic reasoning and panoramic action space---dramatically improve the performance of a baseline instruction follower, more than doubling the success rate over the best existing approach on a standard benchmark.

📄 PDF Abstract BibTeX arXiv:1806.02724

Code (1)

ronghanghu/speaker_follower pytorch

Tasks

Data AugmentationVision and Language Navigation

Similar Papers 제목 키워드 기반

FOAM: A Follower-aware Speaker Model For Vision-and-Language Navigation

2022-06-09 · NAACL 2022 7 · Zi-Yi Dou, Nanyun Peng

The speaker-follower models have proven to be effective in vision-and-language navigation, where a speaker model is used to synthesize new instructions to augment the training data for a follower navigation model. Howeve…

Vision and Language Navigation

Counterfactual Cycle-Consistent Learning for Instruction Following and Generation in Vision-Language Navigation

2022-03-30 · CVPR 2022 1 · Hanqing Wang, Wei Liang, Jianbing Shen, Luc van Gool 외

Since the rise of vision-language navigation (VLN), great progress has been made in instruction following -- building a follower to navigate environments under the guidance of instructions. However, far less attention ha…

counterfactualData AugmentationInstruction FollowingNavigate+1

Aerial Vision-and-Dialog Navigation

2022-05-24 · Yue Fan, Winson Chen, Tongzhou Jiang, Chun Zhou 외

The ability to converse with humans and follow natural language commands is crucial for intelligent unmanned aerial vehicles (a.k.a. drones). It can relieve people's burden of holding a controller all the time, allow mul…

Navigate

Structure-Encoding Auxiliary Tasks for Improved Visual Representation in Vision-and-Language Navigation

2022-11-20 · Chia-Wen Kuo, Chih-Yao Ma, Judy Hoffman, Zsolt Kira

In Vision-and-Language Navigation (VLN), researchers typically take an image encoder pre-trained on ImageNet without fine-tuning on the environments that the agent will be trained or tested on. However, the distribution …

Test unseenVision and Language Navigation

FlexVLN: Flexible Adaptation for Diverse Vision-and-Language Navigation Tasks

2025-03-18 · Siqi Zhang, Yanyuan Qiao, Qunbo Wang, Longteng Guo 외

The aspiration of the Vision-and-Language Navigation (VLN) task has long been to develop an embodied agent with robust adaptability, capable of seamlessly transferring its navigation capabilities across various tasks. De…

Vision and Language Navigation