CVAIMay 17, 2023

Explain Any Concept: Segment Anything Meets Concept-Based Explanation

arXiv:2305.10289v165 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more interpretable AI in computer vision by providing a flexible and efficient concept-based explanation method, though it is incremental as it builds on existing XAI and SAM frameworks.

The paper tackles the problem of improving interpretability in deep neural networks for computer vision by introducing Explain Any Concept (EAC), a method that uses the Segment Anything Model (SAM) to generate concept-based explanations without human annotation, achieving highly encouraging performance on ImageNet and COCO datasets.

EXplainable AI (XAI) is an essential topic to improve human understanding of deep neural networks (DNNs) given their black-box internals. For computer vision tasks, mainstream pixel-based XAI methods explain DNN decisions by identifying important pixels, and emerging concept-based XAI explore forming explanations with concepts (e.g., a head in an image). However, pixels are generally hard to interpret and sensitive to the imprecision of XAI methods, whereas "concepts" in prior works require human annotation or are limited to pre-defined concept sets. On the other hand, driven by large-scale pre-training, Segment Anything Model (SAM) has been demonstrated as a powerful and promotable framework for performing precise and comprehensive instance segmentation, enabling automatic preparation of concept sets from a given image. This paper for the first time explores using SAM to augment concept-based XAI. We offer an effective and flexible concept-based explanation method, namely Explain Any Concept (EAC), which explains DNN decisions with any concept. While SAM is highly effective and offers an "out-of-the-box" instance segmentation, it is costly when being integrated into defacto XAI pipelines. We thus propose a lightweight per-input equivalent (PIE) scheme, enabling efficient explanation with a surrogate model. Our evaluation over two popular datasets (ImageNet and COCO) illustrate the highly encouraging performance of EAC over commonly-used XAI methods.

Code Implementations1 repo
Foundations

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

Your Notes