Adaptive Concept Bottleneck for Foundation Models Under Distribution Shifts
Jihye Choi, Jayaram Raghuram, Yixuan Li, Somesh Jha
TL;DR
This work tackles the challenge of deploying interpretable CBMs on foundation-model backbones when test-time distribution shifts occur. It introduces CONDA, a three-component, test-time adaptation framework consisting of Concept Score Alignment, Linear Probing Adaptation, and a Residual Concept Bottleneck, designed to operate with unlabeled target data and without access to source data. Through extensive experiments across CIFAR-C, Waterbirds, Metashift, and Camelyon17, CONDA consistently improves target performance and yields concept-based explanations that align with the shifted data, sometimes matching or surpassing non-interpretable baselines. The findings demonstrate the practical viability of interpretable foundation-model pipelines in real-world deployments and point to future work on theoretical guarantees and more robust pseudo-labeling techniques.
Abstract
Advancements in foundation models (FMs) have led to a paradigm shift in machine learning. The rich, expressive feature representations from these pre-trained, large-scale FMs are leveraged for multiple downstream tasks, usually via lightweight fine-tuning of a shallow fully-connected network following the representation. However, the non-interpretable, black-box nature of this prediction pipeline can be a challenge, especially in critical domains such as healthcare, finance, and security. In this paper, we explore the potential of Concept Bottleneck Models (CBMs) for transforming complex, non-interpretable foundation models into interpretable decision-making pipelines using high-level concept vectors. Specifically, we focus on the test-time deployment of such an interpretable CBM pipeline "in the wild", where the input distribution often shifts from the original training distribution. We first identify the potential failure modes of such a pipeline under different types of distribution shifts. Then we propose an adaptive concept bottleneck framework to address these failure modes, that dynamically adapts the concept-vector bank and the prediction layer based solely on unlabeled data from the target domain, without access to the source (training) dataset. Empirical evaluations with various real-world distribution shifts show that our adaptation method produces concept-based interpretations better aligned with the test data and boosts post-deployment accuracy by up to 28%, aligning the CBM performance with that of non-interpretable classification.
