Search papers, labs, and topics across Lattice.
The paper introduces RAGNav, a retrieval-augmented framework for multi-goal vision-language navigation (VLN) that addresses spatial hallucinations and planning drift common in standard RAG approaches. RAGNav uses a Dual-Basis Memory system, combining a topological map for physical connectivity with a semantic forest for environment abstraction. By incorporating anchor-guided retrieval and topological neighbor score propagation, RAGNav improves inter-target reachability reasoning and sequential planning efficiency, achieving state-of-the-art results on complex multi-goal navigation tasks.
RAGNav's dual-memory system lets agents navigate complex, multi-goal environments without getting lost in spatial hallucinations, outperforming standard RAG methods.
Vision-Language Navigation (VLN) is evolving from single-point pathfinding toward the more challenging Multi-Goal VLN. This task requires agents to accurately identify multiple entities while collaboratively reasoning over their spatial-physical constraints and sequential execution order. However, generic Retrieval-Augmented Generation (RAG) paradigms often suffer from spatial hallucinations and planning drift when handling multi-object associations due to the lack of explicit spatial modeling.To address these challenges, we propose RAGNav, a framework that bridges the gap between semantic reasoning and physical structure. The core of RAGNav is a Dual-Basis Memory system, which integrates a low-level topological map for maintaining physical connectivity with a high-level semantic forest for hierarchical environment abstraction. Building on this representation, the framework introduces an anchor-guided conditional retrieval and a topological neighbor score propagation mechanism. This approach facilitates the rapid screening of candidate targets and the elimination of semantic noise, while performing semantic calibration by leveraging the physical associations inherent in the topological neighborhood.This mechanism significantly enhances the capability of inter-target reachability reasoning and the efficiency of sequential planning. Experimental results demonstrate that RAGNav achieves state-of-the-art (SOTA) performance in complex multi-goal navigation tasks.