Stop Wandering: Efficient Vision-Language Navigation via Metacognitive Reasoning

arXiv cs.RO / 4/3/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • Existing vision-language navigation (VLN) agents often make inefficient choices due to greedy frontier selection and weak (passive) spatial memory, causing behaviors like local oscillation and redundant revisits.
  • The paper attributes these failures to missing metacognitive capabilities, such as monitoring exploration progress, diagnosing strategy breakdowns, and adapting when stuck.
  • It introduces MetaNav, a training-free metacognitive navigation agent that combines a persistent 3D semantic spatial map, history-aware planning that discourages revisiting, and reflective correction to recover from stagnation.
  • Reflective correction uses an LLM to produce corrective rules that guide better future frontier selection when the agent detects it is not making progress.
  • Experiments on GOAT-Bench, HM3D-OVON, and A-EQA report state-of-the-art results and a 20.7% reduction in VLM queries, indicating improved robustness and efficiency from metacognitive reasoning.

Abstract

Training-free Vision-Language Navigation (VLN) agents powered by foundation models can follow instructions and explore 3D environments. However, existing approaches rely on greedy frontier selection and passive spatial memory, leading to inefficient behaviors such as local oscillation and redundant revisiting. We argue that this stems from a lack of metacognitive capabilities: the agent cannot monitor its exploration progress, diagnose strategy failures, or adapt accordingly. To address this, we propose MetaNav, a metacognitive navigation agent integrating spatial memory, history-aware planning, and reflective correction. Spatial memory builds a persistent 3D semantic map. History-aware planning penalizes revisiting to improve efficiency. Reflective correction detects stagnation and uses an LLM to generate corrective rules that guide future frontier selection. Experiments on GOAT-Bench, HM3D-OVON, and A-EQA show that MetaNav achieves state-of-the-art performance while reducing VLM queries by 20.7%, demonstrating that metacognitive reasoning significantly improves robustness and efficiency.