CVAIJul 19, 2024

DEPICT: Diffusion-Enabled Permutation Importance for Image Classification Tasks

arXiv:2407.14509v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This provides a global explanation method for image classifiers, addressing a limitation of existing instance-based approaches, though it is incremental as it adapts tabular permutation methods to images.

The authors tackled the problem of explaining image classifiers by proposing a permutation-based method that permutes interpretable concepts across dataset images using a diffusion model, and they demonstrated that it recovers underlying model feature importance on synthetic and real-world tasks.

We propose a permutation-based explanation method for image classifiers. Current image-model explanations like activation maps are limited to instance-based explanations in the pixel space, making it difficult to understand global model behavior. In contrast, permutation based explanations for tabular data classifiers measure feature importance by comparing model performance on data before and after permuting a feature. We propose an explanation method for image-based models that permutes interpretable concepts across dataset images. Given a dataset of images labeled with specific concepts like captions, we permute a concept across examples in the text space and then generate images via a text-conditioned diffusion model. Feature importance is then reflected by the change in model performance relative to unpermuted data. When applied to a set of concepts, the method generates a ranking of feature importance. We show this approach recovers underlying model feature importance on synthetic and real-world image classification tasks.

Foundations

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

Your Notes