paper-with-me

홈 › Papers

What Do Visual Tokens Really Encode? Uncovering Sparsity and Redundancy in Multimodal Large Language Models

2026-02-28 · Yingqi Fan, Junlong Tong, Anhao Zhao, Xiaoyu Shen arxiv

Multimodal large language models (MLLMs) project visual tokens into the embedding space of language models, yet the internal structuring and processing of visual semantics remain poorly understood. In this work, we introduce a two-fold analytical framework featuring a novel probing tool, $\textbf{EmbedLens}$, to conduct a fine-grained analysis. We uncover a pronounced semantic sparsity at the input level: visual tokens consistently partition into sink, dead, and alive categories. Remarkably, only the alive tokens, comprising $\approx60\%$ of the total input, carry image-specific meaning. Furthermore, using a targeted patch-compression benchmark, we demonstrate that these alive tokens already encode rich, fine-grained cues (e.g., objects, colors, and OCR) prior to entering the LLM. Internal visual computations (such as visual attention and feed-forward networks) are redundant for most standard tasks. For the small subset of highly vision-centric tasks that actually benefit from internal processing, we reveal that alive tokens naturally align with intermediate LLM layers rather than the initial embedding space, indicating that shallow-layer processing is unnecessary and that direct mid-layer injection is both sufficient. Ultimately, our findings provide a unified mechanistic view of visual token processing, paving the way for more efficient and interpretable MLLM architectures through selective token pruning, minimized visual computation, and mid-layer injection. The code is released at: https://github.com/EIT-NLP/EmbedLens.

📄 PDF Abstract BibTeX arXiv:2603.00510

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diagnosing Vision-and-Language Navigation: What Really Matters

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Vision-and-language navigation (VLN) is a multimodal task where an agent follows natural language instructions and navigates in visual environments. Multiple setups have been proposed, and researchers apply new model arc…

DiagnosticObjectVision and Language Navigation

History for Visual Dialog: Do we really need it?

2020-05-08 · ACL 2020 6 · Shubham Agarwal, Trung Bui, Joon-Young Lee, Ioannis Konstas 외

Visual Dialog involves "understanding" the dialog history (what has been discussed previously) and the current question (what is asked), in addition to grounding information in the image, to generate the correct response…

Visual Dialog

Diagnosing Vision-and-Language Navigation: What Really Matters

2021-03-30 · NAACL 2022 7 · Wanrong Zhu, Yuankai Qi, Pradyumna Narayana, Kazoo Sone 외

Vision-and-language navigation (VLN) is a multimodal task where an agent follows natural language instructions and navigates in visual environments. Multiple setups have been proposed, and researchers apply new model arc…

DiagnosticObjectVision and Language Navigation

Seeing without Looking: Do Vision-Language Benchmarks Really Test Vision?

2026-05-21 · Zixuan Lan, Luzhe Sun, Matthew R. Walter, Jiawei Zhou arxiv

Benchmark accuracy is often implicitly assumed to reflect grounded visual understanding in vision-language models (VLMs), yet it remains unclear to what extent such scores truly reflect reliance on visual evidence. Motiv…

Visual Grounding

LatentLens: Revealing Highly Interpretable Visual Tokens in LLMs

2026-01-31 · Benno Krojer, Shravan Nayak, Oscar Mañas, Vaibhav Adlakha 외 arxiv

Transforming a large language model (LLM) into a vision-language model (VLM) can be achieved by mapping the visual tokens from a vision encoder into the embedding space of an LLM. Intriguingly, this mapping can be as sim…