English

REPEAT: Improving Uncertainty Estimation in Representation Learning Explainability

Machine Learning 2024-12-12 v1 Artificial Intelligence

Abstract

Incorporating uncertainty is crucial to provide trustworthy explanations of deep learning models. Recent works have demonstrated how uncertainty modeling can be particularly important in the unsupervised field of representation learning explainable artificial intelligence (R-XAI). Current R-XAI methods provide uncertainty by measuring variability in the importance score. However, they fail to provide meaningful estimates of whether a pixel is certainly important or not. In this work, we propose a new R-XAI method called REPEAT that addresses the key question of whether or not a pixel is \textit{certainly} important. REPEAT leverages the stochasticity of current R-XAI methods to produce multiple estimates of importance, thus considering each pixel in an image as a Bernoulli random variable that is either important or unimportant. From these Bernoulli random variables we can directly estimate the importance of a pixel and its associated certainty, thus enabling users to determine certainty in pixel importance. Our extensive evaluation shows that REPEAT gives certainty estimates that are more intuitive, better at detecting out-of-distribution data, and more concise.

Keywords

Cite

@article{arxiv.2412.08513,
  title  = {REPEAT: Improving Uncertainty Estimation in Representation Learning Explainability},
  author = {Kristoffer K. Wickstrøm and Thea Brüsch and Michael C. Kampffmeyer and Robert Jenssen},
  journal= {arXiv preprint arXiv:2412.08513},
  year   = {2024}
}

Comments

Accepted at AAAI 2025. Code available at: https://github.com/Wickstrom/REPEAT

R2 v1 2026-06-28T20:31:10.555Z