Beyond Seeing: Evaluating Multimodal LLMs on Tool-Enabled Image Perception, Transformation, and Reasoning
Xingang Guo, Utkarsh Tyagi, Advait Gosai, Paula Vergara, Jayeon Park, Ernesto Gabriel Hernández Montoya, Chen Bo Calvin Zhang, Bin Hu, Yunzhong He, Bing Liu, Rakshith Sharma Srinivasa
TL;DR
This paper presents VisualToolBench, the first benchmark explicitly targeting think-with-images for multimodal LLMs, where models must perceive, transform, and reason with images using a variety of tools. Comprising 1,204 open-ended tasks across five domains, the benchmark employs rubric-based, multi-dimensional evaluation and a standardized tool API (including a vision-centric Python image-processing tool) to capture complex, multi-step workflows. Across 16 representative MLLMs, results show substantial gaps: the best model (GPT-5-think) achieves only 18.68% pass rate, and most models underperform, underscoring the need for improved tool integration and active visual manipulation. The study also reveals that proactive tool use and broader image-editing behavior correlate with higher performance, while perceptual errors remain the primary bottleneck, offering concrete directions for advancing robust visual intelligence in MLLMs.
Abstract
Multimodal Large Language Models (MLLMs) are increasingly applied in real-world scenarios where user-provided images are often imperfect, requiring active image manipulations such as cropping, editing, or enhancement to uncover salient visual cues. Beyond static visual perception, MLLMs must also think with images: dynamically transforming visual content and integrating it with other tools to solve complex tasks. However, this shift from treating vision as passive context to a manipulable cognitive workspace remains underexplored. Most existing benchmarks still follow a think about images paradigm, where images are regarded as static inputs. To address this gap, we introduce VisualToolBench, a visual tool-use reasoning benchmark that rigorously evaluates MLLMs' ability to perceive, transform, and reason across complex visual-textual tasks under the think-with-images paradigm. VisualToolBench comprises 1,204 challenging, open-ended vision tasks (603 single-turn, 601 multi-turn) spanning across five diverse domains, each paired with detailed rubrics to enable systematic evaluation. Our evaluation shows that current MLLMs struggle with tasks requiring effective integration of vision and general-purpose tools. Even the strongest model (GPT-5-think) reaches only 18.68% pass rate. We further observe divergent tool-use behaviors, with OpenAI models benefiting from diverse image manipulations while Gemini-2.5-pro shows no improvement. By introducing the first benchmark centered on think with images, VisualToolBench offers critical insights for advancing visual intelligence in MLLMs.
