LGSep 2, 2021

Cross-Model Consensus of Explanations and Beyond for Image Classification Models: An Empirical Study

arXiv:2109.00707v112 citations
Originality Incremental advance
AI Analysis

This work provides empirical insights into feature usage across models, which could help improve model reliability and interpretability in computer vision, though it is incremental as it builds on existing interpretation methods.

The study investigated whether diverse image classification models rely on common features for predictions and if better-performing models favor these features, finding that cross-model consensus aligns with semantic segmentation ground truth and correlates positively with model performance and interpretability.

Existing interpretation algorithms have found that, even deep models make the same and right predictions on the same image, they might rely on different sets of input features for classification. However, among these sets of features, some common features might be used by the majority of models. In this paper, we are wondering what are the common features used by various models for classification and whether the models with better performance may favor those common features. For this purpose, our works uses an interpretation algorithm to attribute the importance of features (e.g., pixels or superpixels) as explanations, and proposes the cross-model consensus of explanations to capture the common features. Specifically, we first prepare a set of deep models as a committee, then deduce the explanation for every model, and obtain the consensus of explanations across the entire committee through voting. With the cross-model consensus of explanations, we conduct extensive experiments using 80+ models on 5 datasets/tasks. We find three interesting phenomena as follows: (1) the consensus obtained from image classification models is aligned with the ground truth of semantic segmentation; (2) we measure the similarity of the explanation result of each model in the committee to the consensus (namely consensus score), and find positive correlations between the consensus score and model performance; and (3) the consensus score coincidentally correlates to the interpretability.

Foundations

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

Your Notes