Gnothi Seauton: Empowering Faithful Self-Interpretability in Black-Box Transformers
Shaobo Wang, Hongxuan Tang, Mingyang Wang, Hongrui Zhang, Xuyang Liu, Weiya Li, Xuming Hu, Linfeng Zhang
TL;DR
The paper addresses the XAI gap between self-interpretable models and post-hoc explanations by proposing AutoGnothi, a parameter-efficient pipeline that side-tunes lightweight surrogates and explainers to enable faithful Shapley-value explanations without altering the original backbone. It provides theoretical guarantees for surrogate and explainer training and demonstrates substantial reductions in training memory, parameter counts, and inference costs while maintaining or improving explanation quality on vision (ViT) and language (BERT) tasks. AutoGnothi enables single-pass inference for predictions and explanations, offering practical benefits for high-stakes decisions. Overall, the work advances practical self-interpretability for black-box transformers through Ladder Side-Tuning and SURROGATE+EXPLAINER joint optimization that preserves accuracy and fidelity of explanations across domains.
Abstract
The debate between self-interpretable models and post-hoc explanations for black-box models is central to Explainable AI (XAI). Self-interpretable models, such as concept-based networks, offer insights by connecting decisions to human-understandable concepts but often struggle with performance and scalability. Conversely, post-hoc methods like Shapley values, while theoretically robust, are computationally expensive and resource-intensive. To bridge the gap between these two lines of research, we propose a novel method that combines their strengths, providing theoretically guaranteed self-interpretability for black-box models without compromising prediction accuracy. Specifically, we introduce a parameter-efficient pipeline, AutoGnothi, which integrates a small side network into the black-box model, allowing it to generate Shapley value explanations without changing the original network parameters. This side-tuning approach significantly reduces memory, training, and inference costs, outperforming traditional parameter-efficient methods, where full fine-tuning serves as the optimal baseline. AutoGnothi enables the black-box model to predict and explain its predictions with minimal overhead. Extensive experiments show that AutoGnothi offers accurate explanations for both vision and language tasks, delivering superior computational efficiency with comparable interpretability.
