ORACLE-Grasp: Zero-Shot Task-Oriented Robotic Grasping using Large Multimodal Models
Avihai Giuili, Rotem Atari, Avishai Sintov
TL;DR
ORACLE-Grasp tackles the challenge of grasping unknown objects in unstructured environments by combining semantic reasoning from large multimodal models with lightweight vision cues. It reframes grasping as an iterative, prompt-driven decision process using dual prompts to extract scene context and candidate grasp regions, followed by depth-based refinement and early stopping to ensure feasibility. The approach achieves competitive accuracy and high real-world success (88% on 20 objects) without any task-specific training data, highlighting the potential of language-driven reasoning to enable autonomous grasping. The work also discusses limitations such as inference cost and single-view perception, with clear avenues for future improvements.
Abstract
Grasping unknown objects in unstructured environments remains a fundamental challenge in robotics, requiring both semantic understanding and spatial reasoning. Existing methods often rely on dense training datasets or explicit geometric modeling, limiting their scalability to real-world tasks. Recent advances in Large Multimodal Models (LMMs) offer new possibilities for integrating vision and language understanding, but their application to autonomous robotic grasping remains largely unexplored. We present ORACLE-Grasp, a zero-shot framework that leverages LMMs as semantic oracles to guide grasp selection without requiring additional training or human input. The system formulates grasp prediction as a structured, iterative decision process, using dual-prompt tool calling to first extract high-level object context and then select task-relevant grasp regions. By discretizing the image space and reasoning over candidate areas, ORACLE-Grasp mitigates the spatial imprecision common in LMMs and produces human-like, task-driven grasp suggestions. Early stopping and depth-based refinement steps further enhance efficiency and physical grasp reliability. Experiments demonstrate that the predicted grasps achieve low positional and orientation errors relative to human-annotated ground truth and lead to high success rates in real-world pick up tasks. These results highlight the potential of combining language-driven reasoning with lightweight vision techniques to enable robust, autonomous grasping without task-specific datasets or retraining.
