FaCT: Faithful Concept Traces for Explaining Neural Network Decisions
Amin Parchami-Araghi, Sukrut Rao, Jonas Fischer, Bernt Schiele
TL;DR
FaCT tackles the challenge of explaining neural decisions at a concept level by embedding faithful concept representations directly into the forward pass using B-cos transforms and bias-free Sparse Autoencoders. It enables each logit to be decomposed into contributions from interpretable concepts and provides input-grounded visualizations for every concept, while allowing cross-layer and cross-class concept hierarchies. To evaluate concept quality without human priors, the authors introduce the $C^2$-score, a foundation-model–based consistency metric that correlates with human interpretability. Empirically, FaCT yields diverse, shared concepts across CNNs and ViTs, achieves competitive ImageNet accuracy, and demonstrates superior concept consistency and interpretability compared with prior methods, offering a robust framework for trustworthy, faith-based explanations.
Abstract
Deep networks have shown remarkable performance across a wide range of tasks, yet getting a global concept-level understanding of how they function remains a key challenge. Many post-hoc concept-based approaches have been introduced to understand their workings, yet they are not always faithful to the model. Further, they make restrictive assumptions on the concepts a model learns, such as class-specificity, small spatial extent, or alignment to human expectations. In this work, we put emphasis on the faithfulness of such concept-based explanations and propose a new model with model-inherent mechanistic concept-explanations. Our concepts are shared across classes and, from any layer, their contribution to the logit and their input-visualization can be faithfully traced. We also leverage foundation models to propose a new concept-consistency metric, C$^2$-Score, that can be used to evaluate concept-based methods. We show that, compared to prior work, our concepts are quantitatively more consistent and users find our concepts to be more interpretable, all while retaining competitive ImageNet performance.
