Search papers, labs, and topics across Lattice.
The paper identifies inaccurate visual perception as a key bottleneck in multimodal math reasoning with LLMs. To address this, they propose M$^3$-ACE, a multi-agentic framework that decouples perception and reasoning by maintaining a shared context of visual evidence. M$^3$-ACE incorporates a Summary Tool to organize evidence and a Refine Tool to filter unreliable samples, leading to state-of-the-art results on MathVision and improvements on MathVista and MathVerse.
Multimodal LLMs struggle with math because they *see* poorly, but a multi-agent system focused on visual evidence can dramatically improve their perception and reasoning.
Multimodal large language models have recently shown promising progress in visual mathematical reasoning. However, their performance is often limited by a critical yet underexplored bottleneck: inaccurate visual perception. Through systematic analysis, we find that the most failures originate from incorrect or incomplete visual evidence extraction rather than deficiencies in reasoning capability. Moreover, models tend to remain overly confident in their initial perceptions, making standard strategies such as prompt engineering, multi-round self-reflection, or posterior guidance insufficient to reliably correct errors. To address this limitation, we propose M3-ACE, a multi-agentic context engineering framework designed to rectify visual perception in multimodal math reasoning. Instead of directly aggregating final answers, our approach decouples perception and reasoning by dynamically maintaining a shared context centered on visual evidence lists. Multiple agents collaboratively contribute complementary observations, enabling the system to expose inconsistencies and recover missing perceptual information. To support stable multi-turn collaboration, we further introduce two lightweight tools: a Summary Tool that organizes evidence from different agents into consistent, complementary, and conflicting components, and a Refine Tool that filters unreliable samples and guides iterative correction. Extensive experiments demonstrate that M3-ACE substantially improves visual mathematical reasoning performance across multiple benchmarks. Our method establishes new state-of-the-art results 89.1 on the MathVision benchmark and achieves consistent improvements on other related datasets, including MathVista and MathVerse. These results highlight the importance of perception-centric multi-agent collaboration for advancing multimodal reasoning systems.