oscarqjh/VLN-CE-R2R_easi
VLN-CE R2R Dataset for EASI Vision-and-Language Navigation in Continuous Environments (VLN-CE) Room-to-Room (R2R) benchmark, repackaged for the EASI evaluation framework. Task An agent receives a natural language navigation instruction and must navigate through a Matterport3D indoor environment to reach a goal location. The agent uses discrete actions: STOP, MOVE_FORWARD (0.25m), TURN_LEFT (15 deg), TURN_RIGHT (15 deg). Success is measured when the agent stops… See the full description on the dataset page: https://huggingface.co/datasets/oscarqjh/VLN-CE-R2R_easi.
VLN-CE R2R Dataset for EASI
Vision-and-Language Navigation in Continuous Environments (VLN-CE) Room-to-Room (R2R) benchmark, repackaged for the EASI evaluation framework.
Task
An agent receives a natural language navigation instruction and must navigate through a Matterport3D indoor environment to reach a goal location. The agent uses discrete actions: STOP, MOVEFORWARD (0.25m), TURNLEFT (15 deg), TURN_RIGHT (15 deg).
Success is measured when the agent stops within 3.0m of the goal position.
Splits
Note: The test split does not include ground truth trajectories. SR and SPL can be computed locally, but NDTW/SDTW require ground truth and are only available for val_seen and val_unseen.
Data Fields
Each episode row contains:
Scene Data
mp3d_scenes.zip contains Matterport3D .glb and .navmesh files for the 85 scenes used across all evaluation splits. After extraction:
mp3d/
{scene_id}/
{scene_id}.glb # 3D mesh for Habitat-Sim rendering
{scene_id}.navmesh # Navigation mesh for pathfindingOnly .glb (rendering) and .navmesh (pathfinding) are included. Semantic files (.house, _semantic.ply) are not needed for VLN-CE R2R since goals are specified as coordinates, not semantic object targets.
Metrics
Original Sources
- VLN-CE (Krantz et al.)
- R2R Dataset (Anderson et al.)
- Matterport3D (Chang et al.)
Citation
@inproceedings{krantz2020vlnce,
title={Beyond the Nav-Graph: Vision-and-Language Navigation in Continuous Environments},
author={Jacob Krantz and Erik Wijmans and Arjun Majumdar and Dhruv Batra and Stefan Lee},
booktitle={ECCV},
year={2020}
}