Towards Better Understanding Attribution Methods
Sukrut Rao, Moritz Böhle, Bernt Schiele
TL;DR
This work tackles the challenge of evaluating post-hoc attribution methods for deep networks by introducing three complementary evaluation schemes: DiFull (controlled influence of input regions), ML-Att (consistent layers across methods), and AggAtt (holistic qualitative visualization). It provides a thorough quantitative and qualitative assessment across GridPG, DiFull, and DiPart on ImageNet and CIFAR-10, analyzes correlations between attribution methods, and demonstrates a Gaussian-smoothing post-processing that substantially improves localization for several methods. The results reveal that fair, cross-layer comparisons are feasible and that smoothing can align input-layer explanations with final-layer Grad-CAM, enhancing both fidelity and interpretability. The work also rigorously compares computational costs with existing approaches like SmoothGrad, offering practical guidance for deploying attribution methods in real-world settings. Overall, the proposed framework enables fairer, more systematic evaluation and highlights smoothing as a robust tool to improve attribution quality across architectures and datasets.
Abstract
Deep neural networks are very successful on many vision tasks, but hard to interpret due to their black box nature. To overcome this, various post-hoc attribution methods have been proposed to identify image regions most influential to the models' decisions. Evaluating such methods is challenging since no ground truth attributions exist. We thus propose three novel evaluation schemes to more reliably measure the faithfulness of those methods, to make comparisons between them more fair, and to make visual inspection more systematic. To address faithfulness, we propose a novel evaluation setting (DiFull) in which we carefully control which parts of the input can influence the output in order to distinguish possible from impossible attributions. To address fairness, we note that different methods are applied at different layers, which skews any comparison, and so evaluate all methods on the same layers (ML-Att) and discuss how this impacts their performance on quantitative metrics. For more systematic visualizations, we propose a scheme (AggAtt) to qualitatively evaluate the methods on complete datasets. We use these evaluation schemes to study strengths and shortcomings of some widely used attribution methods. Finally, we propose a post-processing smoothing step that significantly improves the performance of some attribution methods, and discuss its applicability.
