paper-with-me

홈 › Papers

DXAI: Explaining Classification by Image Decomposition

2023-12-30 · Elnatan Kadar, Guy Gilboa

We propose a new way to explain and to visualize neural network classification through a decomposition-based explainable AI (DXAI). Instead of providing an explanation heatmap, our method yields a decomposition of the image into class-agnostic and class-distinct parts, with respect to the data and chosen classifier. Following a fundamental signal processing paradigm of analysis and synthesis, the original image is the sum of the decomposed parts. We thus obtain a radically different way of explaining classification. The class-agnostic part ideally is composed of all image features which do not posses class information, where the class-distinct part is its complementary. This new visualization can be more helpful and informative in certain scenarios, especially when the attributes are dense, global and additive in nature, for instance, when colors or textures are essential for class distinction. Code is available at https://github.com/dxai2024/dxai.

📄 PDF Abstract BibTeX arXiv:2401.00320

Code (1)

dxai2024/dxai 공식 구현 pytorch

Tasks

Classification

Similar Papers 제목 키워드 기반

MedXAI: A Retrieval-Augmented and Self-Verifying Framework for Knowledge-Guided Medical Image Analysis

2025-12-10 · Midhat Urooj, Ayan Banerjee, Farhat Shaikh, Kuntal Thakur 외 arxiv

Accurate and interpretable image-based diagnosis remains a fundamental challenge in medical AI, particularly under domain shifts and rare-class conditions. Deep learning models often struggle with real-world distribution…

Diabetic Retinopathy GradingDomain Generalization

Explaining NonLinear Classification Decisions with Deep Taylor Decomposition

2015-12-08 · Grégoire Montavon, Sebastian Bach, Alexander Binder, Wojciech Samek 외

Nonlinear methods such as Deep Neural Networks (DNNs) are the gold standard for various challenging machine learning problems, e.g., image classification, natural language processing or human action recognition. Although…

Action RecognitionClassificationGeneral Classificationimage-classification+2

Self-Supervised Intrinsic Image Decomposition

2017-11-10 · NeurIPS 2017 12 · Michael Janner, Jiajun Wu, Tejas D. Kulkarni, Ilker Yildirim 외

Intrinsic decomposition from a single image is a highly challenging task, due to its inherent ambiguity and the scarcity of training data. In contrast to traditional fully supervised learning approaches, in this paper we…

Intrinsic Image DecompositionTransfer Learning

Explaining Convolutional Neural Networks using Softmax Gradient Layer-wise Relevance Propagation

2019-08-06 · Brian Kenji Iwana, Ryohei Kuroki, Seiichi Uchida

Convolutional Neural Networks (CNN) have become state-of-the-art in the field of image classification. However, not everything is understood about their inner representations. This paper tackles the interpretability and …

AttributeClassificationGeneral Classificationimage-classification+2

Explaining a prediction in some nonlinear models

2019-04-21 · Cosimo Izzo

In this article we will analyse how to compute the contribution of each input value to its aggregate output in some nonlinear models. Regression and classification applications, together with related algorithms for deep …

General ClassificationPredictionregression