CVAIDec 2, 2024

Enhancing Perception Capabilities of Multimodal LLMs with Training-Free Fusion

arXiv:2412.01289v23 citationsh-index: 35
AI Analysis

This addresses the cost and efficiency challenges for researchers and practitioners developing multimodal AI systems, though it is incremental as it builds on existing MLLM components.

The paper tackles the problem of high training costs when enhancing multimodal LLMs' visual perception by introducing VisionFuse, a training-free framework that efficiently combines multiple existing vision encoders, achieving an average performance increase of over 4% when integrating MiniGemini-8B and SLIME-8B.

Multimodal LLMs (MLLMs) equip language models with visual capabilities by aligning vision encoders with language models. Existing methods to enhance the visual perception of MLLMs often involve designing more powerful vision encoders, which requires exploring a vast design space and re-aligning each potential encoder with the language model, resulting in prohibitively high training costs. In this paper, we introduce VisionFuse, a novel integration framework that efficiently utilizes multiple vision encoders from off-the-shelf MLLMs to enhance visual perception without requiring additional training. Our approach is motivated by the observation that different MLLMs tend to focus on distinct regions given the same query and image. Moreover, we find that the feature distributions of vision encoders within an MLLM family, a group of MLLMs sharing the same pretrained LLM, are highly aligned. Building on these insights, VisionFuse enriches the visual context by concatenating the tokens generated by the vision encoders of selected MLLMs within a family. By merging the parameters of language models from these MLLMs, VisionFuse allows a single language model to align with various vision encoders, significantly reducing deployment overhead. We conduct comprehensive evaluations across multiple multimodal benchmarks using various MLLM combinations, demonstrating substantial improvements in multimodal tasks. Notably, when integrating MiniGemini-8B and SLIME-8B, VisionFuse achieves an average performance increase of over 4%.

Foundations

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

Your Notes