paper-with-me

홈 › Papers

From One-to-One to Many-to-Many: Dynamic Cross-Layer Injection for Deep Vision-Language Fusion

2026-01-15 · Cheng Chen, Yuyu Guo, Pengpeng Zeng, Jingkuan Song, Peng Di, Hang Yu, Lianli Gao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.10710

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PIArena: A Platform for Prompt Injection Evaluation

2026-04-09 · Runpeng Geng, Chenlong Yin, Yanting Wang, Ying Chen 외 arxiv

Prompt injection attacks pose serious security risks across a wide range of real-world applications. While receiving increasing attention, the community faces a critical gap: the lack of a unified platform for prompt inj…

GiBERT: Introducing Linguistic Knowledge into BERT through a Lightweight Gated Injection Method

2020-10-23 · Nicole Peinelt, Marek Rei, Maria Liakata

Large pre-trained language models such as BERT have been the driving force behind recent improvements across many NLP tasks. However, BERT is only trained to predict missing words - either behind masks or in the next sen…

Semantic SimilaritySemantic Textual SimilaritySentenceUnsupervised Pre-training+1

GiBERT: Enhancing BERT with Linguistic Information using a Lightweight Gated Injection Method

2021-11-01 · Findings (EMNLP) 2021 11 · Nicole Peinelt, Marek Rei, Maria Liakata

Large pre-trained language models such as BERT have been the driving force behind recent improvements across many NLP tasks. However, BERT is only trained to predict missing words – either through masking or next sentenc…

Semantic SimilaritySemantic Textual SimilaritySentenceUnsupervised Pre-training+1

Llama SLayer 8B: Shallow Layers Hold the Key to Knowledge Injection

2024-10-03 · Tianxiang Chen, Zhentao Tan, Tao Gong, Yue Wu 외

As a manner to augment pre-trained large language models (LLM), knowledge injection is critical to develop vertical domain large models and has been widely studied. Although most current approaches, including parameter-e…

Mathparameter-efficient fine-tuningQuestion Answering

Tensor Trust: Interpretable Prompt Injection Attacks from an Online Game

2023-11-02 · Sam Toyer, Olivia Watkins, Ethan Adrian Mendes, Justin Svegliato 외

While Large Language Models (LLMs) are increasingly being used in real-world applications, they remain vulnerable to prompt injection attacks: malicious third party prompts that subvert the intent of the system designer.…

Instruction Following