AIMar 2

Securing the Floor and Raising the Ceiling: A Merging-based Paradigm for Multi-modal Search Agents

arXiv:2603.01416v1h-index: 3
Originality Highly original
AI Analysis

This work addresses the cold-start and efficiency issues for developers of multi-modal AI systems, though it is incremental as it builds on existing model merging techniques.

The paper tackles the problem of high training costs and instability in multi-modal search agents by proposing a training-free paradigm using cross-modal model merging, achieving superior search rates and faster convergence with the Optimal Brain Merging algorithm.

Recent advances in Vision-Language Models (VLMs) have motivated the development of multi-modal search agents that can actively invoke external search tools and integrate retrieved evidence through multi-step reasoning. While promising, existing approaches typically rely on large-scale supervised trajectories or expensive reinforcement learning (RL), leading to high training cost, instability, and a severe cold-start problem for standard VLMs. We propose a training-free paradigm to empower VLMs with autonomous search capabilities via cross-modal model merging. By fusing a text-based search agent with a base VLM, we show that multi-modal search capabilities can be effectively composed without any additional multi-modal training data. To mitigate parameter interference during cross-modal integration, we introduce Optimal Brain Merging (OBM), a saliency-aware merging algorithm that identifies task-critical parameters based on their impact on model loss using only a small set of calibration samples. Extensive experiments on search-intensive benchmarks (e.g., InfoSeek, MMSearch) reveal that: (1) Model merging secures a reasonable performance floor as a zero-shot agent, with OBM achieving superior search rates; (2) OBM significantly raises the performance ceiling as a warm-start strategy, achieving faster convergence and higher peak accuracy than standard VLM initialization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes