Skip to content

LightNav-0: Scaling Real2Sim2Real for Zero-Shot Generalist Navigation

LightNav-0 (Light Origins) is an open-sourced generalist navigation policy trained via a three-stage post-training recipe — Embodied Reasoning mid-training (LightNav-ER) → Embodied SFT → Online GRPO — on aligned experience synthesized by a Real2Sim2Real data engine that turns 2,000+ internet-sourced real-world scenes into 4,000+ hours of vision-language-action navigation experience. A single monocular RGB checkpoint ranks first across 10 public benchmarks (VLN-CE / Matterport3D / HM3D / HM3D-OVON / EVT-Bench) spanning instruction following, object navigation, and target tracking, and transfers zero-shot to humanoid, quadruped, aerial, and wheeled robots plus non-robot domains (Minecraft, first-person games, mountain-biking video). The load-bearing structural bet is Point CoT — image-space object + affordance points as the reasoning trace, and an RVQ-tokenized SE(2) trajectory as the action output, so reasoning and action live in the same autoregressive interface with cheap point supervision generated from the same route geometry.

  • LightNav-0 ranks first in all ten monocular head-to-heads on VLN-CE, Matterport3D, HM3D, HM3D-OVON, and EVT-Bench, and first in four out of ten when broader-sensing (panoramic / multi-camera) methods are included — a single checkpoint under one sensing constraint [§Generalization across tasks, scenes, and embodiments; Fig. 12].
  • LightNav-ER (Stage I embodied reasoning mid-training) ranks first on four and second on four of eight embodied-reasoning benchmarks with a macro-average of 67.4 before action alignment; enabling Point CoT then lifts all eight downstream navigation settings — +8.4 mean SR and +5.7 mean SPL under fixed-everything-else ablation [§Reason about space before acting in it; Fig. 08].
  • The Real2Sim2Real engine turns 2,000+ internet-sourced scenes into 4,000+ hours of aligned VLA experience — one instantiation (INSIGHT-Bench) reports 53,090 training episodes from 1,683 scenes plus a frozen 1,097-episode / 210-scene eval split, with sensor geometry as a data axis (90–130° FoV, 0.5–1.5 m height, ±15° pitch) rather than a fixed rig [§Turning real scenes into scalable experience; §Turn scenes into aligned embodied experience].
  • Point CoT is the interface choice: two image-space point tokens per decision (object point when target is visible, affordance point for free-space progress) predicted from RGB + language at inference — no depth, calibration, localization, or map required, and the point labels come for free from the same route + camera geometry that generated the trajectory [§Routes teach where to look and move].
  • Motion tokens use a three-level residual vector quantizer with 256 entries per codebook over Stage II trajectory distribution, achieving 0.72 cm mean waypoint displacement error; every prefix is decodable (L0 = coarse trajectory, L1/L2 = residuals), and ablation supports three levels as the minimal sufficient hierarchy [§Motion as tokens].
  • Stage III RL uses GRPO on simulator-scored rollouts of the policy’s own action-token plans, keeping the RVQ action vocabulary fixed — performance rises past the SFT checkpoint before plateauing on EVT-Bench’s distracted-tracking split [§Train beyond demonstrations; Fig. 11].
  • Stage II mixture co-trains 16 navigation sources with 33 reasoning sources — 742K instructions total (474K unique, 20-word median) drawn from R2R, RxR, ScaleVLN, SRDF, tracking data, outdoor scenes, and Gaussian-splatting worlds [§Make spatial reasoning executable].
  • On INSIGHT-Bench, LightNav-0 achieves the highest success rate in every one of five atomic instruction categories (Base, Direction, Relation, Extremum, Ordinal) and every one of five scene categories (apartments, houses, commercial, institutions, outdoor) among seven open-source policies under matched forward-RGB protocol [§Rethinking navigation evaluation].
  • The same checkpoint transfers zero-shot to closed-loop control in unfamiliar worlds (voxel worlds, driving worlds, legacy-graphics first-person worlds including a 4:3 lower-resolution frame) and to open-loop video (mountain biking, speed skating, freestyle skiing, trail running), continuing to ground targets and predict feasible motion [§Beyond embodied navigation].

LightNav-0 is a monocular-RGB + language policy trained through three stages on aligned Real2Sim2Real experience. Stage I (LightNav-ER) does embodied-reasoning mid-training on images and video to install spatial priors (grounding, free-space reasoning, spatial-relation ranking, change tracking) — playing the same “ER-before-A” role Gemini Robotics-ER plays for Gemini Robotics and MolmoER plays for MolmoAct2. Stage II (Embodied SFT) connects those priors to action on Real2Sim2Real episodes: a scene captured once is used to produce many executable (goal, route, camera-view, instruction) tuples where the route is fixed before the language is generated, so instructions describe a physically executable path rather than being written in isolation. For unlabeled Gaussian splats, Molmo2 points to candidate objects in rendered views, the engine lifts those points into 3D and keeps only cross-viewpoint-agreeing targets; Seed2.0 then writes the instruction for the completed route. Each aligned episode leaves the engine as one synchronized record of language, visual history, image-space points, and motion; Stage II co-trains 16 navigation sources with 33 reasoning sources to preserve Stage I capabilities.

The signature interface is Point CoT + RVQ motion: at every decision, the model emits an object point (image-space target when visible), an affordance point (image-space free-space waypoint), and 3 RVQ tokens over a metric SE(2) ten-waypoint trajectory (256-entry codebooks × 3 levels; 0.72 cm reconstruction). Point labels are supplied by the route geometry itself — a reachable future waypoint projects to the affordance point, and the referred object’s 3D target projects to the object point whenever it enters the FoV — so supervision grows with route generation without a separate annotation pass. Stage III RL runs GRPO on simulator-scored own-policy rollouts over the same RVQ action vocabulary. Only monocular RGB + language is used at inference; no depth, no calibration, no map.

  • Public benchmarks (monocular): first place in all ten head-to-heads spanning VLN-CE, Matterport3D, HM3D, HM3D-OVON, EVT-Bench [Fig. 12].
  • Public benchmarks (all sensing): first place in four of ten when panoramic / multi-camera methods are included [Fig. 12].
  • INSIGHT-Bench: highest success rate in all five instruction × five scene categories among seven open-source policies under matched forward-RGB protocol; 1,097 held-out episodes across 210 scenes [§Rethinking navigation evaluation].
  • LightNav-ER pre-action-alignment: first on four and second on four of eight embodied-reasoning benchmarks, macro-average 67.4 [§Reason about space before acting in it].
  • Point CoT ablation (Fig. 08): +8.4 mean SR and +5.7 mean SPL across all eight settings vs matched no-Point-CoT baseline.
  • RVQ reconstruction: 0.72 cm mean waypoint displacement error at three levels × 256 codebook entries [§Motion as tokens].
  • Stage III (GRPO): performance rises past the SFT checkpoint on EVT-Bench distracted tracking before plateauing [Fig. 11].
  • Zero-shot embodiment transfer: same checkpoint runs on humanoid, quadruped, aerial, and wheeled robots [§Zero-shot transfer].
  • Zero-shot visual transfer: same checkpoint navigates voxel worlds, driving worlds, legacy first-person 4:3 low-res worlds, and grounds targets on mountain-biking / speed-skating / freestyle-skiing / trail-running open-loop video [§Beyond embodied navigation].
  • Release: model, code, and technical report open; broader evaluation suite to follow. Collaborators: LimX Dynamics (deployment) and Manycore Tech (simulation).

LightNav-0 is now the sharpest filed VLN entry, and it stakes out three specific positions distinct from every other filed VLN system:

  1. Point CoT as a compact reasoning interface unifies the “thinking with modalities” and “grounding-VLM-as-policy” threads. Robostral Navigate: single-camera AI navigation Robostral Navigate is the closest sibling: also monocular RGB, also VLN-CE evaluation, also SFT → online-RL (CISPO), also pointing-based action. LightNav-0 replaces Robostral’s single pointed waypoint + orientation with a two-point-per-step (object + affordance) chain-of-thought, and uses a three-level RVQ over full ten-waypoint SE(2) trajectories rather than a single waypoint + fallback metric displacement — moving further toward the Action QFormer: Structured Representation Shaping under Action Supervision in Vision-Language-Action Models “action-facing structured representation” thesis while keeping the interface autoregressive-friendly. Point CoT’s cost — two image-space point tokens per decision — is the aggressive cheapness argument for image-space reasoning that UniVR: Thinking in Visual Space for Unified Visual Reasoning and the broader Thinking with Modalities thread have been circling.

  2. The Real2Sim2Real engine is the navigation analog of the Real-to-Sim-to-Real recipes emerging on the manipulation side. Building Worlds That Train Robots — Real-to-Sim-to-Real (R2S2R) as a Scalable Engine for Training and Evaluating Robot Policies and LeRobot Sim-to-Real Tutorial — 72% real-SO-100 success from LuckyEngine sim demos only made the same “capture-once, replay-many-executable-variations” bet for manipulation; LightNav-0 is the first filed instance for navigation at 4,000-hour scale with sensor geometry (FoV, height, pitch) sampled as a training axis. The engine also releases INSIGHT-Bench — an evaluation counterpart that isolates five atomic goal-specification modes (Base, Direction, Relation, Extremum, Ordinal), addressing a diagnostic gap current VLN benchmarks (which conflate parsing, spatial reasoning, and locomotion) leave open.

  3. Stage III uses GRPO on RVQ action tokens, not CISPO on continuous action heads. LightNav-0’s discrete RVQ action vocabulary makes the same GRPO recipe used across Reasoning RL LLM/VLM post-training directly applicable, which is a cleaner recipe fit than the flow-matching-action-head workarounds (π*0.6: a VLA That Learns From Experience (RECAP) RECAP CFGRL, VINE: Taming Generative Control Policies for Reinforcement Learning VINE) that the manipulation-side VLA Models literature has been forced to invent. This is a concrete argument for tokenizing continuous robot actions when a large ecosystem of reasoning-RL infrastructure is available upstream.