Bring Reason to Vision: Understanding Perception and Reasoning through Model Merging
Shiqi Chen, Jinghan Zhang, Tongyao Zhu, Wei Liu, Siyang Gao, Miao Xiong, Manling Li, Junxian He
TL;DR
The paper tackles transferring explicit reasoning ability from math-focused LLMs to Vision-Language Models via training-free cross-modal model merging. It introduces a linear merging framework based on task vectors and evaluates it across diverse VLMs and math-reasoning task vectors, showing robust gains on math benchmarks with limited impact on perception tasks. A key contribution is the interpretability analysis: masking modules and layer-wise probing reveal perception resides in early layers while reasoning emerges in middle-to-late layers, and merging distributes reasoning across more layers. The work demonstrates inference-time scaling benefits and provides actionable insights for multimodal integration and interpretability, with practical implications for improving multimodal reasoning without costly retraining.
Abstract
Vision-Language Models (VLMs) combine visual perception with the general capabilities, such as reasoning, of Large Language Models (LLMs). However, the mechanisms by which these two abilities can be combined and contribute remain poorly understood. In this work, we explore to compose perception and reasoning through model merging that connects parameters of different models. Unlike previous works that often focus on merging models of the same kind, we propose merging models across modalities, enabling the incorporation of the reasoning capabilities of LLMs into VLMs. Through extensive experiments, we demonstrate that model merging offers a successful pathway to transfer reasoning abilities from LLMs to VLMs in a training-free manner. Moreover, we utilize the merged models to understand the internal mechanism of perception and reasoning and how merging affects it. We find that perception capabilities are predominantly encoded in the early layers of the model, whereas reasoning is largely facilitated by the middle-to-late layers. After merging, we observe that all layers begin to contribute to reasoning, whereas the distribution of perception abilities across layers remains largely unchanged. These observations shed light on the potential of model merging as a tool for multimodal integration and interpretation.
