vix.ing · top · new · best · stats

Explaining Deep Learning Representations by Tracing the Training Process

2021/09/13 by Lukas Pfahler, Pfahler, Lukas, Katharina Morik +1
Computer Science · #Adversarial Robustness in Machine Learning #Explainable Artificial Intelligence (XAI) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning and Data Classification #cs.LG

paper · pdf · doi:10.48550/arxiv.2109.05880

arxiv created 2021/09/13 · openalex publication_date 2021/09/13 · arxiv updated 2021/09/14 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We propose a novel explanation method that explains the decisions of a deep neural network by investigating how the intermediate representations at each layer of the deep network were refined during the training process. This way we can a) find the most influential training examples during training and b) analyze which classes attributed most to the final representation. Our method is general: it can be wrapped around any iterative optimization procedure and covers a variety of neural network architectures, including feed-forward networks and convolutional neural networks. We first propose a method for stochastic training with single training instances, but continue to also derive a variant for the common mini-batch training. In experimental evaluations, we show that our method identifies highly representative training instances that can be used as an explanation. Additionally, we propose a visualization that provides explanations in the form of aggregated statistics over the whole training process.

Citations

Related