A Self-explaining Neural Architecture for Generalizable Concept Learning
Sanchit Sinha, Guangzhi Xiong, Aidong Zhang
TL;DR
This work tackles the problem of explainability in deep concept learning by addressing two core deficiencies: concept fidelity across similar classes and concept interoperability across domains. It introduces a self-explaining framework, Representative Concept Extraction (RCE), augmented with Self-Supervised Contrastive Learning (CCL) for domain invariance and Prototype-based Concept Grounding (PCG) to align concepts across domains. Through end-to-end training with a composite loss that combines reconstruction, classification, and contrastive regularization, the approach achieves superior domain adaptation and higher concept fidelity across four real-world datasets, with qualitative demonstrations of domain-aligned prototypes. The findings suggest that learning domain-invariant, human-interpretable concepts can be both accurate and transferable, offering practical benefits for trustworthy AI in cross-domain settings.
Abstract
With the wide proliferation of Deep Neural Networks in high-stake applications, there is a growing demand for explainability behind their decision-making process. Concept learning models attempt to learn high-level 'concepts' - abstract entities that align with human understanding, and thus provide interpretability to DNN architectures. However, in this paper, we demonstrate that present SOTA concept learning approaches suffer from two major problems - lack of concept fidelity wherein the models fail to learn consistent concepts among similar classes and limited concept interoperability wherein the models fail to generalize learned concepts to new domains for the same task. Keeping these in mind, we propose a novel self-explaining architecture for concept learning across domains which - i) incorporates a new concept saliency network for representative concept selection, ii) utilizes contrastive learning to capture representative domain invariant concepts, and iii) uses a novel prototype-based concept grounding regularization to improve concept alignment across domains. We demonstrate the efficacy of our proposed approach over current SOTA concept learning approaches on four widely used real-world datasets. Empirical results show that our method improves both concept fidelity measured through concept overlap and concept interoperability measured through domain adaptation performance.
