Papers › Prism: A Framework for Decoupling and Assessing the Capabilities of VLMs

Prism: A Framework for Decoupling and Assessing the Capabilities of VLMs

20 Jun 2024arXiv:2406.14544archive 2025-07-28

Yuxuan Qiao, Haodong Duan, Xinyu Fang, Junming Yang, Lin Chen, Songyang Zhang, Jiaqi Wang, Dahua Lin, Kai Chen

Vision Language Models (VLMs) demonstrate remarkable proficiency in addressing a wide array of visual questions, which requires strong perception and reasoning faculties. Assessing these two competencies independently is crucial for model refinement, despite the inherent difficulty due to the intertwined nature of seeing and reasoning in existing VLMs. To tackle this issue, we present Prism, an innovative framework designed to disentangle the perception and reasoning processes involved in visual question solving. Prism comprises two distinct stages: a perception stage that utilizes a VLM to extract and articulate visual information in textual form, and a reasoning stage that formulates responses based on the extracted visual information using a Large Language Model (LLM). This modular design enables the systematic comparison and assessment of both proprietary and open-source VLM for their perception and reasoning strengths. Our analytical framework provides several valuable insights, underscoring Prism's potential as a cost-effective solution for vision-language tasks. By combining a streamlined VLM focused on perception with a powerful LLM tailored for reasoning, Prism achieves superior results in general vision-language tasks while substantially cutting down on training and operational expenses. Quantitative evaluations show that Prism, when configured with a vanilla 2B LLaVA and freely accessible GPT-3.5, delivers performance on par with VLMs 10 × larger on the rigorous multimodal benchmark MMStar. The project is released at: https://github.com/SparksJoe/Prism.

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="2406.14544")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 9 ran with no contract checked.

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

sparksjoe/prism officialmentioned in paperpytorchApache-2.0 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

13 samples harvested; 9 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.

9ran
4unverified

Licence: 0 of the 13 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 sparksjoe/prism. “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.

build_infer_prompt_external sparksjoe/prism/decouple/backend/infer_post.py official repository ran fingerprinted Apache-2.0 (permissive) · 8bdcf085b248249f · report
build_self_prompt sparksjoe/prism/decouple/utils/gen_prompt.py official repository ran Apache-2.0 (permissive) · 421a7f9b22e1d136 · report
get_img_list sparksjoe/prism/decouple/utils/custom_generate.py official repository ran Apache-2.0 (permissive) · 38177a2f6d6736c3 · report
get_llm_kwargs sparksjoe/prism/decouple/frontend/config.py official repository ran fingerprinted Apache-2.0 (permissive) · 478f17d8cc24eadb · report
get_text sparksjoe/prism/decouple/utils/custom_generate.py official repository ran Apache-2.0 (permissive) · 096b5e8d53a413d3 · report
get_vision_kwargs sparksjoe/prism/decouple/frontend/config.py official repository ran fingerprinted Apache-2.0 (permissive) · 8abbb5ceda9646b9 · report
mapping sparksjoe/prism/decouple/frontend/config.py official repository ran fingerprinted Apache-2.0 (permissive) · 7938b805a125ce03 · report
single_turn sparksjoe/prism/decouple/utils/custom_generate.py official repository ran Apache-2.0 (permissive) · 0da0a6e326068400 · report
update_cfg sparksjoe/prism/decouple/args2cfg.py official repository ran Apache-2.0 (permissive) · 2b96dc0a427c1da9 · report
build_infer_prompt sparksjoe/prism/decouple/backend/infer_post.py official repository unverified Apache-2.0 (permissive) · efa8cde9d71c369f · report
failure_cases sparksjoe/prism/decouple/frontend/describer.py official repository unverified Apache-2.0 (permissive) · c61de44c7f11cb36 · report
failure_check sparksjoe/prism/decouple/frontend/describer.py official repository unverified Apache-2.0 (permissive) · 53a8dec6eb345381 · report
get_infer_filename sparksjoe/prism/decouple/backend/infer_post.py official repository unverified Apache-2.0 (permissive) · e1c8662f401c38b7 · report

Tasks

Language ModellingLarge Language Model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutGPT-3Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

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