Beyond the Nav-Graph: Vision-and-Language Navigation in Continuous Environments
Jacob Krantz, Erik Wijmans, Arjun Majumdar, Dhruv Batra, Stefan Lee
TL;DR
The paper addresses the gap between language-guided navigation and real-world robotic control by introducing VLN-CE, a continuous 3D navigation benchmark that uses low-level actions and egocentric RGB-D perception. It transfers nav-graph Room-to-Room trajectories into continuous Matterport3D environments within Habitat, and develops two models—Seq2Seq and a Cross-Modal Attention architecture—with training regimes including imitation learning, DAgger, and synthetic data augmentation. Experiments reveal a substantial performance drop in VLN-CE relative to nav-graph benchmarks, with the best model achieving roughly 0.30 SPL and around 32% success in unseen environments, underscoring the bias of nav-graph priors. The work provides dataset, code, and insights into integrating high-level instructions with low-level embodied control, establishing VLN-CE as a platform for studying the interplay between planning, perception, and actuation in realistic robotics settings.
Abstract
We develop a language-guided navigation task set in a continuous 3D environment where agents must execute low-level actions to follow natural language navigation directions. By being situated in continuous environments, this setting lifts a number of assumptions implicit in prior work that represents environments as a sparse graph of panoramas with edges corresponding to navigability. Specifically, our setting drops the presumptions of known environment topologies, short-range oracle navigation, and perfect agent localization. To contextualize this new task, we develop models that mirror many of the advances made in prior settings as well as single-modality baselines. While some of these techniques transfer, we find significantly lower absolute performance in the continuous setting -- suggesting that performance in prior `navigation-graph' settings may be inflated by the strong implicit assumptions.
