NaVILA

Cheng 2024 · Paper

One-line summary — NaVILA extends the vision-language-action paradigm from tabletop manipulation to legged-robot navigation, pairing a vision-language model that emits mid-level actions in natural language with an RL locomotion policy that executes them, so a robot can follow language instructions through real 3D environments.

Problem

Vision-and-Language Navigation (VLN) with legged robots is attractive twice over: language is a flexible way for humans to command robots, and legs let the robot traverse challenging, cluttered scenes that defeat wheeled bases. But translating a human instruction all the way down to joint-level control is hard — manipulation VLAs quantize low-level commands into tokens, yet LLMs/VLMs were trained on natural language, and forcing them to emit precise non-verbal actions strains the very reasoning they were pretrained for. NaVILA asks whether language itself is the better action representation.

Method & architecture

Results

Why it matters for SLAM

NaVILA is a concrete example of the foundation-model challenge to classical SLAM-based navigation stacks: it replaces the explicit map-build-then-plan pipeline with an instruction-conditioned policy whose “map” is a bank of memory frames. At the same time, its design shows where geometry still fits — MASt3R pose estimation labels its human-video training data, a LiDAR height map keeps the robot safe, and metric localization and persistent maps are complementary to a VLA’s semantic instruction following; hybrid systems that give VLAs SLAM-grounded spatial memory are an active research direction.