paper-with-me

홈 › Papers

Disentangled Explanations of Neural Network Predictions by Finding Relevant Subspaces

2022-12-30 · Pattarawat Chormai, Jan Herrmann, Klaus-Robert Müller, Grégoire Montavon

Explainable AI aims to overcome the black-box nature of complex ML models like neural networks by generating explanations for their predictions. Explanations often take the form of a heatmap identifying input features (e.g. pixels) that are relevant to the model's decision. These explanations, however, entangle the potentially multiple factors that enter into the overall complex decision strategy. We propose to disentangle explanations by extracting at some intermediate layer of a neural network, subspaces that capture the multiple and distinct activation patterns (e.g. visual concepts) that are relevant to the prediction. To automatically extract these subspaces, we propose two new analyses, extending principles found in PCA or ICA to explanations. These novel analyses, which we call principal relevant component analysis (PRCA) and disentangled relevant subspace analysis (DRSA), maximize relevance instead of e.g. variance or kurtosis. This allows for a much stronger focus of the analysis on what the ML model actually uses for predicting, ignoring activations or concepts to which the model is invariant. Our approach is general enough to work alongside common attribution techniques such as Shapley Value, Integrated Gradients, or LRP. Our proposed methods show to be practically useful and compare favorably to the state of the art as demonstrated on benchmarks and three use cases.

📄 PDF Abstract BibTeX arXiv:2212.14855

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

DSNet: Disentangled Siamese Network with Neutral Calibration for Speech Emotion Recognition

2023-12-25 · Chengxin Chen, Pengyuan Zhang

One persistent challenge in deep learning based speech emotion recognition (SER) is the unconscious encoding of emotion-irrelevant factors (e.g., speaker or phonetic variability), which limits the generalization of SER i…

DisentanglementEmotion RecognitionSpeech Emotion Recognition

AIDA: Analytic Isolation and Distance-based Anomaly Detection Algorithm

2022-12-05 · Luis Antonio Souto Arias, Cornelis W. Oosterlee, Pasquale Cirillo

We combine the metrics of distance and isolation to develop the Analytic Isolation and Distance-based Anomaly (AIDA) detection algorithm. AIDA is the first distance-based method that does not rely on the concept of neare…

Anomaly Detection

Conditional Similarity Networks

2016-03-25 · CVPR 2017 7 · Andreas Veit, Serge Belongie, Theofanis Karaletsos

What makes images similar? To measure the similarity between images, they are typically embedded in a feature-vector space, in which their distance preserve the relative dissimilarity. However, when learning such similar…

Triplet

Disentangling Factors of Variation with Cycle-Consistent Variational Auto-Encoders

2018-04-27 · ECCV 2018 9 · Ananya Harsh Jha, Saket Anand, Maneesh Singh, V. S. R. Veeravasarapu

Generative models that learn disentangled representations for different factors of variation in an image can be very useful for targeted data augmentation. By sampling from the disentangled latent subspace of interest, w…

Data Augmentation

Explaining Black-box Models for Biomedical Text Classification

2020-12-20 · Milad Moradi, Matthias Samwald

In this paper, we propose a novel method named Biomedical Confident Itemsets Explanation (BioCIE), aiming at post-hoc explanation of black-box machine learning models for biomedical text classification. Using sources of …

ClassificationGeneral Classificationtext-classificationText Classification