CLOct 8, 2025

ToolMem: Enhancing Multimodal Agents with Learnable Tool Capability Memory

arXiv:2510.06664v15 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the limitation of inflexible tool selection in AI agents for text and multimodal generation tasks, representing an incremental improvement.

The paper tackles the problem of multimodal agents relying on fixed tools by proposing ToolMem, which enables agents to learn and remember tool capabilities from past interactions, resulting in 14.8% to 28.7% more accurate tool performance predictions and 21% to 24% absolute improvements in optimal tool selection.

Agents utilizing tools powered by large language models (LLMs) or vision-language models (VLMs) have demonstrated remarkable progress in diverse tasks across text and visual modalities. Unlike traditional tools such as calculators, which give deterministic outputs, neural tools perform uncertainly across task scenarios. While different tools for a task may excel in varied scenarios, existing agents typically rely on fixed tools, thus limiting the flexibility in selecting the most suitable tool for specific tasks. In contrast, humans snowball their understanding of the capabilities of different tools by interacting with them, and apply this knowledge to select the optimal tool when solving a future task. To build agents that similarly benefit from this process, we propose ToolMem that enables agents to develop memories of tool capabilities from previous interactions, by summarizing their strengths and weaknesses and storing them in memory; at inference, the agent can retrieve relevant entries from ToolMem, and select the best tool to solve individual tasks more accurately. We evaluate ToolMem on learning varied text generation and text-to-image generation neural tools. Compared to no-memory, generic agents, we find ToolMem-augmented agents predict tool performance 14.8% and 28.7% more accurately across text and multimodal generation scenarios. Moreover, ToolMem facilitates optimal tool selection among multiple choices by 21% and 24% absolute increases in respective scenarios.

Foundations

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

Your Notes