Home

Awesome

Active VLN

<div align="center"> <img src="imgs/logo.png", width="700"> </div>

This repository is the implementation of our ECCV 2020 paper:

Active Visual Information Gathering for Vision-Language Navigation

Hanqing Wang, Wenguan Wang, Tianmin Shu, Wei Liang, Jianbing Shen.


Introduction

This work draws inspiration from human navigation behavior and endows an agent with an active information gathering ability for a more intelligent vision-language navigation policy.

To achieve this, we develop an active exploration module, which learns to 1) decide when the exploration is necessary, 2) identify which part of the surroundings is worth exploring, and 3) gather useful knowledge from the environment to support more robust navigation.

Please refer to our paper for the detailed formulations.

Results

Here are some results on R2R dataset reported in our paper.

Single Run Setting

<center>
SetSR↑NE↓TL↓OR↑SPL↑
Validation Seen0.703.2019.70.800.52
Validation Unseen0.584.3620.60.700.40
Test Unseen0.604.3321.60.710.41
</center>

Pre-explore Setting

<center>
SetSR↑NE↓TL↓OR↑SPL↑
Test Unseen0.703.309.850.770.68
</center>

Beam-Search Setting

<center>
SetSR↑TL↓SPL↑
Test Unseen0.71176.20.05
</center>

Please refer to our paper for the comparsions with previous arts.

Environment Installation

  1. Install Jupyter Install jupyter using the following scripts. pip install jupyter

  2. Install R2R environment via Jupyter Our code is built basing on R2R-EnvDrop, please install the R2R environment for the python interpreter used in Jupyter following the installation instructions.

Quick Start

Inference:

  1. Download the checkpoint of the agent to directory snap/agent/state_dict/best_val_unseen. The checkpoint is available on Google Drive.
  2. Start a Jupyter service and run the jupyter notebook evaluation.ipynb.
<!-- ## Contributors To be updated. -->

TODO

Citation

Please cite this paper in your publications if it helps your research:

@inproceedings{wang2020active,
    title={Active Visual Information Gathering for Vision-Language Navigation},
    author={Wang, Hanqing and Wang, Wenguan and Shu, Tianmin and Liang, Wei and Shen, Jianbing},
    booktitle=ECCV,
    year={2020}
}

License

Active VLN is freely available for non-commercial use, and may be redistributed under these conditions. Please see the license for further details. For commercial license, please contact the authors.

Contact Information