paper-with-me

홈 › Papers

ToolMem: Enhancing Multimodal Agents with Learnable Tool Capability Memory

2025-10-08 · Yunzhong Xiao, Yangmin Li, Hewei Wang, Yunlong Tang, Zora Zhiruo Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.06664

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image Generationmultimodal generationText Generation

Similar Papers 제목 키워드 기반

CanvasAgent: Enabling Complex Image Creation and Editing via Visual Tool Orchestration

2026-07-06 · Hairui Zhu, Yiying Yang, Tengjin Weng, Ziyu Lu 외 hf

Complex image creation and editing often require more than a single generation or editing model. A user request may involve synthesizing images, localizing objects, segmenting regions, editing selected content, compositi…

Towards Rationality in Language and Multimodal Agents: A Survey

2024-06-01 · Bowen Jiang, Yangxinyu Xie, Xiaomeng Wang, Yuan Yuan 외

This work discusses how to build more rational language and multimodal agents and what criteria define rationality in intelligent systems. Rationality is the quality of being guided by reason, characterized by decision-m…

Decision MakingSurvey

MindWatcher: Toward Smarter Multimodal Tool-Integrated Reasoning

2025-12-29 · Jiawei Chen, Xintian Shen, Lihao Zheng, Zhenwei Shao 외 arxiv

Traditional workflow-based agents exhibit limited intelligence when addressing real-world problems requiring tool invocation. Tool-integrated reasoning (TIR) agents capable of autonomous reasoning and tool invocation are…

Object RecognitionImage Retrieval

AgentVista: Evaluating Multimodal Agents in Ultra-Challenging Realistic Visual Scenarios

2026-02-26 · Zhaochen Su, Jincheng Gao, Hangyu Guo, Zhenhua Liu 외 arxiv

Real-world multimodal agents solve multi-step workflows grounded in visual evidence. For example, an agent can troubleshoot a device by linking a wiring photo to a schematic and validating the fix with online documentati…

Visual Reasoning

LIVE: Learnable In-Context Vector for Visual Question Answering

2024-06-19 · Yingzhe Peng, Chenduo Hao, Xu Yang, Jiawei Peng 외

As language models continue to scale, Large Language Models (LLMs) have exhibited emerging capabilities in In-Context Learning (ICL), enabling them to solve language tasks by prefixing a few in-context demonstrations (IC…

In-Context LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)