CAVLI - Using Image Associations to Produce Local Concept-Based Explanations

Abstract

While explainability is becoming increasingly crucial in computer vision and machine learning, producing explanations that can link decisions made by deep neural networks to concepts that are easily understood by humans still remains a challenge. To address this challenge, we propose a framework that produces local concept-based explanations for the classification decisions made by a deep neural network. Our framework is based on the intuition that if there is a high overlap between the regions of the image that are associated with a human-defined concept and regions of the image that are useful for decision-making, then the decision is highly dependent on the concept. Our proposed CAVLI framework combines a global approach (TCAV) with a local approach (LIME). To test the effectiveness of the approach, we conducted experiments on both the ImageNet and CelebA datasets. These experiments validate the ability of our framework to quantify the dependence of individual decisions on predefined concepts. By providing local concept-based explanations, our framework has the potential to improve the transparency and interpretability of deep neural networks in a variety of applications.

Cite

Text

Shukla et al. "CAVLI - Using Image Associations to Produce Local Concept-Based Explanations." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023. doi:10.1109/CVPRW59228.2023.00387

Markdown

[Shukla et al. "CAVLI - Using Image Associations to Produce Local Concept-Based Explanations." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023.](https://mlanthology.org/cvprw/2023/shukla2023cvprw-cavli/) doi:10.1109/CVPRW59228.2023.00387

BibTeX

@inproceedings{shukla2023cvprw-cavli,
  title     = {{CAVLI - Using Image Associations to Produce Local Concept-Based Explanations}},
  author    = {Shukla, Pushkar and Bharati, Sushil and Turk, Matthew},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2023},
  pages     = {3750-3755},
  doi       = {10.1109/CVPRW59228.2023.00387},
  url       = {https://mlanthology.org/cvprw/2023/shukla2023cvprw-cavli/}
}