TLDR: A new method called IP-Merging allows multimodal AI models to significantly improve their mathematical reasoning by absorbing knowledge directly from specialized math language models. This “tuning-free” approach identifies crucial math-related parameters and aligns them between models, overcoming previous challenges and boosting performance on complex visual math problems without compromising other AI capabilities.
Multimodal Large Language Models (MLLMs) have made incredible strides in understanding and generating human-like text and images. However, when it comes to complex mathematical reasoning, these advanced AI systems often lag behind their text-only counterparts, Large Language Models (LLMs). A new research paper explores a fascinating question: can MLLMs simply absorb math reasoning abilities from specialized math LLMs without the need for costly and time-consuming retraining?
The paper, titled “Can MLLMs Absorb Math Reasoning Abilities from LLMs as Free Lunch?” by Yijie Hu, Zihao Zhou, Kaizhu Huang, Xiaowei Huang, and Qiufeng Wang, delves into this challenge and proposes an innovative solution.
The Challenge of Bridging the Gap
Traditionally, improving an MLLM’s math skills would involve curating vast amounts of high-quality multimodal math data and then undergoing intricate training processes. This is both expensive and resource-intensive. The idea of directly transferring knowledge from an already proficient math LLM to an MLLM is appealing, but it’s not straightforward.
The researchers found that simply merging the parameters (the internal settings that define a model’s knowledge) from a math LLM into an MLLM doesn’t work well. This is because MLLMs are designed to integrate both visual and textual information, while math LLMs are trained primarily on text-based mathematical problems. This fundamental difference creates a significant “gap” in their internal parameter spaces, leading to conflicts and poor performance when directly combined.
Identifying Key Factors for Successful Merging
To overcome this, the team identified two crucial factors:
- **Identifying Reasoning-Associated Parameters:** Pinpointing exactly which parts of both the MLLM and the math LLM are responsible for mathematical reasoning.
- **Mitigating Parameter Space Gaps:** Finding a way to align these identified parameters so they can work together harmoniously.
Introducing IP-Merging: A Tuning-Free Solution
Based on these insights, the researchers proposed a novel method called **IP-Merging**. This approach is “tuning-free,” meaning it doesn’t require any additional training data or computational resources for fine-tuning. IP-Merging works in two main stages:
- **Identify:** It first identifies the crucial math reasoning-associated parameters in both the MLLM and the math LLM. This is done by analyzing the “subspace similarity” of their task vectors – essentially, how closely aligned their internal knowledge representations are for math tasks.
- **Project:** Next, it rescales these selected math LLM parameters and projects them into the MLLM’s subspace. This step is critical for aligning the models and minimizing the parameter space gap, ensuring that the transferred math knowledge integrates smoothly without disrupting the MLLM’s existing abilities.
The final step involves merging these aligned and projected parameters directly into the MLLM.
Impressive Results Across Benchmarks
The effectiveness of IP-Merging was rigorously tested across various math reasoning benchmarks, including MathVista, MathVerse, DynaMath, and MathVision. The results were compelling: IP-Merging consistently enhanced the math reasoning abilities of MLLMs, achieving significant performance gains compared to the original models and other existing merging techniques.
Crucially, the researchers also evaluated the merged models on general knowledge benchmarks like MMMU, TextVQA, and MMBench. They found that IP-Merging maintained stable performance on these tasks, demonstrating that it improves math reasoning without compromising the MLLM’s other general capabilities. This is a significant advantage, as many merging methods can inadvertently degrade a model’s broader skills.
Further analysis revealed that the selected parameters for merging were primarily located in the deeper MLP (Multi-Layer Perceptron) layers of the models, which aligns with current understanding that knowledge and reasoning skills are often encoded in these deeper parts of an AI model.
Also Read:
- Advancing Multimodal AI with Hidden Reasoning Pathways
- CompoDistill: Enhancing Visual Perception in Compact Multimodal AI Models
Real-World Impact and Future Directions
Case studies highlighted the practical benefits. For instance, an MLLM enhanced with IP-Merging could correctly read and interpret data from a table to calculate a rate of change, a task the base model struggled with. Similarly, it demonstrated step-by-step reasoning for geometry problems, providing interpretable and accurate solutions.
This research presents a promising path forward for developing more capable MLLMs. By enabling them to absorb specialized knowledge from other models without extensive retraining, IP-Merging offers a cost-effective and efficient way to enhance their abilities. While the current method is most effective for models of the same size and foundational architecture, the work paves the way for future advancements in model merging across diverse AI systems. You can read the full research paper here.


