GemNav: Discrete-Token Visual Robot Navigation using a Multimodal Large Language Model

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

GemNav introduces a visual robot navigation policy that adapts a frozen Multimodal Large Language Model (MLLM) for short-to-medium horizon waypoint navigation. Unlike traditional methods, GemNav utilizes Low-Rank Adaptation (LoRA) solely on the MLLM's language tower, eliminating the need for an auxiliary visual encoder or a continuous regression head. It employs a single discrete token vocabulary for waypoints and navigation signals, enhanced by a soft-decoded auxiliary loss to preserve metric structure. Trained on a remarkably small 8.7-hour open corpus—three orders of magnitude smaller than typical datasets—GemNav demonstrates zero-shot transferability to four distinct unseen environments. It achieves stopping accuracy within 0.25-0.42m of the goal across 20 real-world trials in diverse settings like carparks and warehouses.

Key takeaway

For Machine Learning Engineers developing robot navigation systems, GemNav offers a compelling alternative to traditional, data-intensive approaches. You should consider adapting frozen MLLMs with discrete token vocabularies and LoRA, as this method significantly reduces training data requirements and enables zero-shot transfer. This approach could accelerate deployment and lower computational costs for new robotic applications.

Key insights

GemNav enables data-efficient robot navigation by adapting frozen MLLMs with discrete tokens and LoRA on the language tower.

Principles

Method

GemNav adapts a frozen MLLM using LoRA on its language tower. It generates a discrete token vocabulary for waypoints and navigation signals, applying a soft-decoded auxiliary loss to recover metric structure.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.