DART: Leveraging Multi-Agent Disagreement for Tool Recruitment in Multimodal Reasoning
By: Nithin Sivakumaran , Justin Chih-Yao Chen , David Wan and more
Potential Business Impact:
Helps AI understand pictures by arguing and using special tools.
Specialized visual tools can augment large language models or vision language models with expert knowledge (e.g., grounding, spatial reasoning, medical knowledge, etc.), but knowing which tools to call (and when to call them) can be challenging. We introduce DART, a multi-agent framework that uses disagreements between multiple debating visual agents to identify useful visual tools (e.g., object detection, OCR, spatial reasoning, etc.) that can resolve inter-agent disagreement. These tools allow for fruitful multi-agent discussion by introducing new information, and by providing tool-aligned agreement scores that highlight agents in agreement with expert tools, thereby facilitating discussion. We utilize an aggregator agent to select the best answer by providing the agent outputs and tool information. We test DART on four diverse benchmarks and show that our approach improves over multi-agent debate as well as over single agent tool-calling frameworks, beating the next-strongest baseline (multi-agent debate with a judge model) by 3.4% and 2.4% on A-OKVQA and MMMU respectively. We also find that DART adapts well to new tools in applied domains, with a 1.3% improvement on the M3D medical dataset over other strong tool-calling, single agent, and multi-agent baselines. Additionally, we measure text overlap across rounds to highlight the rich discussion in DART compared to existing multi-agent methods. Finally, we study the tool call distribution, finding that diverse tools are reliably used to help resolve disagreement.
Similar Papers
TableDART: Dynamic Adaptive Multi-Modal Routing for Table Understanding
Computation and Language
Helps computers understand data in tables better.
SpaceTools: Tool-Augmented Spatial Reasoning via Double Interactive RL
CV and Pattern Recognition
Helps robots understand and grab objects precisely.
MSARL: Decoupling Reasoning and Tool Use with Multi-Small-Agent Reinforcement Learning
Artificial Intelligence
AI agents work together to solve math problems.