StratXplore: Strategic Novelty-seeking and Instruction-aligned Exploration for Vision and Language Navigation
Muraleekrishna Gopinathan, Jumana Abu-Khalaf, David Suter, Martin Masek
TL;DR
StratXplore tackles Vision-Language Navigation in unseen environments by introducing mistake-aware frontier exploration that combines global and local planning with dual memories. It learns a deviation-prediction pretraining task and a recovery-confidence predictor to guide exploration toward recently observed, novel, and instruction-aligned frontiers, enabling efficient error recovery. The approach yields improved success rates and path-quality on R2R and R4R, demonstrating robust navigation under long-horizon and partial observability conditions. This work advances practical VLN by integrating memory-driven frontier selection with principled recovery strategies, potentially informing real-world embodied agents facing ambiguity and mistakes.
Abstract
Embodied navigation requires robots to understand and interact with the environment based on given tasks. Vision-Language Navigation (VLN) is an embodied navigation task, where a robot navigates within a previously seen and unseen environment, based on linguistic instruction and visual inputs. VLN agents need access to both local and global action spaces; former for immediate decision making and the latter for recovering from navigational mistakes. Prior VLN agents rely only on instruction-viewpoint alignment for local and global decision making and back-track to a previously visited viewpoint, if the instruction and its current viewpoint mismatches. These methods are prone to mistakes, due to the complexity of the instruction and partial observability of the environment. We posit that, back-tracking is sub-optimal and agent that is aware of its mistakes can recover efficiently. For optimal recovery, exploration should be extended to unexplored viewpoints (or frontiers). The optimal frontier is a recently observed but unexplored viewpoint that aligns with the instruction and is novel. We introduce a memory-based and mistake-aware path planning strategy for VLN agents, called \textit{StratXplore}, that presents global and local action planning to select the optimal frontier for path correction. The proposed method collects all past actions and viewpoint features during navigation and then selects the optimal frontier suitable for recovery. Experimental results show this simple yet effective strategy improves the success rate on two VLN datasets with different task complexities.
