Tell me why: Visual foundation models as self-explainable classifiers
Hugues Turbé, Mina Bjelogrlic, Gianmarco Mengaldo, Christian Lovis
TL;DR
ProtoFM tackles the interpretability bottleneck of visual foundation models by freezing a powerful VFM and training a lightweight prototypical head (~1M parameters). It introduces a student-teacher prototype scheme, cosine-based prototype matching, and a multi-task loss (assignment, alignment, contrastive, sparsity, and classification) to produce faithful, localized explanations. Through FunnyBirds-based evaluation and a wide ablation study, ProtoFM demonstrates state-of-the-art interpretability among prototypical-part models while maintaining competitive classification performance on CUB and CARS, and reasonable results on domain-specific data like RSNA. The approach offers practical benefits for deploying interpretable vision systems with limited trainable parameters and paves the way for richer, multi-modal explanations including textual descriptions.
Abstract
Visual foundation models (VFMs) have become increasingly popular due to their state-of-the-art performance. However, interpretability remains crucial for critical applications. In this sense, self-explainable models (SEM) aim to provide interpretable classifiers that decompose predictions into a weighted sum of interpretable concepts. Despite their promise, recent studies have shown that these explanations often lack faithfulness. In this work, we combine VFMs with a novel prototypical architecture and specialized training objectives. By training only a lightweight head (approximately 1M parameters) on top of frozen VFMs, our approach (ProtoFM) offers an efficient and interpretable solution. Evaluations demonstrate that our approach achieves competitive classification performance while outperforming existing models across a range of interpretability metrics derived from the literature. Code is available at https://github.com/hturbe/proto-fm.
