paper-with-me

홈 › Papers

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

2024-07-18 · 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.

📄 PDF Abstract BibTeX arXiv:2408.01432

Code (1)

trustworthy-ml-lab/vlg-cbm 공식 구현 pytorch

Tasks

Avg

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CoBELa: Steering Transparent Generation via Concept Bottlenecks on Energy Landscapes

2025-07-11 · Sangwon Kim, Kyoungoh Lee, Jeyoun Dong, Kwang-Ju Kim arxiv

Generative concept bottleneck models aim to enable interpretable generation by routing synthesis through explicit, user-facing concepts. In practice, prior approaches often rely on non-explicit bottleneck representations…

Uncertainty-aware Language Guidance for Concept Bottleneck Models

2026-02-26 · Yangyi Li, Mengdi Huai arxiv

Concept Bottleneck Models (CBMs) provide inherent interpretability by first mapping input samples to high-level semantic concepts, followed by a combination of these concepts for the final classification. However, the an…

V2C-CBM: Building Concept Bottlenecks with Vision-to-Concept Tokenizer

2025-01-09 · Hangzhou He, Lei Zhu, Xinliang Zhang, Shuang Zeng 외

Concept Bottleneck Models (CBMs) offer inherent interpretability by initially translating images into human-comprehensible concepts, followed by a linear combination of these concepts for classification. However, the ann…

LG-CAV: Train Any Concept Activation Vector with Language Guidance

2024-10-14 · Qihan Huang, Jie Song, Mengqi Xue, Haofei Zhang 외

Concept activation vector (CAV) has attracted broad research interest in explainable AI, by elegantly attributing model predictions to specific concepts. However, the training of CAV often necessitates a large number of …

Language ModelingLanguage Modelling

Flexible Concept Bottleneck Model

2025-11-10 · Xingbo Du, Qiantong Dou, Lei Fan, Rui Zhang arxiv

Concept bottleneck models (CBMs) improve neural network interpretability by introducing an intermediate layer that maps human-understandable concepts to predictions. Recent work has explored the use of vision-language mo…