Search papers, labs, and topics across Lattice.
This paper introduces a zero-shot off-road navigation approach using a vision-language model (VLM) prompted with visual segmentations from SAM2. The VLM reasons about drivable regions based on the original image and segmented image with numeric labels, eliminating the need for separate terrain-specific models. The approach outperforms state-of-the-art trainable models on high-resolution segmentation datasets and enables full-stack navigation in a simulated off-road environment.
Off-road robots can now navigate without explicit terrain models, thanks to a VLM that reasons about drivability directly from visually prompted segmentations.
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.