PROBE: Manipulation-Grounded Visual Question Answering with VLM Agents

Vineet Bhat, Siyi Chen, Alex Zook, Xuning Yang, Stan Birchfield, Valts Blukis, Jonathan Tremblay

arXiv:2608.17129 · 2026-08-19 공개 · arXiv · PDF

robot-manipulation vision-language-models sim-to-real probe-sim probe-bench tool-based-planning agent-finetuning cluttered-scenes

Abstract

Vision-language Models (VLMs) excel at 2D grounding, spatial reasoning and agentic tool-based planning in static scenes. However, consider asking a home robot "Is my medication still in the cabinet?" The answer may be physically hidden behind a row of containers that must first be moved aside. Answering such questions in real-world cluttered environments requires reasoning in dynamic scenes: distractors must be manipulated to reveal occluded objects, and each action changes the scene the model must reason over. We formalize this setting as Manipulation-Grounded Visual Question Answering (MG-VQA) and introduce PROBE, a framework for benchmarking and finetuning VLM agents on such tasks. We first develop PROBE-Sim, a high-fidelity tabletop simulator with everyday objects and a robot manipulator equipped with grasping and pushing tools. PROBE-Sim is used to create PROBE-Bench: an evaluation suite of 150 tasks across 6 question types on cluttered tabletop scenes, where a VLM perceives, picks up or pushes objects before answering. We observe consistent trend across all frontier VLMs: agentic tool-based methods outperform their perception-only baselines (8.0% on average) across all task types. We further design PROBE-Agent, a finetuning recipe to distill successful trajectories from a powerful teacher foundation model to a smaller open-weight model using a mixed data recipe that encourages manipulation-efficient question answering. PROBE Agent finetuned models outperform their off-the-shelf agent baseline (11.5% on average) and demonstrate positive transfer to unseen objects and a held-out task. We validate sim-to-real transfer by deploying PROBE-Agent finetuned policies in real-world tabletop environments.

한국어 요약

한 줄 요약

PROBE는 물리적 상호작용이 필요한 질문에 대답하는 VLM 에이전트를 평가하고 미세조정하는 프레임워크로, PROBE-Sim 시뮬레이터와 PROBE-Bench 벤치마크, PROBE-Agent 미세조정 레시피를 제시한다.

핵심 기여도

핵심 아이디어

기존 VLM은 정적 환경에서의 2D 객체 지정과 공간 추론에 강하지만, 물리적 상호작용이 필요한 동적 환경에서는 한계가 있다. 예를 들어, "내 약이 캐비닛에 여전히 있나요?"라는 질문은 물리적으로 장애물을 제거해야 답을 찾을 수 있다. 이에 PROBE는 **Manipulation-Grounded Visual Question Answering (MG-VQA)** 문제를 정식화하고, VLM 에이전트가 물리적 도구를 사용해 장애물을 제거하고 질문에 대답하도록 평가 및 학습하는 프레임워크를 제시한다. 핵심 아이디어는 **도구 기반 에이전트가 단순 인식 기반 모델보다 평균 8.0% 높은 성능을 보인다는 점**이며, PROBE-Agent는 이 성능을 더 높이기 위해 **강력한 선생 모델(Gemini 3.1 Pro)의 성공 경로를 학습**하는 방식을 채택한다.

기술적 접근법

주요 결과

의의 및 한계

PROBE는 VLM 에이전트가 물리적 상호작용을 통해 질문에 대답하는 새로운 평가 환경을 제시하며, 도구 사용이 성능을 평균 8.0% 향상시킨다는 점에서 학술적·실용적 가치가 있다. 특히, PROBE-Agent는 오픈-웨이트 모델에 강력한 선생 모델의 지식을 이식하여, **성능 향상과 작업 일반화를 동시에 달성**한다. 그러나, 다단계 조작 작업에서 성능 저하(30.4%)는 **조직적인 일반화 학습이 여전히 미흡하다는 한계**를 드러낸다. 또한, 벤치마크는 여전히 포화되지 않았으며, **도구 사용 시기와 방법을 정확히 결정하는 능력 향상이 필요**하다.

실용적 활용

PROBE는 홈 로봇, 물류 시스템, 서비스 로봇 등 물리적 상호작용이 필요한 환경에서 VLM 에이전트의 성능을 평가하고 학습할 수 있는 플랫폼으로 활용 가능하다. 특히, **도구 사용을 통한 물리적 조작이 필요한 질문에 대한 답변 능력 향상**이 필요한 산업 분야에 적합하며, 오픈-웨이트 모델의 성능 향상을 위한 미세조정 레시피도 실용적 가치가 있다.