paper-with-me

홈 › Papers

Airbert: In-domain Pretraining for Vision-and-Language Navigation

2021-08-20 · ICCV 2021 10 · Pierre-Louis Guhur, Makarand Tapaswi, ShiZhe Chen, Ivan Laptev, Cordelia Schmid

Vision-and-language navigation (VLN) aims to enable embodied agents to navigate in realistic environments using natural language instructions. Given the scarcity of domain-specific training data and the high diversity of image and language inputs, the generalization of VLN agents to unseen environments remains challenging. Recent methods explore pretraining to improve generalization, however, the use of generic image-caption datasets or existing small-scale VLN environments is suboptimal and results in limited improvements. In this work, we introduce BnB, a large-scale and diverse in-domain VLN dataset. We first collect image-caption (IC) pairs from hundreds of thousands of listings from online rental marketplaces. Using IC pairs we next propose automatic strategies to generate millions of VLN path-instruction (PI) pairs. We further propose a shuffling loss that improves the learning of temporal order inside PI pairs. We use BnB pretrain our Airbert model that can be adapted to discriminative and generative settings and show that it outperforms state of the art for Room-to-Room (R2R) navigation and Remote Referring Expression (REVERIE) benchmarks. Moreover, our in-domain pretraining significantly increases performance on a challenging few-shot VLN evaluation, where we train the model only on VLN instructions from a few houses.

📄 PDF Abstract BibTeX arXiv:2108.09105

Code (2)

airbert-vln/airbert 공식 구현 pytorch
jeremylinky/youtube-vln pytorch

Tasks

NavigateReferring ExpressionVision and Language Navigation

Similar Papers 제목 키워드 기반

fairBERTs: Erasing Sensitive Information Through Semantic and Fairness-aware Perturbations

2024-07-11 · Jinfeng Li, Yuefeng Chen, Xiangyu Liu, Longtao Huang 외

Pre-trained language models (PLMs) have revolutionized both the natural language processing research and applications. However, stereotypical biases (e.g., gender and racial discrimination) encoded in PLMs have raised ne…

FairnessGenerative Adversarial Network

Visual-Language Navigation Pretraining via Prompt-based Environmental Self-exploration

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Vision-language navigation (VLN) is a challenging task due to its large searching space in the environment. To address this problem, previous works have proposed some methods of fine-tuning a large model that pretrained …

Domain AdaptationVision-Language Navigation

Visual-Language Navigation Pretraining via Prompt-based Environmental Self-exploration

2022-03-08 · ACL 2022 5 · Xiwen Liang, Fengda Zhu, Lingling Li, Hang Xu 외

Vision-language navigation (VLN) is a challenging task due to its large searching space in the environment. To address this problem, previous works have proposed some methods of fine-tuning a large model that pretrained …

Domain AdaptationVision-Language Navigation

Bigger Data or Fairer Data? Augmenting BERT via Active Sampling for Educational Text Classification

2022-10-01 · COLING 2022 10 · Lele Sha, Yuheng Li, Dragan Gasevic, Guanliang Chen

Pretrained Language Models (PLMs), though popular, have been diagnosed to encode bias against protected groups in the representations they learn, which may harm the prediction fairness of downstream models. Given that su…

Fairnesstext-classificationText Classification

Progress-Think: Semantic Progress Reasoning for Vision-Language Navigation

2025-11-21 · Shuo Wang, Yucheng Wang, Guoxin Lian, Yongcai Wang 외 arxiv

Vision-Language Navigation requires agents to act coherently over long horizons by understanding not only local visual context but also how far they have advanced within a multi-step instruction. However, recent Vision-L…

Vision-Language Navigation