paper-with-me

홈 › Papers

Visual Prompt Based Reasoning for Offroad Mapping using Multimodal LLMs

2026-04-06 · Abdelmoamen Nasser, Yousef Baba'a, Murad Mebrahtu, Nadya Abdel Madjid, Jorge Dias, Majid Khonji arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.04564

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pixel to Elevation: Learning to Predict Elevation Maps at Long Range using Images for Autonomous Offroad Navigation

2024-01-30 · Chanyoung Chung, Georgios Georgakis, Patrick Spieler, Curtis Padgett 외

Understanding terrain topology at long-range is crucial for the success of off-road robotic missions, especially when navigating at high-speeds. LiDAR sensors, which are currently heavily relied upon for geometric mappin…

Excavating in the Wild: The GOOSE-Ex Dataset for Semantic Segmentation

2024-09-27 · Raphael Hagmanns, Peter Mortimer, Miguel Granero, Thorsten Luettel 외

The successful deployment of deep learning-based techniques for autonomous systems is highly dependent on the data availability for the respective system in its deployment environment. Especially for unstructured outdoor…

Semantic Segmentation

Image-of-Thought Prompting for Visual Reasoning Refinement in Multimodal Large Language Models

2024-05-22 · Qiji Zhou, Ruochen Zhou, Zike Hu, Panzhong Lu 외

Recent advancements in Chain-of-Thought (CoT) and related rationale-based works have significantly improved the performance of Large Language Models (LLMs) in complex reasoning tasks. With the evolution of Multimodal Lar…

Multimodal ReasoningVisual Question AnsweringVisual Reasoning

OffRoadTranSeg: Semi-Supervised Segmentation using Transformers on OffRoad environments

2021-06-26 · Anukriti Singh, Kartikeya Singh, P. B. Sujit

We present OffRoadTranSeg, the first end-to-end framework for semi-supervised segmentation in unstructured outdoor environment using transformers and automatic data selection for labelling. The offroad segmentation is a …

Autonomous DrivingDepth EstimationScene UnderstandingSegmentation

UnAC: Adaptive Visual Prompting with Abstraction and Stepwise Checking for Complex Multimodal Reasoning

2026-05-05 · Yifan Wang, Yun Fu arxiv

Although recent LMMs have become much stronger at visual perception, they remain unreliable on problems that require multi-step reasoning over visual evidence. In this paper, we present UnAC (Understanding, Abstracting, …

Multimodal Reasoning