DART: Leveraging Multi-Agent Disagreement for Tool Recruitment in Multimodal Reasoning
Nithin Sivakumaran, Justin Chih-Yao Chen, David Wan, Yue Zhang, Jaehong Yoon, Elias Stengel-Eskin, Mohit Bansal
TL;DR
DART introduces a disagreement-driven, multi-agent framework that recruits specialized vision tools to resolve perceptual and reasoning disagreements in multimodal question answering. By integrating tool outputs and tool-aligned agreement scores into a multi-stage pipeline—initial answers, disagreement resolution, agreement scoring, discussion, and aggregation—DART achieves consistent improvements over strong baselines across A-OKVQA, MMMU, NaturalBench, and M3D. The approach demonstrates adaptability to new domains by incorporating domain-specific tools and yields richer, more diverse discussions than prior multi-agent methods. These findings highlight the practical value of coupling diverse vision tools with debate-style reasoning to enhance multimodal understanding and robustness.
Abstract
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.
