From One-to-One to Many-to-Many: Dynamic Cross-Layer Injection for Deep Vision-Language Fusion
Cheng Chen, Yuyu Guo, Pengpeng Zeng, Jingkuan Song, Peng Di, Hang Yu, Lianli Gao
TL;DR
Vision-Language Models suffer from an information bottleneck by relying only on final-layer vision features. The paper introduces Cross-Layer Injection (CLI), a lightweight, dynamic many-to-many fusion framework built from Adaptive Multi-Projection (AMP) and Adaptive Gating Fusion (AGF) to enable on-demand access to the full visual hierarchy. By integrating CLI into two VLMs (LLaVA-OneVision and LLaVA-1.5) and evaluating across 18 benchmarks, the approach delivers consistent, significant gains and closes portions of the gap to larger models. Ablation and visualization analyses show that dynamic, context-aware gating and high-density feature injection are crucial for effective fusion, revealing a criss-crossed information flow that enhances grounding, OCR, and complex multimodal reasoning. Overall, CLI establishes a scalable paradigm for restoring symmetry between vision and language in VLMs, enabling deeper multimodal understanding with modest parameter overhead.
Abstract
Vision-Language Models (VLMs) create a severe visual feature bottleneck by using a crude, asymmetric connection that links only the output of the vision encoder to the input of the large language model (LLM). This static architecture fundamentally limits the ability of LLMs to achieve comprehensive alignment with hierarchical visual knowledge, compromising their capacity to accurately integrate local details with global semantics into coherent reasoning. To resolve this, we introduce Cross-Layer Injection (CLI), a novel and lightweight framework that forges a dynamic many-to-many bridge between the two modalities. CLI consists of two synergistic, parameter-efficient components: an Adaptive Multi-Projection (AMP) module that harmonizes features from diverse vision layers, and an Adaptive Gating Fusion (AGF) mechanism that empowers the LLM to selectively inject the most relevant visual information based on its real-time decoding context. We validate the effectiveness and versatility of CLI by integrating it into LLaVA-OneVision and LLaVA-1.5. Extensive experiments on 18 diverse benchmarks demonstrate significant performance improvements, establishing CLI as a scalable paradigm that unlocks deeper multimodal understanding by granting LLMs on-demand access to the full visual hierarchy.
