CVLGJan 10, 2023

Explaining Deep Models through Forgettable Learning Dynamics

arXiv:2301.04221v19 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the challenge of model interpretability for researchers and practitioners in computer vision, though it appears incremental as it builds on existing learning dynamics analysis.

The paper tackles the problem of explaining deep neural network behavior in semantic segmentation by analyzing learning dynamics, specifically tracking how often samples are learned and forgotten, and proposes a novel segmentation method that reduces frequently forgotten regions.

Even though deep neural networks have shown tremendous success in countless applications, explaining model behaviour or predictions is an open research problem. In this paper, we address this issue by employing a simple yet effective method by analysing the learning dynamics of deep neural networks in semantic segmentation tasks. Specifically, we visualize the learning behaviour during training by tracking how often samples are learned and forgotten in subsequent training epochs. This further allows us to derive important information about the proximity to the class decision boundary and identify regions that pose a particular challenge to the model. Inspired by this phenomenon, we present a novel segmentation method that actively uses this information to alter the data representation within the model by increasing the variety of difficult regions. Finally, we show that our method consistently reduces the amount of regions that are forgotten frequently. We further evaluate our method in light of the segmentation performance.

Foundations

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

Your Notes