Clarity: The Flexibility-Interpretability Trade-Off in Sparsity-aware Concept Bottleneck Models
Konstantinos P. Panousis, Diego Marcos
TL;DR
This work tackles the interpretability challenge of sparsity-aware concept bottleneck models (CBMs) in vision-language contexts by introducing Clarity, a metric that jointly accounts for sparsity, concept-prediction precision, and downstream accuracy. It systematically analyzes two CBM backbones (attribute-predictor-based and Vision-Language Model–based) under three per-example sparsity schemes: $\ell_1$, $\ell_0$ with Hard Concrete, and Bernoulli-based sparsity, using an amortized per-example selector $W_s$ to produce sparse concept activations. The framework enables objective interpretability evaluation on datasets with ground-truth attributes (CUB and SUN) and reveals a robust trade-off: methods with high flexibility can exhibit lower interpretability (clarity) unless carefully tuned, while higher sparsity often improves precision but may reduce task performance. The findings argue for evaluating interpretability with metrics beyond accuracy or sparsity alone and provide a principled path for designing CBMs that balance interpretability and performance in real-world applications. The work contributes a novel amortized sparsity mechanism, a formal clarity metric, and empirical evidence that sparsity-aware approaches require deliberate trade-off management to yield truly interpretable representations.
Abstract
The widespread adoption of Vision-Language Models (VLMs) across fields has amplified concerns about model interpretability. Distressingly, these models are often treated as black-boxes, with limited or non-existent investigation of their decision making process. Despite numerous post- and ante-hoc interepretability methods, systematic and objective evaluation of the learned representations remains limited, particularly for sparsity-aware methods that are increasingly considered to "induce interpretability". In this work, we focus on Concept Bottleneck Models and investigate how different modeling decisions affect the emerging representations. We introduce the notion of clarity, a measure, capturing the interplay between the downstream performance and the sparsity and precision of the concept representation, while proposing an interpretability assessment framework using datasets with ground truth concept annotations. We consider both VLM- and attribute predictor-based CBMs, and three different sparsity-inducing strategies: per example $\ell_1, \ell_0$ and Bernoulli-based formulations. Our experiments reveal a critical trade-off between flexibility and interpretability, under which a given method can exhibit markedly different behaviors even at comparable performance levels. The code will be made publicly available upon publication.
