Papers › Cognitive Visual-Language Mapper: Advancing Multimodal Comprehension with Enhanced...

Cognitive Visual-Language Mapper: Advancing Multimodal Comprehension with Enhanced Visual Knowledge Alignment

21 Feb 2024arXiv:2402.13561archive 2025-07-28

Yunxin Li, Xinyu Chen, Baotian Hu, Haoyuan Shi, Min Zhang

Evaluating and Rethinking the current landscape of Large Multimodal Models (LMMs), we observe that widely-used visual-language projection approaches (e.g., Q-former or MLP) focus on the alignment of image-text descriptions yet ignore the visual knowledge-dimension alignment, i.e., connecting visuals to their relevant knowledge. Visual knowledge plays a significant role in analyzing, inferring, and interpreting information from visuals, helping improve the accuracy of answers to knowledge-based visual questions. In this paper, we mainly explore improving LMMs with visual-language knowledge alignment, especially aimed at challenging knowledge-based visual question answering (VQA). To this end, we present a Cognitive Visual-Language Mapper (CVLM), which contains a pretrained Visual Knowledge Aligner (VKA) and a Fine-grained Knowledge Adapter (FKA) used in the multimodal instruction tuning stage. Specifically, we design the VKA based on the interaction between a small language model and a visual encoder, training it on collected image-knowledge pairs to achieve visual knowledge acquisition and projection. FKA is employed to distill the fine-grained visual knowledge of an image and inject it into Large Language Models (LLMs). We conduct extensive experiments on knowledge-based VQA benchmarks and experimental results show that CVLM significantly improves the performance of LMMs on knowledge-based VQA (average gain by 5.0%). Ablation studies also verify the effectiveness of VKA and FKA, respectively. The codes are available at https://github.com/HITsz-TMG/Cognitive-Visual-Language-Mapper

PaperPDFCodeCode 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="2402.13561")

Code

Syntology Ran 6 of 10 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 4 ran with no contract checked.

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

hitsz-tmg/cognitive-visual-language-mapper officialmentioned in papermentioned on GitHubjax 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

10 samples harvested; 6 ran; 0 honoured the contract we drafted; 4 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.

1ran · violated contract
1ran · our draft was wrong
4ran
4unverified

Licence: 10 of the 10 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 hitsz-tmg/cognitive-visual-language-mapper. “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.

get_2d_sincos_pos_embed hitsz-tmg/cognitive-visual-language-mapper/Qwen/Qwen_VL/visual.py official repository ran fingerprinted no licence file found · pointer only · 77e8a3ac46f3afec · report
get_abs_pos hitsz-tmg/cognitive-visual-language-mapper/Qwen/Qwen_VL/visual.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 50c4398a8645438a · report
get_eval hitsz-tmg/cognitive-visual-language-mapper/LLaVA/llava/eval/eval_gpt_review_visual.py official repository ran no licence file found · pointer only · fb48214e8ea84c17 · report
init_to_zero hitsz-tmg/cognitive-visual-language-mapper/LLaVA/llava/model/language_model/mpt/flash_attn_triton.py official repository ran no licence file found · pointer only · 1586b639a5abd0b0 · report
parse_score hitsz-tmg/cognitive-visual-language-mapper/LLaVA/llava/eval/eval_gpt_review_visual.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 763f6fe20bd52fbb · report
preprocess hitsz-tmg/cognitive-visual-language-mapper/Qwen/finetune.py official repository ran no licence file found · pointer only · 9770697ce0d31740 · report
flash_attn_fn hitsz-tmg/cognitive-visual-language-mapper/LLaVA/llava/model/language_model/mpt/attention.py official repository unverified no licence file found · pointer only · 69a085d27f83db2a · report
get_2d_sincos_pos_embed_from_grid hitsz-tmg/cognitive-visual-language-mapper/Qwen/Qwen_VL/visual.py official repository unverified no licence file found · pointer only · 2884deadbb637c3e · report
scaled_multihead_dot_product_attention hitsz-tmg/cognitive-visual-language-mapper/LLaVA/llava/model/language_model/mpt/attention.py official repository unverified no licence file found · pointer only · cd623891235b1d02 · report
triton_flash_attn_fn hitsz-tmg/cognitive-visual-language-mapper/LLaVA/llava/model/language_model/mpt/attention.py official repository unverified no licence file found · pointer only · a27f1a3818430d86 · report

Tasks

Language ModellingQuestion AnsweringSmall Language ModelVisual Question AnsweringVisual Question Answering (VQA)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdapterFocus

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