CVLGJun 15, 2022

ELUDE: Generating interpretable explanations via a decomposition into labelled and unlabelled features

arXiv:2206.07690v216 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses interpretability for users of complex deep learning models, offering a novel decomposition approach that is incremental by augmenting existing attribute-based methods.

The authors tackled the problem of explaining deep learning models by proposing ELUDE, a framework that decomposes predictions into explainable semantic attributes and uninterpretable features, enabling analysis of the unexplained portion of models.

Deep learning models have achieved remarkable success in different areas of machine learning over the past decade; however, the size and complexity of these models make them difficult to understand. In an effort to make them more interpretable, several recent works focus on explaining parts of a deep neural network through human-interpretable, semantic attributes. However, it may be impossible to completely explain complex models using only semantic attributes. In this work, we propose to augment these attributes with a small set of uninterpretable features. Specifically, we develop a novel explanation framework ELUDE (Explanation via Labelled and Unlabelled DEcomposition) that decomposes a model's prediction into two parts: one that is explainable through a linear combination of the semantic attributes, and another that is dependent on the set of uninterpretable features. By identifying the latter, we are able to analyze the "unexplained" portion of the model, obtaining insights into the information used by the model. We show that the set of unlabelled features can generalize to multiple models trained with the same feature space and compare our work to two popular attribute-oriented methods, Interpretable Basis Decomposition and Concept Bottleneck, and discuss the additional insights ELUDE provides.

Foundations

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

Your Notes