LGMay 4, 2022

Explain to Not Forget: Defending Against Catastrophic Forgetting with XAI

arXiv:2205.01929v414 citationsh-index: 66
Originality Incremental advance
AI Analysis

This addresses the problem of catastrophic forgetting for machine learning practitioners, offering an incremental improvement in resource efficiency over existing methods.

The paper tackles catastrophic forgetting in neural networks by proposing a training algorithm that uses Layer-wise Relevance Propagation to retain previously learned knowledge when training on new data, achieving more resource-efficient performance than other state-of-the-art solutions.

The ability to continuously process and retain new information like we do naturally as humans is a feat that is highly sought after when training neural networks. Unfortunately, the traditional optimization algorithms often require large amounts of data available during training time and updates wrt. new data are difficult after the training process has been completed. In fact, when new data or tasks arise, previous progress may be lost as neural networks are prone to catastrophic forgetting. Catastrophic forgetting describes the phenomenon when a neural network completely forgets previous knowledge when given new information. We propose a novel training algorithm called training by explaining in which we leverage Layer-wise Relevance Propagation in order to retain the information a neural network has already learned in previous tasks when training on new data. The method is evaluated on a range of benchmark datasets as well as more complex data. Our method not only successfully retains the knowledge of old tasks within the neural networks but does so more resource-efficiently than other state-of-the-art solutions.

Foundations

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

Your Notes