Visual Prompt Based Reasoning for Offroad Mapping using Multimodal LLMs

arXiv cs.RO / 4/7/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a zero-shot off-road mapping and navigation method that replaces separate terrain, height, and slip/slope models with a single multimodal LLM-based reasoning pipeline.
  • It uses SAM2 to segment the environment and then prompts a vision-language model with the original image plus the segmented, numerically labeled masks so the model can identify which regions are drivable.
  • By leveraging the VLM’s reasoning over labeled segments, the framework avoids training and fine-tuning multiple task-specific components and datasets.
  • Integrated with planning and control, the system supports end-to-end navigation and performs competitively against state-of-the-art trainable models on high-resolution segmentation datasets.
  • The approach is demonstrated in a full-stack Isaac Sim offroad environment, indicating practical viability for autonomy stacks that need drivable-area understanding.

Abstract

Traditional approaches to off-road autonomy rely on separate models for terrain classification, height estimation, and quantifying slip or slope conditions. Utilizing several models requires training each component separately, having task specific datasets, and fine-tuning. In this work, we present a zero-shot approach leveraging SAM2 for environment segmentation and a vision-language model (VLM) to reason about drivable areas. Our approach involves passing to the VLM both the original image and the segmented image annotated with numeric labels for each mask. The VLM is then prompted to identify which regions, represented by these numeric labels, are drivable. Combined with planning and control modules, this unified framework eliminates the need for explicit terrain-specific models and relies instead on the inherent reasoning capabilities of the VLM. Our approach surpasses state-of-the-art trainable models on high resolution segmentation datasets and enables full stack navigation in our Isaac Sim offroad environment.