Papers › Cross-modal Information Flow in Multimodal Large Language Models

Cross-modal Information Flow in Multimodal Large Language Models

27 Nov 2024CVPR 2025 1arXiv:2411.18620archive 2025-07-28

Zhi Zhang, Srishti Yadav, Fengze Han, Ekaterina Shutova

The recent advancements in auto-regressive multimodal large language models (MLLMs) have demonstrated promising progress for vision-language tasks. While there exists a variety of studies investigating the processing of linguistic information within large language models, little is currently known about the inner working mechanism of MLLMs and how linguistic and visual information interact within these models. In this study, we aim to fill this gap by examining the information flow between different modalities -- language and vision -- in MLLMs, focusing on visual question answering. Specifically, given an image-question pair as input, we investigate where in the model and how the visual and linguistic information are combined to generate the final prediction. Conducting experiments with a series of models from the LLaVA series, we find that there are two distinct stages in the process of integration of the two modalities. In the lower layers, the model first transfers the more general visual features of the whole image into the representations of (linguistic) question tokens. In the middle layers, it once again transfers visual information about specific objects relevant to the question to the respective token positions of the question. Finally, in the higher layers, the resulting multimodal representation is propagated to the last position of the input sequence for the final prediction. Overall, our findings provide a new and comprehensive perspective on the spatial and functional aspects of image and language processing in the MLLMs, thereby facilitating future research into multimodal information localization and editing. Our code and collected dataset are released here: https://github.com/FightingFighting/cross-modal-information-flow-in-MLLM.git.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.18620")

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

By repository: official repository: 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

FightingFighting/cross-modal-information-flow-in-MLLM officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from FightingFighting/cross-modal-information-flow-in-MLLM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cache_hiddenstate FightingFighting/cross-modal-information-flow-in-MLLM/last_position_answer_prob.py official repository unverified MIT (permissive) · b3e90da48b755b82 · report
collate_fn FightingFighting/cross-modal-information-flow-in-MLLM/InformationFlow.py official repository unverified MIT (permissive) · bd5d01a52aacfde0 · report
decode_tokens FightingFighting/cross-modal-information-flow-in-MLLM/utils.py official repository unverified MIT (permissive) · 9532c9c8f3eec45b · report
find_token_range FightingFighting/cross-modal-information-flow-in-MLLM/InformationFlow.py official repository unverified MIT (permissive) · face49680c2f6521 · report
find_token_range FightingFighting/cross-modal-information-flow-in-MLLM/utils.py official repository unverified MIT (permissive) · c82183ea3f76d9b0 · report
make_inputs FightingFighting/cross-modal-information-flow-in-MLLM/utils.py official repository unverified MIT (permissive) · efd2dff547322153 · report
read_csv FightingFighting/cross-modal-information-flow-in-MLLM/vil/merge_lineplot.py official repository unverified MIT (permissive) · 862b3c59f9afa821 · report
run_original FightingFighting/cross-modal-information-flow-in-MLLM/last_position_answer_prob.py official repository unverified MIT (permissive) · 70e0ea54db616e76 · report
set_block_attn_add_hooks_llava FightingFighting/cross-modal-information-flow-in-MLLM/methods.py official repository unverified MIT (permissive) · 4af864b9e3abfdf0 · report
set_block_attn_hooks_llava FightingFighting/cross-modal-information-flow-in-MLLM/methods.py official repository unverified MIT (permissive) · b0b63267dec9b012 · report
set_get_attn_proj_hooks FightingFighting/cross-modal-information-flow-in-MLLM/methods.py official repository unverified MIT (permissive) · 0f3a60de73d84bd9 · report

Tasks

Question AnsweringVisual Question Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections