paper-with-me

Papers

VISOR: VIsual Spatial Object Reasoning for Language-driven Object Navigation

2026-02-07 · Francesco Taioli, Shiping Yang, Sonia Raychaudhuri, Marco Cristani, Unnat Jain, Angel X Chang arxiv

Language-driven object navigation requires agents to interpret natural language descriptions of target objects, which combine intrinsic and extrinsic attributes for instance recognition and commonsense navigation. Existing methods either (i) use end-to-end trained models with vision-language embeddings, which struggle to generalize beyond training data and lack action-level explainability, or (ii) rely on modular zero-shot pipelines with large language models (LLMs) and open-set object detectors, which suffer from error propagation, high computational cost, and difficulty integrating their reasoning back into the navigation policy. To this end, we propose a compact 3B-parameter Vision-Language-Action (VLA) agent that performs human-like embodied reasoning for both object recognition and action selection, removing the need for stitched multi-model pipelines. Instead of raw embedding matching, our agent employs explicit image-grounded reasoning to directly answer "Is this the target object?" and "Why should I take this action?" The reasoning process unfolds in three stages: "think", "think summary", and "action", yielding improved explainability, stronger generalization, and more efficient navigation. Code and dataset available upon acceptance.

📄 PDF Abstract BibTeX arXiv:2602.07555

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Similar Papers 제목 키워드 기반

VISOR: Agentic Visual Retrieval-Augmented Generation via Iterative Search and Over-horizon Reasoning

2026-04-10 · Yucheng Shen, Jiulong Wu, Jizhou Huang, Dawei Yin 외 arxiv

Visual Retrieval-Augmented Generation (VRAG) empowers Vision-Language Models to retrieve and reason over visually rich documents. To tackle complex queries requiring multi-step reasoning, agentic VRAG systems interleave …

Reinforcement LearningVisual Reasoning

Benchmarking Spatial Relationships in Text-to-Image Generation

2022-12-20 · Tejas Gokhale, Hamid Palangi, Besmira Nushi, Vibhav Vineet 외

Spatial understanding is a fundamental aspect of computer vision and integral for human-level reasoning about images, making it an important component for grounded language understanding. While recent text-to-image synth…

BenchmarkingImage GenerationText to Image GenerationText-to-Image Generation

VisorGPT: Learning Visual Prior via Generative Pre-Training

2023-05-23 · Jinheng Xie, Kai Ye, Yudong Li, Yuexiang Li 외

Various stuff and things in visual data possess specific traits, which can be learned by deep neural networks and are implicitly represented as the visual prior, e.g., object location and shape, in the model. Such prior …

Image GenerationLanguage ModelingLanguage ModellingPrompt Engineering

Learning Visual Prior via Generative Pre-Training

2023-09-21 · NeurIPS 2023 11

Various stuff and things in visual data possess specific traits, which can be learned by deep neural networks and are implicitly represented as the visual prior, e.g., object location and shape, in the model. Such prior …

OccVLA: Vision-Language-Action Model with Implicit 3D Occupancy Supervision

2025-09-06 · Ruixun Liu, Lingyu Kong, Derun Li, Hang Zhao arxiv

Multimodal large language models (MLLMs) have shown strong vision-language reasoning abilities but still lack robust 3D spatial understanding, which is critical for autonomous driving. This limitation stems from two key …

Multimodal ReasoningTrajectory PlanningAutonomous Driving