ROCLCVLGFeb 12, 2024

PIVOT: Iterative Visual Prompting Elicits Actionable Knowledge for VLMs

arXiv:2402.07872v1215 citationsh-index: 72Has CodeICML
Originality Highly original
AI Analysis

This work addresses the challenge of bridging VLMs' textual outputs to continuous spatial actions for robotics, offering a novel approach with potential applications in robotic navigation and manipulation.

The paper tackles the problem of enabling vision language models (VLMs) to perform robotic control and spatial tasks without task-specific fine-tuning, by proposing PIVOT, a visual prompting method that achieves zero-shot control of robotic systems and navigation in various environments, though performance is not perfect.

Vision language models (VLMs) have shown impressive capabilities across a variety of tasks, from logical reasoning to visual understanding. This opens the door to richer interaction with the world, for example robotic control. However, VLMs produce only textual outputs, while robotic control and other spatial tasks require outputting continuous coordinates, actions, or trajectories. How can we enable VLMs to handle such settings without fine-tuning on task-specific data? In this paper, we propose a novel visual prompting approach for VLMs that we call Prompting with Iterative Visual Optimization (PIVOT), which casts tasks as iterative visual question answering. In each iteration, the image is annotated with a visual representation of proposals that the VLM can refer to (e.g., candidate robot actions, localizations, or trajectories). The VLM then selects the best ones for the task. These proposals are iteratively refined, allowing the VLM to eventually zero in on the best available answer. We investigate PIVOT on real-world robotic navigation, real-world manipulation from images, instruction following in simulation, and additional spatial inference tasks such as localization. We find, perhaps surprisingly, that our approach enables zero-shot control of robotic systems without any robot training data, navigation in a variety of environments, and other capabilities. Although current performance is far from perfect, our work highlights potentials and limitations of this new regime and shows a promising approach for Internet-Scale VLMs in robotic and spatial reasoning domains. Website: pivot-prompt.github.io and HuggingFace: https://huggingface.co/spaces/pivot-prompt/pivot-prompt-demo.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes