Causal Explanations of Image Misclassifications
Yan Min, Miles Bennett

TL;DR
This paper investigates the causes of image misclassifications in CNNs trained on CIFAR-10, identifying morphological similarity and non-essential information interference as key factors, and proposes a pixel erasure method to reduce errors.
Contribution
It introduces a novel approach to analyze and distinguish causes of misclassification and proposes a targeted pixel erasure technique to mitigate non-essential information interference.
Findings
Identified two main causes of misclassification: morphological similarity and non-essential information interference.
Proposed a pixel erasure method that reduces misclassification caused by non-essential information.
Demonstrated that the cause of misclassification can be verified and directly addressed through saliency-based pixel removal.
Abstract
The causal explanation of image misclassifications is an understudied niche, which can potentially provide valuable insights in model interpretability and increase prediction accuracy. This study trains CIFAR-10 on six modern CNN architectures, including VGG16, ResNet50, GoogLeNet, DenseNet161, MobileNet V2, and Inception V3, and explores the misclassification patterns using conditional confusion matrices and misclassification networks. Two causes are identified and qualitatively distinguished: morphological similarity and non-essential information interference. The former cause is not model dependent, whereas the latter is inconsistent across all six models. To reduce the misclassifications caused by non-essential information interference, this study erases the pixels within the bonding boxes anchored at the top 5% pixels of the saliency map. This method first verifies the cause;…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Artificial Intelligence in Healthcare and Education
MethodsInterpretability · Concatenated Skip Connection · Batch Normalization · Pointwise Convolution · Depthwise Convolution · Depthwise Separable Convolution · Residual Connection · Label Smoothing · Inception-v3 Module · Inception-v3
