CVLGROJul 5, 2025

View Invariant Learning for Vision-Language Navigation in Continuous Environments

arXiv:2507.08831v23 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses viewpoint robustness for embodied AI agents in navigation, though it is incremental as it builds on existing VLNCE baselines.

The paper tackles the problem of viewpoint sensitivity in Vision-Language Navigation in Continuous Environments (VLNCE) by introducing V2-VLNCE with varied viewpoints and proposing View Invariant Learning (VIL), a post-training strategy that improves robustness; it outperforms state-of-the-art methods by 8-15% in Success Rate on benchmark datasets.

Vision-Language Navigation in Continuous Environments (VLNCE), where an agent follows instructions and moves freely to reach a destination, is a key research problem in embodied AI. However, most navigation policies are sensitive to viewpoint changes, i.e., variations in camera height and viewing angle that alter the agent's observation. In this paper, we introduce a generalized scenario, V2-VLNCE (VLNCE with Varied Viewpoints), and propose VIL (View Invariant Learning), a view-invariant post-training strategy that enhances the robustness of existing navigation policies to changes in camera viewpoint. VIL employs a contrastive learning framework to learn sparse and view-invariant features. Additionally, we introduce a teacher-student framework for the Waypoint Predictor Module, a core component of most VLNCE baselines, where a view-dependent teacher model distills knowledge into a view-invariant student model. We employ an end-to-end training paradigm to jointly optimize these components, thus eliminating the cost for individual module training. Empirical results show that our method outperforms state-of-the-art approaches on V2-VLNCE by 8-15% measured on Success Rate for two standard benchmark datasets R2R-CE and RxR-CE. Furthermore, we evaluate VIL under the standard VLNCE setting and find that, despite being trained for varied viewpoints, it often still improves performance. On the more challenging RxR-CE dataset, our method also achieved state-of-the-art performance across all metrics when compared to other map-free methods. This suggests that adding VIL does not diminish the standard viewpoint performance and can serve as a plug-and-play post-training method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes