If Concept Bottlenecks are the Question, are Foundation Models the Answer?
Nicola Debole, Pietro Barbiero, Francesco Giannini, Andrea Passerini, Stefano Teso, Emanuele Marconato
TL;DR
This work scrutinizes Concept Bottleneck Models (CBMs) and the trend of using Vision-Language Model (VLM) supervision to replace expert concept annotations. It introduces four concept-quality metrics—$\\mathsf{AUC}(C)$, LEAK, DIS, and OIS—to quantify accuracy, leakage, disentanglement, and unwanted correlations, and applies them to three datasets (Shapes3D, CelebA, CUB) across several architectures. The empirical findings show that VLM supervision can produce correct labels even when concept quality is poor, with label accuracy not reliably tracking concept quality, and that leakage and impurity can be substantial depending on dataset and VLM used. The paper concludes that while VLM-CBMs broaden applicability, they do not yet match expert annotations in preserving interpretable concept representations, and it outlines strategies for making VLM-CBMs more robust and trustworthy in practice.
Abstract
Concept Bottleneck Models (CBMs) are neural networks designed to conjoin high performance with ante-hoc interpretability. CBMs work by first mapping inputs (e.g., images) to high-level concepts (e.g., visible objects and their properties) and then use these to solve a downstream task (e.g., tagging or scoring an image) in an interpretable manner. Their performance and interpretability, however, hinge on the quality of the concepts they learn. The go-to strategy for ensuring good quality concepts is to leverage expert annotations, which are expensive to collect and seldom available in applications. Researchers have recently addressed this issue by introducing "VLM-CBM" architectures that replace manual annotations with weak supervision from foundation models. It is however unclear what is the impact of doing so on the quality of the learned concepts. To answer this question, we put state-of-the-art VLM-CBMs to the test, analyzing their learned concepts empirically using a selection of significant metrics. Our results show that, depending on the task, VLM supervision can sensibly differ from expert annotations, and that concept accuracy and quality are not strongly correlated. Our code is available at https://github.com/debryu/CQA.
