paper-with-me

홈 › Papers

Beyond Concept Bottleneck Models: How to Make Black Boxes Intervenable?

2024-01-24 · Sonia Laguna, Ričards Marcinkevičs, Moritz Vandenhirtz, Julia E. Vogt

Recently, interpretable machine learning has re-explored concept bottleneck models (CBM). An advantage of this model class is the user's ability to intervene on predicted concept values, affecting the downstream output. In this work, we introduce a method to perform such concept-based interventions on pretrained neural networks, which are not interpretable by design, only given a small validation set with concept labels. Furthermore, we formalise the notion of intervenability as a measure of the effectiveness of concept-based interventions and leverage this definition to fine-tune black boxes. Empirically, we explore the intervenability of black-box classifiers on synthetic tabular and natural image benchmarks. We focus on backbone architectures of varying complexity, from simple, fully connected neural nets to Stable Diffusion. We demonstrate that the proposed fine-tuning improves intervention effectiveness and often yields better-calibrated predictions. To showcase the practical utility of our techniques, we apply them to deep chest X-ray classifiers and show that fine-tuned black boxes are more intervenable than CBMs. Lastly, we establish that our methods are still effective under vision-language-model-based concept annotations, alleviating the need for a human-annotated validation set.

📄 PDF Abstract BibTeX arXiv:2401.13544

Code (1)

sonialagunac/beyond-cbm 공식 구현 pytorch

Tasks

Interpretable Machine LearningLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

GlassMol: Interpretable Molecular Property Prediction with Concept Bottleneck Models

2026-03-01 · Oscar Rivera, Ziqing Wang, Matthieu Dagommer, Abhishek Pandey 외 arxiv

Machine learning accelerates molecular property prediction, yet state-of-the-art Large Language Models and Graph Neural Networks operate as black boxes. In drug discovery, where safety is critical, this opacity risks mas…

Molecular Property PredictionDrug Discovery

Relational Concept Bottleneck Models

2023-08-23 · Pietro Barbiero, Francesco Giannini, Gabriele Ciravegna, Michelangelo Diligenti 외

The design of interpretable deep learning models working in relational domains poses an open challenge: interpretable deep learning methods, such as Concept Bottleneck Models (CBMs), are not designed to solve relational …

Deep Learningimage-classificationImage ClassificationKnowledge Graphs+1

Multimodal Concept Bottleneck Models

2026-06-18 · Tongqing Shi, Ge Yan, Tuomas Oikarinen, Tsui-Wei Weng arxiv

Concept Bottleneck Models (CBMs) enhance the interpretability of deep learning networks by aligning the features extracted from images with natural concepts. However, existing CBMs are constrained in their ability to gen…

Image Retrieval

Incremental Residual Concept Bottleneck Models

2024-04-13 · CVPR 2024 1 · Chenming Shang, Shiji Zhou, Hengyuan Zhang, Xinzhe Ni 외

Concept Bottleneck Models (CBMs) map the black-box visual representations extracted by deep neural networks onto a set of interpretable concepts and use the concepts to make predictions, enhancing the transparency of the…

Decision MakingDescriptive

Process-Guided Concept Bottleneck Model

2026-01-15 · Reza M. Asiyabi, SEOSAW Partnership, Steven Hancock, Casey Ryan arxiv

Concept Bottleneck Models (CBMs) improve the explainability of black-box Deep Learning (DL) by introducing intermediate semantic concepts. However, standard CBMs often overlook domain-specific relationships and causal me…

Density Estimation