paper-with-me

Papers

InfoDisent: Explainability of Image Classification Models by Information Disentanglement

2024-09-16 · Łukasz Struski, Jacek Tabor

Understanding the decisions made by image classification networks is a critical area of research in deep learning. This task is traditionally divided into two distinct approaches: post-hoc methods and intrinsic methods. Post-hoc methods, such as GradCam, aim to interpret the decisions of pre-trained models by identifying regions of the image where the network focuses its attention. However, these methods provide only a high-level overview, making it difficult to fully understand the network's decision-making process. Conversely, intrinsic methods, like prototypical parts models, offer a more detailed understanding of network predictions but are constrained by specific architectures, training methods, and datasets. In this paper, we introduce InfoDisent, a hybrid model that combines the advantages of both approaches. By utilizing an information bottleneck, InfoDisent disentangles the information in the final layer of a pre-trained deep network, enabling the breakdown of classification decisions into basic, understandable atomic components. Unlike standard prototypical parts approaches, InfoDisent can interpret the decisions of pre-trained classification networks and be used for making classification decisions, similar to intrinsic models. We validate the effectiveness of InfoDisent on benchmark datasets such as ImageNet, CUB-200-2011, Stanford Cars, and Stanford Dogs for both convolutional and transformer backbones.

📄 PDF Abstract BibTeX arXiv:2409.10329

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDisentanglementimage-classificationImage Classification

Similar Papers 제목 키워드 기반

SIDE: Sparse Information Disentanglement for Explainable Artificial Intelligence

2025-07-25 · Viktar Dubovik, Łukasz Struski, Jacek Tabor, Dawid Rymarczyk arxiv

Understanding the decisions made by deep neural networks is essential in high-stakes domains such as medical imaging and autonomous driving. Yet, these models often lack transparency, particularly in computer vision. Pro…

Autonomous Driving

DAFD: Domain Adaptation via Feature Disentanglement for Image Classification

2023-01-30 · Zhize Wu, Changjiang Du, Le Zou, Ming Tan 외

A good feature representation is the key to image classification. In practice, image classifiers may be applied in scenarios different from what they have been trained on. This so-called domain shift leads to a significa…

ClassificationDisentanglementDomain Adaptationfeature selection+3

DisenKGAT: Knowledge Graph Embedding with Disentangled Graph Attention Network

2021-08-22 · Junkang Wu, Wentao Shi, Xuezhi Cao, Jiawei Chen 외

Knowledge graph completion (KGC) has become a focus of attention across deep learning community owing to its excellent contribution to numerous downstream tasks. Although recently have witnessed a surge of work on KGC, t…

DisentanglementGraph AttentionGraph EmbeddingKnowledge Graph Completion+2

Investigating Speaker Embedding Disentanglement on Natural Read Speech

2023-08-08 · Michael Kuhlmann, Adrian Meise, Fritz Seebauer, Petra Wagner 외

Disentanglement is the task of learning representations that identify and separate factors that explain the variation observed in data. Disentangled representations are useful to increase the generalizability, explainabi…

DisentanglementFairnessRepresentation Learning

Learning Disentangled Representations via Mutual Information Estimation

2019-12-09 · ECCV 2020 8 · Eduardo Hugo Sanchez, Mathieu Serrurier, Mathias Ortner

In this paper, we investigate the problem of learning disentangled representations. Given a pair of images sharing some attributes, we aim to create a low-dimensional representation which is split into two parts: a share…

DisentanglementGeneral Classificationimage-classificationImage Classification+5