LGAICLCVGTOct 29, 2024

Gnothi Seauton: Empowering Faithful Self-Interpretability in Black-Box Transformers

arXiv:2410.21815v23 citationsh-index: 12ICLR
Originality Incremental advance
AI Analysis

This work addresses the problem of high computational costs and resource intensity in providing faithful self-interpretability for black-box models, which is crucial for users in AI and ML fields, though it is incremental as it builds on existing methods like side-tuning.

The authors tackled the trade-off between self-interpretable models and post-hoc explanations in Explainable AI by proposing AutoGnothi, a parameter-efficient pipeline that integrates a small side network into black-box models to generate Shapley value explanations without compromising prediction accuracy, achieving superior computational efficiency with comparable interpretability in vision and language tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes