ABot-N1: Toward a General Visual Language Navigation Foundation Model

Hugging Face Daily Papers Papers

Summary

ABot-N1 is a visual language navigation foundation model that decouples cognition from control using a slow-fast architecture with dual visual-language signals, achieving new state-of-the-art results across indoor and outdoor navigation tasks.

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.
Original Article
View Cached Full Text

Cached at: 07/14/26, 04:13 AM

Paper page - ABot-N1: Toward a General Visual Language Navigation Foundation Model

Source: https://huggingface.co/papers/2607.10383 Published on Jul 11

#2 Paper of the day Authors:

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

Abstract

VisualLanguageNavigationfoundationmodelsaimtounifydeepreasoningforgroundedspatialdecisionswithbroadversatilityfordiverseembodiedtasks.Currentapproachestypicallyachievethisintegrationviamonolithicpoliciesthatmapobservationsdirectlytoactions,yettheyoftensufferfromcoordinatedriftandpoorhandlingoflong-tailsemantics.Furthermore,theseblack-boxmappingslackinterpretability,hinderingthesimultaneousachievementofgenerality,robustness,andtransparency.WepresentABot-N1,asteptowardageneralVisualLanguageNavigationfoundationmodel,thataddressesthesechallengesbydecouplingcognitionfromcontrolviaaslow-fastarchitectureguidedbydualvisual-languagesignals.Morespecifically,aslowvision-languagereasonerperformsexplicitChain-of-Thoughtreasoningwhileproducingapixelgoal.Thiscompactsetofimage-spaceanchorpointsservesasauniversalinterfacefordiversetasks,includingpoint-goal,object-goal,poi-goal,instruction-following,andperson-following.Subsequently,afastactionexpertleveragesboththetextualcuesandthepixelguidancetogeneratecontinuouswaypointsatthenativecontrolfrequency.Bybridginghigh-levelintentsandlow-levelcontrolthroughpixel-groundedanchorspairedwithexplicitlinguistictraces,ourapproachensuresrobust,generalizable,andinterpretablenavigationacrosssimulationandreal-worldbenchmarks.ABot-N1establishesnewstate-of-the-artrecords,deliveringmassivegainsspecificallyinurban-scalenavigation:boostingPOIarrivalby35.0%(to77.3%)andachieving95.4%/92.9%SRincomplexindoorandoutdoorscenes.Italsomaintainssuperiorrobustnessacrossobject-reaching,person-following,andinstruction-followingtasks.NewPoint-Goal/POI-Goalbenchmarksarereleasedasopensourcetoadvancethefieldofurban-scalenavigation.

View arXiv pageView PDFProject pageAdd to collection

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.10383 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.10383 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.10383 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

ABot-M0.5: Unified Mobility-and-Manipulation World Action Model

Hugging Face Daily Papers

ABot-M0.5 is a new World Action Model for mobile manipulation that improves performance through temporal granularity alignment, action space disentanglement, and train-test consistency, achieving state-of-the-art results on long-horizon and fine-grained manipulation benchmarks.