MM-ToolSandBox: A Unified Framework for Evaluating Visual Tool-Calling Agents

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Computer Vision & Pattern Recognition · Depth: Expert, quick

Summary

MM-ToolSandBox is a new benchmark and evaluation framework designed for visually grounded tool-calling agents. It features a stateful execution environment supporting over 500 tools across 16 application domains, enabling multi-image, multi-turn tasks that require agents to interpret visual inputs and execute tool calls while handling conversational elements like goal revisions and error corrections. The framework includes an automated scenario generation pipeline that creates diverse, visually grounded scenarios, resulting in 258 human-verified nominal scenarios and 50 variants for interactive UI applications. Evaluation of 12 state-of-the-art models, ranging from 4B open-weight to frontier proprietary systems, revealed that current models lack robust visual tool-calling capabilities, with even the best model achieving below a 50% success rate. Failure analysis indicates that visual precision, not just planning, is a significant bottleneck, accounting for 53% of failures due to incorrect information extraction from images. A "planning-to-precision crossover" suggests smaller models struggle with planning, while larger models falter in visual perception.

Key takeaway

For AI Engineers developing visual tool-calling agents, recognize that current models, even frontier systems, achieve below 50% success rates. Your development efforts should prioritize improving visual precision and information extraction from images, as this accounts for 53% of failures in capable models. If working with smaller models, focus on planning capabilities; for larger models, concentrate on enhancing visual perception to overcome the "planning-to-precision crossover" bottleneck.

Key insights

Current visual tool-calling agents struggle with visual precision more than planning, especially at larger scales.

Principles

Method

MM-ToolSandBox uses information-flow-guided planning and multi-stage quality filtering to generate diverse, visually grounded scenarios for agent evaluation.

In practice

Topics

Code references

Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.