Papers › DEAL: Disentangle and Localize Concept-level Explanations for VLMs

DEAL: Disentangle and Localize Concept-level Explanations for VLMs

19 Jul 2024arXiv:2407.14412archive 2025-07-28

Tang Li, Mengmeng Ma, Xi Peng

Large pre-trained Vision-Language Models (VLMs) have become ubiquitous foundational components of other models and downstream tasks. Although powerful, our empirical results reveal that such models might not be able to identify fine-grained concepts. Specifically, the explanations of VLMs with respect to fine-grained concepts are entangled and mislocalized. To address this issue, we propose to DisEntAngle and Localize (DEAL) the concept-level explanations for VLMs without human annotations. The key idea is encouraging the concept-level explanations to be distinct while maintaining consistency with category-level explanations. We conduct extensive experiments and ablation studies on a wide range of benchmark datasets and vision-language models. Our empirical results demonstrate that the proposed method significantly improves the concept-level explanations of the model in terms of disentanglability and localizability. Surprisingly, the improved explainability alleviates the model's reliance on spurious correlations, which further benefits the prediction accuracy.

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

Code

Syntology Ran 12 of 18 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 7 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

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

tangli-udel/DEAL officialmentioned 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

18 samples harvested; 12 ran; 0 honoured the contract we drafted; 6 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
7ran · our draft was wrong
1ran · fixture could not drive it
3ran
6unverified

Licence: 0 of the 18 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 tangli-udel/DEAL. “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.

aggregate_similarity tangli-udel/DEAL/load.py official repository ran · fixture could not drive it MIT (permissive) · 3936ee935ec8fce1 · report
basic_clean tangli-udel/DEAL/CLIP/clip/simple_tokenizer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 98f385d847636a3e · report
batch_gradCAM tangli-udel/DEAL/explainer.py official repository ran MIT (permissive) · 0173b09907880333 · report
get_pairs tangli-udel/DEAL/CLIP/clip/simple_tokenizer.py official repository ran · our draft was wrong MIT (permissive) · d919ae32e5e4e616 · report
gradCAM tangli-udel/DEAL/explainer.py official repository ran MIT (permissive) · 0ec4cd6b1e544f4c · report
load_json tangli-udel/DEAL/loading_helpers.py official repository ran · our draft was wrong MIT (permissive) · 1069918b276d2855 · report
make_descriptor_sentence tangli-udel/DEAL/loading_helpers.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 6775b1940ad09da2 · report
multi_head_attention_forward tangli-udel/DEAL/CLIP/clip/auxilary.py official repository ran MIT (permissive) · 33c1a0c844a11c56 · report
normalize_heatmap tangli-udel/DEAL/loss.py official repository ran · violated contract fingerprinted MIT (permissive) · e9b027ab862daf7d · report
stringtolist tangli-udel/DEAL/descriptor_strings.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 46062947cf3ab0e6 · report
whitespace_clean tangli-udel/DEAL/CLIP/clip/simple_tokenizer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9542161e9640b858 · report
wordify tangli-udel/DEAL/loading_helpers.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 1812ba359126089a · report
build_model tangli-udel/DEAL/CLIP/clip/model.py official repository unverified MIT (permissive) · 7ecaa1ab867d461d · report
interpret tangli-udel/DEAL/explainer.py official repository unverified MIT (permissive) · 8bd4fcd6be04a6f6 · report
interpret tangli-udel/DEAL/CLIP/example.py official repository unverified MIT (permissive) · 348977282f211827 · report
load tangli-udel/DEAL/CLIP/clip/clip.py official repository unverified MIT (permissive) · f764db9d0498c5c4 · report
mod_stringtolist tangli-udel/DEAL/descriptor_strings.py official repository unverified MIT (permissive) · 0eac6e65494da061 · report
stringtolist_opt tangli-udel/DEAL/descriptor_strings.py official repository unverified MIT (permissive) · 1fa486482cc060ee · report

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