AI Navigate

VTC-Bench: Evaluating Agentic Multimodal Models via Compositional Visual Tool Chaining

arXiv cs.AI / 3/17/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • VTC-Bench is introduced as a comprehensive benchmark to evaluate tool-use proficiency in Visual Multimodal LLMs, featuring 32 OpenCV-based visual operations and 680 curated problems across a nine-category cognitive hierarchy.
  • Experiments on 19 leading MLLMs show current models struggle to adapt to diverse tool sets, generalize to unseen operations, and compose multiple tools for complex tasks, with Gemini-3.0-Pro scoring only 51% on the benchmark.
  • The benchmark aligns with realistic computer vision pipelines and provides ground-truth execution trajectories to enable rigorous assessment of multi-tool composition and long-horizon planning.
  • By identifying these limitations, VTC-Bench establishes a baseline to guide the development of more generalized visual agentic models.

Abstract

Recent advancements extend Multimodal Large Language Models (MLLMs) beyond standard visual question answering to utilizing external tools for advanced visual tasks. Despite this progress, precisely executing and effectively composing diverse tools for complex tasks remain persistent bottleneck. Constrained by sparse tool-sets and simple tool-use trajectories, existing benchmarks fail to capture complex and diverse tool interactions, falling short in evaluating model performance under practical, real-world conditions. To bridge this gap, we introduce VisualToolChain-Bench~(VTC-Bench), a comprehensive benchmark designed to evaluate tool-use proficiency in MLLMs. To align with realistic computer vision pipelines, our framework features 32 diverse OpenCV-based visual operations. This rich tool-set enables extensive combinations, allowing VTC-Bench to rigorously assess multi-tool composition and long-horizon, multi-step plan execution. For precise evaluation, we provide 680 curated problems structured across a nine-category cognitive hierarchy, each with ground-truth execution trajectories. Extensive experiments on 19 leading MLLMs reveal critical limitations in current models' visual agentic capabilities. Specifically, models struggle to adapt to diverse tool-sets and generalize to unseen operations, with the leading model Gemini-3.0-Pro only achieving 51\% on our benchmark. Furthermore, multi-tool composition remains a persistent challenge. When facing complex tasks, models struggle to formulate efficient execution plans, relying heavily on a narrow, suboptimal subset of familiar functions rather than selecting the optimal tools. By identifying these fundamental challenges, VTC-Bench establishes a rigorous baseline to guide the development of more generalized visual agentic models.