Bring Reason to Vision: Understanding Perception and Reasoning through Model Merging
FreeTraining-free model merging to bring reasoning to vision-language models
About Bring Reason to Vision: Understanding Perception and Reasoning through Model Merging
This paper, 'Bring Reason to Vision: Understanding Perception and Reasoning through Model Merging,' presents a training-free method to transfer reasoning capabilities from Large Language Models (LLMs) to Vision-Language Models (VLMs) via model merging. The authors merge models across modalities—combining parameters of different models—to compose perception and reasoning. Through extensive experiments, they show that model merging successfully incorporates LLM reasoning into VLMs without additional training. The study also investigates internal mechanisms, finding that perception abilities are primarily encoded in early layers, while reasoning relies on middle-to-late layers. After merging, all layers contribute to reasoning while perception distribution remains largely unchanged. Accepted at ICML 2025, with code publicly available.
Key Features
Pros & Cons
- Training-free: no additional fine-tuning or data required
- Provides interpretable insights into how perception and reasoning are distributed across model layers
- Demonstrates successful cross-modal ability transfer
- Open-source code available for reproducibility
- Rigorous experimental validation accepted at top conference (ICML)
- Research-stage method; not packaged as a ready-to-use tool
- Requires access to both a vision-language model and a large language model parameters
- Effectiveness may depend on model architectures and initial capabilities
- Does not address multimodal hallucination or other VLM weaknesses beyond reasoning transfer
- Potentially limited to specific model families used in experiments