English

Benchmarking the Attribution Quality of Vision Models

Computer Vision and Pattern Recognition 2024-12-10 v2 Machine Learning

Abstract

Attribution maps are one of the most established tools to explain the functioning of computer vision models. They assign importance scores to input features, indicating how relevant each feature is for the prediction of a deep neural network. While much research has gone into proposing new attribution methods, their proper evaluation remains a difficult challenge. In this work, we propose a novel evaluation protocol that overcomes two fundamental limitations of the widely used incremental-deletion protocol, i.e., the out-of-domain issue and lacking inter-model comparisons. This allows us to evaluate 23 attribution methods and how different design choices of popular vision backbones affect their attribution quality. We find that intrinsically explainable models outperform standard models and that raw attribution values exhibit a higher attribution quality than what is known from previous work. Further, we show consistent changes in the attribution quality when varying the network design, indicating that some standard design choices promote attribution quality.

Keywords

Cite

@article{arxiv.2407.11910,
  title  = {Benchmarking the Attribution Quality of Vision Models},
  author = {Robin Hesse and Simone Schaub-Meyer and Stefan Roth},
  journal= {arXiv preprint arXiv:2407.11910},
  year   = {2024}
}

Comments

NeurIPS 2024 Datasets and Benchmarks Track, project page and code: https://github.com/visinf/idsds

R2 v1 2026-06-28T17:43:22.151Z