LGCVSep 10, 2021

Saliency Guided Experience Packing for Replay in Continual Learning

arXiv:2109.04954v227 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient memory usage in continual learning for AI systems, offering an incremental improvement over existing replay methods.

The paper tackles the problem of forgetting in continual learning by proposing a saliency-guided experience replay method that packs memory with only important image patches, achieving better performance than state-of-the-art approaches on CIFAR-100, miniImageNet, and CUB datasets without increasing memory size.

Artificial learning systems aspire to mimic human intelligence by continually learning from a stream of tasks without forgetting past knowledge. One way to enable such learning is to store past experiences in the form of input examples in episodic memory and replay them when learning new tasks. However, performance of such method suffers as the size of the memory becomes smaller. In this paper, we propose a new approach for experience replay, where we select the past experiences by looking at the saliency maps which provide visual explanations for the model's decision. Guided by these saliency maps, we pack the memory with only the parts or patches of the input images important for the model's prediction. While learning a new task, we replay these memory patches with appropriate zero-padding to remind the model about its past decisions. We evaluate our algorithm on CIFAR-100, miniImageNet and CUB datasets and report better performance than the state-of-the-art approaches. With qualitative and quantitative analyses we show that our method captures richer summaries of past experiences without any memory increase, and hence performs well with small episodic memory.

Code Implementations1 repo
Foundations

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

Your Notes