Vision-Centric Activation and Coordination for Multimodal Large Language Models
Yunnan Wang, Fan Lu, Kecheng Zheng, Ziyuan Huang, Ziqiang Li, Wenjun Zeng, Xin Jin
TL;DR
This work targets the underutilization of vision-centric information in multimodal LLMs (MLLMs) by introducing VaCo, a framework that activates and coordinates visual priors from multiple vision foundation models. VaCo employs learnable Modular Task Queries (MTQs) and Visual Alignment Layers (VALs) to generate task-specific visual cues (VAQs) and uses a Token Gateway Mask (TGM) to prevent cross-task conflicts during causal decoding. The training objective combines standard MLLM loss with discriminative perceptual losses across several VFMs, enabling visual priors to guide text generation without multiple encoders at inference. Across general, region-level, and scene-level benchmarks, VaCo demonstrates superior visual-language understanding with reduced computational overhead compared to multi-encoder baselines, underscoring the value of vision-centric activation and coordination for MLLMs.
Abstract
Multimodal large language models (MLLMs) integrate image features from visual encoders with LLMs, demonstrating advanced comprehension capabilities. However, mainstream MLLMs are solely supervised by the next-token prediction of textual tokens, neglecting critical vision-centric information essential for analytical abilities. To track this dilemma, we introduce VaCo, which optimizes MLLM representations through Vision-Centric activation and Coordination from multiple vision foundation models (VFMs). VaCo introduces visual discriminative alignment to integrate task-aware perceptual features extracted from VFMs, thereby unifying the optimization of both textual and visual outputs in MLLMs. Specifically, we incorporate the learnable Modular Task Queries (MTQs) and Visual Alignment Layers (VALs) into MLLMs, activating specific visual signals under the supervision of diverse VFMs. To coordinate representation conflicts across VFMs, the crafted Token Gateway Mask (TGM) restricts the information flow among multiple groups of MTQs. Extensive experiments demonstrate that VaCo significantly improves the performance of different MLLMs on various benchmarks, showcasing its superior capabilities in visual comprehension.
