Energy-Based Concept Bottleneck Models: Unifying Prediction, Concept Intervention, and Probabilistic Interpretations
Xinyue Xu, Yi Qin, Lu Mi, Hao Wang, Xiaomeng Li
TL;DR
The paper tackles the interpretability gap in concept bottleneck models by introducing Energy-Based Concept Bottleneck Models (ECBMs), which define a joint energy over input, concepts, and class labels using three neural energy networks. This structure enables unified probabilistic prediction, concept correction, and rich conditional interpretations such as $p(\mathbf{c}|\mathbf{y})$, $p(c_k|\mathbf{y},c_{k'})$, and $p(\mathbf{c}_{-k},\mathbf{y}|\mathbf{x},c_k)$. ECBMs are trained with a composite loss $\mathcal{L}_{total}^{all}=\mathcal{L}_{class}+\lambda_c\mathcal{L}_{concept}+\lambda_g\mathcal{L}_{global}$ and perform inference by optimizing the joint energy, with test-time interventions capable of propagating corrections to correlated concepts. Empirical results on real-world datasets show ECBMs outperforming state-of-the-art baselines in concept-related metrics and providing near-ground-truth alignments for conditional concept importance, underscoring their potential for more interpretable and robust decision-making. The work offers a concrete path toward interpretable models that preserve predictive power while delivering deeper insights into concept–concept–label dynamics.
Abstract
Existing methods, such as concept bottleneck models (CBMs), have been successful in providing concept-based interpretations for black-box deep learning models. They typically work by predicting concepts given the input and then predicting the final class label given the predicted concepts. However, (1) they often fail to capture the high-order, nonlinear interaction between concepts, e.g., correcting a predicted concept (e.g., "yellow breast") does not help correct highly correlated concepts (e.g., "yellow belly"), leading to suboptimal final accuracy; (2) they cannot naturally quantify the complex conditional dependencies between different concepts and class labels (e.g., for an image with the class label "Kentucky Warbler" and a concept "black bill", what is the probability that the model correctly predicts another concept "black crown"), therefore failing to provide deeper insight into how a black-box model works. In response to these limitations, we propose Energy-based Concept Bottleneck Models (ECBMs). Our ECBMs use a set of neural networks to define the joint energy of candidate (input, concept, class) tuples. With such a unified interface, prediction, concept correction, and conditional dependency quantification are then represented as conditional probabilities, which are generated by composing different energy functions. Our ECBMs address both limitations of existing CBMs, providing higher accuracy and richer concept interpretations. Empirical results show that our approach outperforms the state-of-the-art on real-world datasets.
