paper-with-me

Papers

Label-Free Concept Bottleneck Models

2023-04-12 · Tuomas Oikarinen, Subhro Das, Lam M. Nguyen, Tsui-Wei Weng

Concept bottleneck models (CBM) are a popular way of creating more interpretable neural networks by having hidden layer neurons correspond to human-understandable concepts. However, existing CBMs and their variants have two crucial limitations: first, they need to collect labeled data for each of the predefined concepts, which is time consuming and labor intensive; second, the accuracy of a CBM is often significantly lower than that of a standard neural network, especially on more complex datasets. This poor performance creates a barrier for adopting CBMs in practical real world applications. Motivated by these challenges, we propose Label-free CBM which is a novel framework to transform any neural network into an interpretable CBM without labeled concept data, while retaining a high accuracy. Our Label-free CBM has many advantages, it is: scalable - we present the first CBM scaled to ImageNet, efficient - creating a CBM takes only a few hours even for very large datasets, and automated - training it for a new dataset requires minimal human effort. Our code is available at https://github.com/Trustworthy-ML-Lab/Label-free-CBM. Finally, in Appendix B we conduct a large scale user evaluation of the interpretability of our method.

📄 PDF Abstract BibTeX arXiv:2304.06129

Code (2)

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

Similar Papers 제목 키워드 기반

Hierarchical, Interpretable, Label-Free Concept Bottleneck Model

2026-04-02 · Haodong Xie, Yujun Cai, Rahul Singh Maharjan, Yiwei Wang 외 arxiv

Concept Bottleneck Models (CBMs) introduce interpretability to black-box deep learning models by predicting labels through human-understandable concepts. However, unlike humans, who identify objects at different levels o…

Caption Bottleneck Models

2026-07-01 · Seref Baris Cagliyan, Umut Ozdemir, Merve Tapli, Emre Akbas arxiv

Concept Bottleneck Models (CBMs) provide interpretability by routing predictions through a layer of human-understandable concepts. However, defining an optimal concept set for a specific dataset remains an open challenge…

Show and Tell: Visually Explainable Deep Neural Nets via Spatially-Aware Concept Bottleneck Models

2025-02-27 · CVPR 2025 1 · Itay Benou, Tammy Riklin-Raviv

Modern deep neural networks have now reached human-level performance across a variety of tasks. However, unlike humans they lack the ability to explain their decisions by showing where and telling what concepts guided th…

Zero Shot Segmentation

Locality-aware Concept Bottleneck Model

2025-08-20 · Sujin Jeon, Hyundo Lee, Eungseo Kim, Sanghack Lee 외 arxiv

Concept bottleneck models (CBMs) are inherently interpretable models that make predictions based on human-understandable visual cues, referred to as concepts. As obtaining dense concept annotations with human labeling is…

PrivLEX: Detecting legal concepts in images through Vision-Language Models

2026-01-14 · Darya Baranouskaya, Andrea Cavallaro arxiv

We present PrivLEX, a novel image privacy classifier that grounds its decisions in legally defined personal data concepts. PrivLEX is the first interpretable privacy classifier aligned with legal concepts that leverages …