Papers › VLG-CBM: Training Concept Bottleneck Models with Vision-Language Guidance

VLG-CBM: Training Concept Bottleneck Models with Vision-Language Guidance

18 Jul 2024arXiv:2408.01432archive 2025-07-28

Divyansh Srivastava, Ge Yan, Tsui-Wei Weng

Concept Bottleneck Models (CBMs) provide interpretable prediction by introducing an intermediate Concept Bottleneck Layer (CBL), which encodes human-understandable concepts to explain models' decision. Recent works proposed to utilize Large Language Models and pre-trained Vision-Language Models to automate the training of CBMs, making it more scalable and automated. However, existing approaches still fall short in two aspects: First, the concepts predicted by CBL often mismatch the input image, raising doubts about the faithfulness of interpretation. Second, it has been shown that concept values encode unintended information: even a set of random concepts could achieve comparable test accuracy to state-of-the-art CBMs. To address these critical limitations, in this work, we propose a novel framework called Vision-Language-Guided Concept Bottleneck Model (VLG-CBM) to enable faithful interpretability with the benefits of boosted performance. Our method leverages off-the-shelf open-domain grounded object detectors to provide visually grounded concept annotation, which largely enhances the faithfulness of concept prediction while further improving the model performance. In addition, we propose a new metric called Number of Effective Concepts (NEC) to control the information leakage and provide better interpretability. Extensive evaluations across five standard benchmarks show that our method, VLG-CBM, outperforms existing methods by at least 4.27% and up to 51.09% on Accuracy at NEC=5 (denoted as ANEC-5), and by at least 0.45% and up to 29.78% on average accuracy (denoted as ANEC-avg), while preserving both faithfulness and interpretability of the learned concepts as demonstrated in extensive experiments.

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

Code

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

By repository: found in paper text by Syntology: 19 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.

trustworthy-ml-lab/vlg-cbm officialmentioned in papermentioned on GitHubpytorch 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

19 samples harvested; 12 ran; 1 honoured the contract we drafted; 7 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 · honoured contract
5ran · our draft was wrong
6ran
7unverified

Licence: 19 of the 19 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 Trustworthy-ML-Lab/Label-free-CBM. “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.

basic_clean Trustworthy-ML-Lab/Label-free-CBM/clip/simple_tokenizer.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 98f385d847636a3e · report
cos_similarity Trustworthy-ML-Lab/Label-free-CBM/similarity.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · cc642412d4347cce · report
format_value Trustworthy-ML-Lab/Label-free-CBM/plots.py found in paper text by Syntology ran no licence file found · pointer only · 977ef28dbc4a682a · report
get_activation Trustworthy-ML-Lab/Label-free-CBM/utils.py found in paper text by Syntology ran no licence file found · pointer only · 680ec5c6103dc854 · report
get_device Trustworthy-ML-Lab/Label-free-CBM/glm_saga/elasticnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 406014b884a2aaa7 · report
get_init_conceptnet Trustworthy-ML-Lab/Label-free-CBM/conceptset_utils.py found in paper text by Syntology ran no licence file found · pointer only · 48f671cc09cab33f · report
get_pairs Trustworthy-ML-Lab/Label-free-CBM/clip/simple_tokenizer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d919ae32e5e4e616 · report
get_save_names Trustworthy-ML-Lab/Label-free-CBM/utils.py found in paper text by Syntology ran no licence file found · pointer only · c6a6eb6a488f7d1a · report
get_similarity_from_activations Trustworthy-ML-Lab/Label-free-CBM/utils.py found in paper text by Syntology ran no licence file found · pointer only · 192f187efaa61625 · report
remove_too_long Trustworthy-ML-Lab/Label-free-CBM/conceptset_utils.py found in paper text by Syntology ran no licence file found · pointer only · 00efcf0359457b86 · report
soft_threshold Trustworthy-ML-Lab/Label-free-CBM/glm_saga/elasticnet.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · bfe4b187a1c5aeaf · report
whitespace_clean Trustworthy-ML-Lab/Label-free-CBM/clip/simple_tokenizer.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 9542161e9640b858 · report
add_index_to_dataloader Trustworthy-ML-Lab/Label-free-CBM/glm_saga/elasticnet.py found in paper text by Syntology unverified no licence file found · pointer only · 7798dffe63b4a970 · report
build_model Trustworthy-ML-Lab/Label-free-CBM/clip/model.py found in paper text by Syntology unverified no licence file found · pointer only · 3662e54c46137680 · report
cos_similarity_cubed Trustworthy-ML-Lab/Label-free-CBM/similarity.py found in paper text by Syntology unverified no licence file found · pointer only · 892d44d97047a10d · report
cos_similarity_cubed_single Trustworthy-ML-Lab/Label-free-CBM/similarity.py found in paper text by Syntology unverified no licence file found · pointer only · cf659682a960fdc0 · report
get_data Trustworthy-ML-Lab/Label-free-CBM/data_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 50160a0b071c120c · report
get_targets_only Trustworthy-ML-Lab/Label-free-CBM/data_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 111e91ef3f6b1e38 · report
load Trustworthy-ML-Lab/Label-free-CBM/clip/clip.py found in paper text by Syntology unverified no licence file found · pointer only · b91b981015bbf498 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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