ABot-N1: Toward a General Visual Language Navigation Foundation Model
arXiv · HuggingFace · ▲101
Abstract (verbatim)
Visual Language Navigation foundation models aim to unify deep reasoning for grounded spatial decisions with broad versatility for diverse embodied tasks. Current approaches typically achieve this integration via monolithic policies that map observations directly to actions, yet they often suffer from coordinate drift and poor handling of long-tail semantics. Furthermore, these black-box mappings lack interpretability, hindering the simultaneous achievement of generality, robustness, and transparency. We present ABot-N1, a step toward a general Visual Language Navigation foundation model, that addresses these challenges by decoupling cognition from control via a slow-fast architecture guided by dual visual-language signals. More specifically, a slow vision-language reasoner performs explicit Chain-of-Thought reasoning while producing a pixel goal. This compact set of image-space anchor points serves as a universal interface for diverse tasks, including point-goal, object-goal, poi-goal, instruction-following, and person-following. Subsequently, a fast action expert leverages both the textual cues and the pixel guidance to generate continuous waypoints at the native control frequency. By bridging high-level intents and low-level control through pixel-grounded anchors paired with explicit linguistic traces, our approach ensures robust, generalizable, and interpretable navigation across simulation and real-world benchmarks. ABot-N1 establishes new state-of-the-art records, delivering massive gains specifically in urban-scale navigation: boosting POI arrival by 35.0% (to 77.3%) and achieving 95.4%/92.9% SR in complex indoor and outdoor scenes. It also maintains superior robustness across object-reaching, person-following, and instruction-following tasks. New Point-Goal/POI-Goal benchmarks are released as open source to advance the field of urban-scale navigation.
Background
Background Analysis
1. Technical Context
Visual Language Navigation (VLN) technologies aim to enable robots or agents to navigate autonomously in complex environments by combining visual observations with language instructions. These technologies address real-world challenges such as urban navigation (e.g., finding a "café" via natural language), precise point-goal reaching in indoor settings, or tracking moving people. Key requirements include spatial localization, open-vocabulary semantic understanding (e.g., recognizing unseen objects), dynamic environment adaptation, and safe, interpretable behavior.
2. Previous Limitations
Traditional approaches rely on "monolithic policies" that directly map visual inputs to actions, facing three critical issues:
- Coordinate Drift and Semantic Gaps: Local coordinate-based targets (e.g., "move 5 meters forward") may point to infeasible areas (e.g., roads or flowerbeds) due to localization errors, while end-to-end training degrades pre-trained semantic knowledge (e.g., recognizing novel objects).
- Lack of Interpretability: Black-box models fail to provide decision traces, making failure analysis difficult (e.g., distinguishing between perception and reasoning errors).
- Task Fragmentation: Different navigation tasks (e.g., point-goal, object search) use isolated architectures and datasets, limiting cross-task transferability.
3. Proposed Solution
The paper introduces ABot-N1, addressing these issues with a slow-fast architecture and a pixel-goal interface:
- Slow System (Cognitive Module): A 4B-parameter multimodal model (VLM) performs high-level reasoning, generating natural language explanations (Chain-of-Thought) and a "pixel goal" (e.g., anchor regions in an image). This step grounds language instructions to visual entities while ensuring semantic validity.
- Fast System (Control Module): A 2B-parameter expert model synthesizes the slow system’s output and real-time visuals to produce continuous movement paths. This separation optimizes semantic reasoning (slow) and reactive control (fast) independently.
- Unified Interface: All tasks (e.g., point-goal, object search) are decomposed into "tracking language-explained pixel goals," enabling cross-task generality.
4. Key Differences
Compared to prior work, ABot-N1’s innovations lie in:
- Decoupling Cognition and Control: The slow-fast architecture resolves dynamic mismatches between slow semantic reasoning and fast motor control.
- Explicit Interpretability: Pixel goals and natural language explanations provide transparency for debugging and safety verification.
- Data-Driven Scalability: Pixel-level supervision and reinforcement learning enhance robustness in open worlds, moving beyond static labeled data.
This design achieves state-of-the-art performance in complex urban navigation while providing a scalable framework for future research.













