Concept-Based Unsupervised Domain Adaptation
Xinyue Xu, Yueying Hu, Hui Tang, Yi Qin, Lu Mi, Hao Wang, Xiaomeng Li
TL;DR
CUDA tackles domain shift in Concept Bottleneck Models by learning domain-invariant concept embeddings through adversarial training with a relaxed uniform alignment, allowing concept distributions to differ across domains up to a threshold $\tau$. It provides a theoretical target-domain error bound that decomposes risk into a ground-truth-concept source error, a domain-discrepancy term $d_{\mathcal{H}\Delta\mathcal{H}}$, and a concept-prediction error term, plus $R \cdot \mathbb{E}_S[\|\widehat{\boldsymbol{c}} - \boldsymbol{c}\|_2]$; with $\tau = \log 2$ this yields uniform alignment. The method achieves significant improvements over state-of-the-art CBM and DA baselines on eight real-world datasets, while maintaining interpretability through explicit concept predictions. It thus establishes new benchmarks for concept-based domain adaptation and opens avenues for robust, interpretable deployment in real-world shifts.
Abstract
Concept Bottleneck Models (CBMs) enhance interpretability by explaining predictions through human-understandable concepts but typically assume that training and test data share the same distribution. This assumption often fails under domain shifts, leading to degraded performance and poor generalization. To address these limitations and improve the robustness of CBMs, we propose the Concept-based Unsupervised Domain Adaptation (CUDA) framework. CUDA is designed to: (1) align concept representations across domains using adversarial training, (2) introduce a relaxation threshold to allow minor domain-specific differences in concept distributions, thereby preventing performance drop due to over-constraints of these distributions, (3) infer concepts directly in the target domain without requiring labeled concept data, enabling CBMs to adapt to diverse domains, and (4) integrate concept learning into conventional domain adaptation (DA) with theoretical guarantees, improving interpretability and establishing new benchmarks for DA. Experiments demonstrate that our approach significantly outperforms the state-of-the-art CBM and DA methods on real-world datasets.
