GemNav: Discrete-Token Visual Robot Navigation using a Multimodal Large Language Model
About
Visual navigation policies built on large pretrained models have so far followed a common recipe: a dedicated visual encoder, a bespoke action head, and training on thousands of hours of cross-embodiment datasets. We ask whether this recipe is necessary. In this paper, we introduce GemNav, a visual robot navigation policy that adapts a frozen Multimodal Large Language Model (MLLM) for short-to-medium horizon waypoint navigation using Low-Rank Adaptation (LoRA) on the language tower alone, with no auxiliary visual encoder and no continuous regression head. Waypoints and categorical navigation signals share a single discrete token vocabulary generated by the language-model head, and a soft-decoded auxiliary loss recovers the metric structure that pure cross-entropy training discards. On a single 8.7-hour open corpus, roughly three orders of magnitude smaller than competing training sets, the policy transfers zero-shot to four physically distinct unseen environments and stops within 0.25-0.42m of the goal across 20 real-world trials covering an open carpark, an obstacle carpark, a long outdoor chemical yard, and an indoor warehouse. Conditioning on short image histories improves offline metrics but yields no robot benefit, pointing to a ceiling on what temporal context adds once pretrained vision features are in place. These results indicate that discrete-token adaptation of frozen MLLMs can provide a data-efficient, deployable alternative for foundation model robot navigation.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robot navigation | Chemical Yard Real-world Deployment (trials) | Success Rate (SR)5 | 3 | |
| Robot navigation | Warehouse Real-world Deployment (trials) | Success Rate5 | 3 | |
| Robot navigation | Carpark Real-world Deployment (trials) | Success Count5 | 2 | |
| Robot navigation | Obstacle Carpark Real-world Deployment (trials) | Success Rate (SR)5 | 2 | |
| Visual Robot Navigation | Warehouse Open scenario (deployment) | Success Count (SR)4 | 2 | |
| Visual Robot Navigation | Warehouse Single obstacle scenario (deployment) | Success Rate (SR)4 | 2 | |
| Visual Robot Navigation | Warehouse Dual obstacle scenario (deployment) | Success Rate (SR)6 | 2 |